Search found 956 matches: panel

Return to advanced search

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

... it work but there is no Dokumentation even Fivewin-Wiki about TExplorerBar() Question how get Event from TExplorerBar() when "collaps" a Panel ? https://i.postimg.cc/VkHY58Nt/Panel-Collaps.jpg   oExBar = TExplorerBar():New()   oPanel1 = oExBar:AddPanel( ...
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 639

Re: Create a Panel width a text

... but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3523

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

... it work but there is no Dokumentation even Fivewin-Wiki about TExplorerBar() Question how get Event from TExplorerBar() when "collaps" a Panel ? https://i.postimg.cc/VkHY58Nt/Panel-Collaps.jpg   oExBar = TExplorerBar():New()   oPanel1 = oExBar:AddPanel( ...
by Jimmy
Sat Feb 24, 2024 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 639

Re: Create a Panel width a text

... but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when "Collapse" oPanel2 i don´t ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3523

Re: Create a Panel width a text

...  else      oWnd:ReleaseDC()   endifreturn nHt  1st param can be hDC or oWnd or even nil the text must be inserted inside the oPaneltext panel which in turn is inside the oPanel2 which acts as an external frame, as a shadow effect //create a shadow effect   @ oPanel2:nTitleHeight+5, ...
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: 3523

Re: Create a Panel width a text

function CalcTextHeight( hDC, cText, oFont, nWidth )   local oWnd, nHt   DEFAULT hDC := GetDC( 0 )   if HB_ISOBJECT( hDC )      oWnd     := hDC      hDC      := oWnd:GetDC()      DEFAULT oFont := oWnd:oFont, nWidth := oWnd:nWidth   else      DEFAULT nWidth := 800   e...
by nageswaragunupudi
Fri Feb 23, 2024 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3523

Re: Create a Panel width a text

hi Silvio, i have try your Sample and got Problem using PANEL and Codeblock   oPanelText:bPainted = { | hDC | ;    FW_SayText( hDC, ;           alltrim( ( cMessage ) ), ;          { 10, 50, aDim[ 2 ] + 50, 300 },,oFonttext, ...
by Jimmy
Thu Feb 22, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3523

Re: Google Graph extra graphic ? (Navaro)

> Making more than 1 panel is possible then ?

yes

> the call in the ON Init will be more complex

A little more, not too much :-)

> Just to know if possible for later use...

Yes it is
by Antonio Linares
Thu Feb 22, 2024 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3254

Re: Google Graph extra graphic ? (Navaro)

Making more than 1 panel is possible then ? oPanel1, oPanel2 also oWebview1, oWebview2 and oWebView:SetHtml( Html1()... // Graphtype1 (google gauge) oWebView:SetHtml( Html2()... // Graph 2 (google bar) the call in the ON Init will ...
by Marc Venken
Thu Feb 22, 2024 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3254

Re: Google Graph extra graphic ? (Navaro)

> Isn't this what we are doing now ? of do you mean something else ?

that is exactly what we are doing now, placing the webview inside a panel
by Antonio Linares
Thu Feb 22, 2024 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 3254

Re: Create a Panel width a text

... oPanel2:nTitleHeight    oPanel2:CoorsUpdate()    oPanel2:UpdateRegion()   //create a shadow effect   @ oPanel2:nTitleHeight+5, 10 PANEL oPanelShadow SIZE oPanel2:nwidth, oPanel2:nHeight-40 of oPanel2   oPanelShadow:SetBrush( oBrushShadow )   //create a panel with text  ...
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: 3523

Re: MySql vs Oracle

... que configurar el ODBC (Digo creo porque hace mucho que no lo hago, y donde uso ORACLE lo hacen los técnicos) Configurar Microsoft ODBC for Oracle Panel de control->herramientas administrativas->orígenes de datos ODBC -> Agregar->Microsoft ODBC for Oracle (Si no aparece la opción, ejecutar ...
by cmsoft
Mon Jan 29, 2024 12:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 2106

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: 3523

Re: erase files

... "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand the "Associated Handles" section in the lower panel. In the search field of the "Associated Handles" section, enter the name of the file you want to check. If the file is being used, it ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1784
PreviousNext

Return to advanced search