Search found 316 matches: splitter

Return to advanced search

Re: WebView resize

Hello friends, I tried to map the FiveWin components Splitter, TEXplorerBar, Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2095

Splitter and Resize window

I want that when the end user resizes the oWnd window, the splitter should move to the left when the window is widened the splitter must go to the right and the second explorer must have the dimensions as I have drawn them in the figure below https://i.postimg.cc/k5YdbLdf/kkkkkkkkkk.png ...
by Silvio.Falconi
Thu Mar 21, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Splitter and Resize window
Replies: 0
Views: 239

Re: Imagen en XBROWSE

Es todo nativo de FWH TPanel SPLITTER TExplorerBar xBrowse el espiral va en el splitter DEFINE BRUSH oBrush FILE PATH_BMPS + "spiral.bmp" 60, oSelf:oPanelExplorer:nWidth + 2 SPLITTER oSelf:oVSplit ;        ...
by sysctrl2
Fri Nov 24, 2023 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imagen en XBROWSE
Replies: 4
Views: 539

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

Jimmy wrote:hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:

splitter ok but it must be hide
by Silvio.Falconi
Fri Feb 17, 2023 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 183

Re: a Main wnd with two ScrollPanel +buttonbar+msgbar

hi Silvo,
instead of
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-520 ,;

try
Code: Select all  Expand view
  oDash_right:nWidth  := oWnd:nWidth-oDash_Left:nWidth -30 ,;


p.s. what du you think about a SPLITTER :?:
by Jimmy
Fri Feb 17, 2023 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a Main wnd with two ScrollPanel +buttonbar+msgbar
Replies: 2
Views: 183

Re: SPLITTER : how to"resize" Client Area

I haven't tried it, please try it and let us know your results

many thanks
by Antonio Linares
Fri Nov 04, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

hi Antonio,
Antonio Linares wrote:After you create it, then do oWnd:oBottom = oToolBar where oWnd is the parent container of the toolbar

will SPLITTER "respect" it at Bottom like STATUSBAR :?:
by Jimmy
Fri Nov 04, 2022 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

> p.s. can i put a Toolbar on Bottom using Fivewin ?

After you create it, then do oWnd:oBottom = oToolBar where oWnd is the parent container of the toolbar
by Antonio Linares
Fri Nov 04, 2022 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

hi, I don't know if I have understood correctly what you need please run Sample i have provide which run fine so far than edit Source and comment out this 2 lines // ************************ NEED again *************************       //     oFld1:  SetPos  ( ID_TOP,   0   )    //     oFld1:  SetSize...
by Jimmy
Thu Nov 03, 2022 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

I don't know if I have understood correctly what you need
Jimmy, is this what you need? The resizing of the controls contained on both sides of the splitter ?
Image
by cnavarro
Thu Nov 03, 2022 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

hi Antonio, Have you reviewed FWH\samples\classtree.prg ? YES I think it is a very good example of working with splitters Look for splitter in FWH\samples and you will find several examples NO left Side goes from TOP to BUTTON what i not do while have 12 x BUTTON on Button above ...
by Jimmy
Thu Nov 03, 2022 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

Have you reviewed FWH\samples\classtree.prg ?

I think it is a very good example of working with splitters

Look for splitter in FWH\samples and you will find several examples
by Antonio Linares
Thu Nov 03, 2022 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

hi Antonio, SPLITTER is working IMHO on "hole height" (VERTICAL) and not "relative" to attached Object in Sample attached Object have TOP := 40 and BOTTOM ;= height - 68 so it is "in Middle" of Window ...
by Jimmy
Thu Nov 03, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

Dear Jimmy,

many thanks for your great feedback

> but it need a Workaround to work as i want

How should it work ? what is missing ?
by Antonio Linares
Thu Nov 03, 2022 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012

Re: SPLITTER : how to"resize" Client Area

hi, have figure out how SPLITTER work :) #include   "FiveWin.ch"#include   "Splitter.ch"#define ID_TOP       30#define ID_FXBAR     68*+--------------------------------------------------------------------*+*+    Function ...
by Jimmy
Thu Nov 03, 2022 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1012
Next

Return to advanced search