Search found 1872 matches: dialogs

Return to advanced search

New txbrowse

I need to use a particular xbrowse and have some particular buttons at my foot, this in all the dialogs and I was wondering if I could create an already defined xbrowse without having to copy the same lines every time for each procedure. Furthermore, in the xbrowse columns ...
by Silvio.Falconi
Fri Apr 12, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 389

Una sobre RIBBONBAR (SOLUCIONADO)

... +;            ",Ayuda"DEFINE RIBBONBAR oRibbon WINDOW oWindow PROMPT cTxt HEIGHT 120 TOPMARGIN 25  Me tira el ERROR NON DEFINED DIALOGS Alguna sugerencia?
by Armando
Mon Apr 01, 2024 1:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una sobre RIBBONBAR (SOLUCIONADO)
Replies: 2
Views: 594

Different sizes of dialog

I would like to have the same resolution as my dialogs if I use a normal computer with 1280X1024 resolution (Win10) or if I use a tablet (10' tab type) with 1280X800 resolution (Win10) because every time I have to recompile my applications, I use ...
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 130

New FTDN February 2024 (FWH 24.02)

... names. Please review samples\rctoprg.prg for an example of use. samples\rctoprg.prg is a powerfull FWH source code generator for your resources dialogs. Simply rename your RC file as rctoprg.rc, build rctoprg.prg and it will generate the code for the dialogs that you select: https://fivetechsupport.com/forums/viewtopic.php?p=267777#p267777 ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

Controls behave different in Window as in Dialog

I noticed that many controls behave different in Windows oWnd as dialogs oDlg. Why is that ? Exact the same code, just this option : if cRun = "Dialog"  ACTIVATE DIALOG oMain CENTERED ;  ON INIT ( oWebView := TWebView():New(), ...
by Marc Venken
Sat Feb 24, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

FWH Gradiens .. seem slower FWH 2310 - RAO

... .. If I remed out the DarkGreyGrad() function and replaced it with the LightGteyGrad() function .. the LightGreyGrad() function paints the Dialogs much faster cSql := "SELECT * from REQUEST order by [LEAVE] DESC"     // leave dateoRsTrav := TOleAuto():New( "ADODB.Recordset" ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: RC to PRG generator

Now we list all the dialogs that are available in the embedded RES inside the EXE and allows you to select one and generate the code for it: simply rename your RC file as rctoprg.rc and build rctoprg.prg If you keep your dialogs inside ...
by Antonio Linares
Tue Feb 13, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: Mr. Rao, refresh a Tree

This is a sample code. Still this does not support Append or Delete. I will show that in my next sample. I suggest this way of edit dialogs. #include "fivewin.ch"#include "dbcombo.ch"static oMarcas, oModelosfunction Main()   local oCn, oRs, cSql  ...
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 729

Re: RC to PRG generator

... it is LOCAL and that should be OK, but over the years, I find in my experience, sometimes I still have issues arise. In my case, I often give the dialogs unique names, especially if I will have multiple ones on the same screen. For example, when using folders, I have a master dialog, and each ...
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Mr. Rao,

I'm not tdialog. My all child dialogs is twindow and tmdichild based. Sorry.

Best regards,
by ertan
Sun Feb 04, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Monitor function error

... picture https://i.postimg.cc/0Qb1p1gR/errore-schermo.png How it's possible ? this is why one then makes a mistake in creating the dialogs in the right position i.e. the resolution of ScreenWidth() is right the resolution of ScreenHeight() is bad compared to the screen resolution,there ...
by Silvio.Falconi
Wed Jan 10, 2024 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Monitor function error
Replies: 2
Views: 548

Re: ButtonBmp TABSTOP

... different options in the system I would like to set via program whether the button would use the tabstop or not, this is all to avoid creating two dialogs different. Only the tabstop option for this button changes in the 2 options on my system. Thanks!
by wartiaga
Sat Jan 06, 2024 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp TABSTOP
Replies: 18
Views: 2793

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, ...
by Horizon
Tue Jan 02, 2024 1:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi again, Do you use tdatarow edit dialogs or your own dialogs or window? Can you please let us know (1) FWH version you are using? (2) Are you using FW_SetUnicode( .T. ), (3) Are you facing the same issues as Mr. Hakkan? Sorry for delay, ...
by ertan
Tue Jan 02, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322
Next

Return to advanced search