Search found 90 matches: tpages

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... * Nuevo: Ejemplo samples\xbrwpages.prg, muestra cómo combinar un xbrowse con un control TPages que contiene objetos TScrollPanel. Muy interesante. No te lo pierdas! * Mejora: En la función FW_MemoEdit( cJsonFile/text ), ahora se muestra ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3580

New FTDN October/Octubre 2023 (FWH 23.10)

... &hilit=cargos&sid=c205af2b5c421b3f5c4b7fc27c3d4598#p263266 * New: samples\xbrwpages.prg shows how to combine a xbrowse with a TPages control that holds TScrollPanel objects. Very interesting, don't miss it! * Enhancement: FW_MemoEdit( cJsonFile/text ) now displays in formatted ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3580

Re: search for TTabControl() Sample

Please read TFolder():New() and TPages():New() methods. You will find:
Code: Select all  Expand view
        ::Create( "SysTabControl32" )
 

That means both these controls are created using Windows' SysTabControl32()
by nageswaragunupudi
Sat Oct 29, 2022 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 903

Re: search for TTabControl() Sample

... and it is only in "that" CLASS "SysTabControl32" is used in c:\fwh\source\classes\folder.prg c:\fwh\source\classes\tpages.prg c:\fwh\source\classes\ttabctrl.prg c:\fwh\source\classes\window.prg but i can´t "see" that TFolder() or TPages() use CLASS TTabControl() ...
by Jimmy
Sat Oct 29, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 903

Re: search for TTabControl() Sample

FWH class TFolder and TPages are created from Windows TTabControl32, with extended functionality. TFolder class is very widely used and we should find many examples if we look around. TFolderEx is totally FWH own control and does not ...
by nageswaragunupudi
Sat Oct 29, 2022 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for TTabControl() Sample
Replies: 23
Views: 903

TDockPnel

... unos encimas de otros. 3º.- Como no me funciona Hide() y Show(), he probado a incrustar TDockPnel distinto en pestaña distintas de un folder o un TPages, pero no consigo que se vea nada. La idea es que dependiendiendo de la opción selecciona se muestre un dock u otro en la misma posición de pantalla.
by fgondi
Thu Sep 08, 2022 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TDockPnel
Replies: 5
Views: 486

Problem with TTitle class

https://i.postimg.cc/qvgszbjn/ttitle.jpg I with create bar Ttitle intoa Tpages() this bar width is not until the end of dialog, why ? DEFINE DIALOG oDlg OF oApp():oWndMain; SIZE nWidth, nHeight TRANSPARENT ; TITLE "test TTITLE CLASS" oDlg:oFont ...
by Silvio.Falconi
Tue Jan 28, 2020 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TTitle class
Replies: 5
Views: 1356

Re: How To create a DashBoard

Thank you Silvio,

However, invoices.prg is not using TPages nor several dialogs.
by vilian
Wed Apr 17, 2019 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 6952

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tordinfo.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tpages.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tpanel.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tparser.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4929

Re: How To create a DashBoard

Vilian,

I would propose to use non modal dialogboxes for each one of the frames,
and place those non modal dialogs on top of the pages of a Control TPages.

For the left side menu you could use a listbox or a TXBrowse, and from its ON CHANGE
you will show the right page of the TPages
by Antonio Linares
Tue Feb 02, 2016 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 6952

Recompilar FiveHMX para xhb.com

... "Obj\tnewssrv.obj" "Obj\todbc.obj" "Obj\toolbar.obj" "Obj\tordinfo.obj" "Obj\tpages.obj" "Obj\tpanel.obj" "Obj\tparser.obj" "Obj\tpop3.obj" "Obj\tprogres.obj" "Obj\tproxy.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 811

Re: Sample test with tpages

resolved!!
ACTIVATE DIALOG oDlgLicenza CENTERED;
ON INIT (oPages:Move( 0, 0, oDlgLicenza:nWidth, oDlgLicenza:nHeight-80 ))
by Silvio.Falconi
Wed Sep 24, 2014 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample test with tpages
Replies: 3
Views: 717

Re: Sample test with tpages

Look samples\TestPag2.prg.
by cnavarro
Wed Sep 24, 2014 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample test with tpages
Replies: 3
Views: 717

Re: Sample test with tpages

Any help please ?
by Silvio.Falconi
Wed Sep 24, 2014 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample test with tpages
Replies: 3
Views: 717

Sample test with tpages

I 'm trying to use Tpages class. I cannot use resources and I wish use @x,y source code I wish create a small dialog with two pages On second page I insert some controls but when I run the test I not see good all controls .. why ? ...
by Silvio.Falconi
Tue Sep 23, 2014 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample test with tpages
Replies: 3
Views: 717
Next

Return to advanced search

cron