Search found 151 matches: panels

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 split view ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2095

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... CLASS TTaskPanel() Layout are   DATA   nTopMargin      INIT 16 but i just show Technic how to get Event, when Collaps, and "move" Panels to new Position where i start from TOP = 0 in my Layout it is up to you to change Layout like SPACE between TTaskPanel()   yPos +=aPanels[n]:nHeight ...
by Jimmy
Wed Feb 28, 2024 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: Add a new taskPanel on Explorerbar ( on line)

New Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function Main()  ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 214

Add a new taskPanel on Explorerbar ( on line)

... 4th paramter is false it not create the taskPanel the final use when click the link "Create Second Panel" the procedure must destroy all panels and recreate all to destroy Panel I tried with destroy(9 and end() method but it seem not Know these commands and I cannot destroy the previous ...
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 214

Re: Create a Panel width a text

... height and resize the panel (oPanel2) and in turn oPaneltext where the text of the message is located. Finally the procedure must refresh all panels except the first one, so that the following panels are one behind the other. There is no method in the Texplorerbar class to refresh the panels ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Create a Panel width a text

I found a function CalcTextHeight(cText, oFont, nWidth,oPanel) but it not run ok because the other panels are not refreshed https://i.postimg.cc/wvPFgmWd/test.gif #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Silvio.Falconi
Fri Feb 16, 2024 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Create a Panel width a text

Is there anyone who can help me solve this problem?
the class must have the ability to update the panels and their contents
by Silvio.Falconi
Sat Jan 27, 2024 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Create a Panel width a text

... seems to change its size but if there is another panel after the modified one, if the dimensions are small a large space is formed between the panels, if the modified panel has a larger space it is drawn above the panel that follows If the taskPanel is bigger https://i.postimg.cc/ZnS7KJQw/big.png ...
by Silvio.Falconi
Mon Jan 08, 2024 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Create a Panel width a text

... seems to change its size but if there is another panel after the modified one, if the dimensions are small a large space is formed between the panels, if the modified panel has a larger space it is drawn above the panel that follows
by Silvio.Falconi
Mon Jan 08, 2024 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Create a Panel width a text

... NIL//----------------------------------------------------------------------//  but there is bpainted also on exlorerbar and not on single panels
by Silvio.Falconi
Sat Jan 06, 2024 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3167

Re: Resize a tpanel

...  oWnd:nHeight   := 200   oWnd:nWidth    := 200   ACTIVATE WINDOW oWnd CENTEREDreturn nil  Nages, sorry i didn't mean that.... I have some panels inside a scrollpanel the scrollpanel is inside a dialog which in turn is inside a window ( oWndMain) when I resize the main window I perfectly ...
by Silvio.Falconi
Sun May 21, 2023 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 338

Re: New Class TWebView in next FWH build

Yes, I couldn't put it in window or panels without using the static dll. I didn't try with hb_DynCall passing the variable with &. In several windows 7 it gives an error in the system entry. On Windows 10 it works correctly.
by Giovany Vecchi
Wed Jun 22, 2022 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2192

Re: New Class TWebView in next FWH build

... I'm not an expert in C++, I stopped to wait for the native fivewin class. In this class I was making I can put the webview in windows and even in Panels. #include "FiveWin.ch"///#include "hbclass.ch"#define HKEY_LOCAL_MACHINE       2147483650#define SW_HIDE   ...
by Giovany Vecchi
Wed Jun 22, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2192

Re: ADO RDD xHarbour

... methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbrowse, panels, folders ... etc. You can use ADO to connect to MS Sql Server, MS Access and ( most ) all the other Sql databases as well ... Rao has made the ...
by Marc Venken
Thu Apr 21, 2022 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446082

Re: ADO RDD xHarbour

... methods ) for many years .. 32 and 64 bits ... Have a look in the samples folder and compile AdoRick.prg .. Uses all the Fivewin code .. xbrowse, panels, folders ... etc. You can use ADO to connect to MS Sql Server, MS Access and ( most ) all the other Sql databases as well ... Rao has made the ...
by Rick Lipkin
Wed Apr 20, 2022 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446082
Next

Return to advanced search