Search found 418 matches: tpanel

Return to advanced search

Re: WebView resize

... elements in HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): Use <div> elements in HTML to replicate the panels in FiveWin. With appropriate CSS styling, these <div> elements can visually ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

Re: To Nageswrao Del Objs on TscrollPanel

... not refresh good the panel scroll  for a sample If I delete some records  (1,3,4) I have on xbrowse  admin, procedure2 and procedure 5 but on Tpanel as you can see on this picture https://i.postimg.cc/yxvLBT2Q/test.jpg I have 3 buttons   Admin , Procedure 5, Procedure 5 only ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: To Nageswrao Del Objs on TscrollPanel

... printer button https://i.postimg.cc/NFWzkLT2/2.png then I have another situation the final user can insert items directly on tpanel, only on another dialog can delete the btnbmp these items are quick links to recall some application procedures, so each btnbmp is associated ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 498

Re: HTML code in a TPanel class

Yes, you can interact with them.

Please review FWH\samples\webview*.prg

Also Mr. Otto has published very interesting and educational examples here in the forums!
by Antonio Linares
Mon Jan 22, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 S...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Silvio, > WebView use Activex ? no > WebView id Supported on Win7,Win10,win11 ? https://learn.microsoft.com/en-us/microsoft-edge/webview2/ WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 SD...
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Dear Mr. Rao, Thank you very much. *** We have actually had WEBVIEW2 for a long time, but we don't really know what to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is ...
by Silvio.Falconi
Mon Jan 22, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Dear Mr.Otto

Thanks a lot.
by richard-service
Sun Jan 21, 2024 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Thanks for the explanation.
Very useful.
by nageswaragunupudi
Sun Jan 21, 2024 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Dear Mr. Rao, Thank you very much. *** We have actually had WEBVIEW2 for a long time, but we don't really know what to do with it. Until now, I only used WEBVIEW in a separate WINDOW. Just yesterday, I looked at the TWebView source code and saw that it can be bound to all windows controls. Here is a...
by Otto
Sun Jan 21, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Wonderful
by nageswaragunupudi
Sun Jan 21, 2024 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: HTML code in a TPanel class

Here a demo how to display WEBVIEW2 in a Say object. #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oDlg,oSay, lExit := .f., oBtn   DEFINE DIALOG oDlg FROM 5, 5 TO 55, 180 TITLE "...
by Otto
Sat Jan 20, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

HTML code in a TPanel class

Hello friends, Is it possible to display HTML code in a TPanel class? I need it to display announcements or deadlines with the ability to embed links to call for applications. I have done it, but it only runs on an HTML page, instead I would like to ...
by Otto
Sat Jan 20, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 814

Re: Create a Panel width a text

... //shadow DEFINE BRUSH oBrushtext GRADIENT aGradtext //text nTotRows:= MLCount(Alltrim(cmessage),250) oPanel1 is a ttaskpanel //the shadow oItem1:=Tpanel():New( oPanel1:nTitleHeight +10, 10,; oPanel1:nBottom-30,oPanel1:nWidth-40, oPanel1 ) oItem1:SetBrush( oBrushshadow ) //panel for the text oItem2:=Tpanel():New( ...
by Silvio.Falconi
Thu Jan 04, 2024 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 2895

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: 501
Next

Return to advanced search