Search found 103 matches: tlayout

Return to advanced search

SQL BROWSER with FIVEWIN + xBrowser

... 0, 32 define window s_oWndSqlBrowser mdichild of M->oWnd title "SQL Browser" color CLR_WHITE,CLR_WHITE hLays["MAIN"] := TLayout():new( s_oWndSqlBrowser ) hLays["TITLE"] := hLays["MAIN"]:addVLayout(38) hLays["GET"] := hLays["MAIN"]:addVLayout(120) ...
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1705

Re: Responsive desktop design

I believe there is a class named tLayout, that can be used as you describe, I remember I used it once on a test, but it didn't do everything I wanted... My solution was to hardcode everything... No more RESOURCES It does takes a lot of work ...
by Bayron
Thu Oct 25, 2018 4:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5857

Re: Ejemplos para aprender a usar HASH

Los ejemplos de la clase TLayout en samples puede ser un buen comienzo ( *lay*.prg )
by cnavarro
Tue Sep 11, 2018 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplos para aprender a usar HASH
Replies: 9
Views: 2017

Re: Dialog, xbrowse,splitter,folder and ttitle

>tfsdi if you use a child window or tlayout it I had m with !Alias dont't Exist" and others problems i never I understood why >panel to insert folder your test run ok but if you resize the main window you have this error https://s14.postimg.org/fhvj7gbnl/our.png ...
by Silvio.Falconi
Wed Feb 07, 2018 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5667

Dialog, xbrowse,splitter,folder and ttitle

... main window with ttitle on top , xbrowse at left a vertical splitter and a folder at right on bottom a buttonbar how i can make it ? Inot wish use tlayout class but on a Windows and a tfsdi dialog a tfsdi dialog is a dialog with the style nOR( WS_CHILD, 4 ) i made a test but not run ok there is ...
by Silvio.Falconi
Mon Feb 05, 2018 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5667

Re: PANTALLA TIPO PAG. WEB CON LOGO ANTES DE MENU

Indudablemente la clase TLayout de Daniel es una maravilla, y si quieres utilizarla, me parece bien. Solo necesitas un panel superior, otro izda y otro dcha En el superior pones la imagen y el TBar Así lo veo yo a simple vista ------------------------------------ ...
by cnavarro
Thu Oct 19, 2017 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PANTALLA TIPO PAG. WEB CON LOGO ANTES DE MENU
Replies: 9
Views: 2121

Re: Help creating a Dialog for Tablet Windows

As we saw in Sillian, using Daniel's class tLayOut, we should not worry about screen resolution and controls size. #include "FiveWin.ch"FUNCTION Main()   LOCAL oWnd,cTitle,i,j,n   LOCAL hLay:={=>},hFont:={=>}  ...
by Biel EA6DD
Wed Aug 16, 2017 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help creating a Dialog for Tablet Windows
Replies: 16
Views: 2889

Re: creating sections

CLASS TLAYOUT ?
by cnavarro
Tue May 09, 2017 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creating sections
Replies: 4
Views: 734

Re: dialog with the same size

... http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27320&hilit=tlayout http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27321&hilit=new+layout http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19298&hilit=display3 ...
by Silvio.Falconi
Fri Feb 17, 2017 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog with the same size
Replies: 7
Views: 1372

Re: dialog with the same size

... http://forums.fivetechsupport.com/viewtopic.php?f=6&t=27320&hilit=tlayout http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27321&hilit=new+layout http://forums.fivetechsupport.com/viewtopic.php?f=6&t=19298&hilit=display3
by joseluisysturiz
Thu Feb 16, 2017 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog with the same size
Replies: 7
Views: 1372

Re: Resizeable screen formats

Tim,

FWH provides a Class TLayout, developed by Daniel Garcia Gil, that automatically reorganizes and resizes the controls.

Please review FWH\samples\layout.prg, layout2.prg, layout4.prg examples
by Antonio Linares
Fri May 20, 2016 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5315

Re: tlayout + splitter is possible?

UP
by MGA
Sat Sep 26, 2015 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tlayout + splitter is possible?
Replies: 2
Views: 594

Re: tlayout + splitter is possible?

I have contacted Daniel for his advise
by Antonio Linares
Wed Sep 23, 2015 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tlayout + splitter is possible?
Replies: 2
Views: 594

tlayout + splitter is possible?

Daniel Garcia-Gil

tlayout + splitter is possible?
by MGA
Tue Sep 22, 2015 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tlayout + splitter is possible?
Replies: 2
Views: 594

Re: Move controls as window size

joseluisysturiz wrote:
Daniel Garcia-Gil wrote:
D.Fernandez wrote:Hello, tLayout wotk from resources?

Thank you very much.

Saludos
Ruben Dario Fernandez


Hello, not work with resources


Saludos, aun la TLayout sigue sin trabajar desde recursos.? gracias, saludos... :shock:



si, y asi seguira, no se puede usar desde recursor
by Daniel Garcia-Gil
Fri May 15, 2015 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6234
Next

Return to advanced search