Search found 477 matches: destroy

Return to advanced search

WebView resize

... == 'cancelform'` is met, the following actions are performed: logline("cancelform", ValToChar(hTemp)) oWebView:Terminate() oWebView:Destroy() Do you think it would be more effective to use a timer to monitor for resize events from the HTML code? What does oWebView:SetSize() ? Best ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2074

To Nageswrao Del Objs on TscrollPanel

... local nItem:= oBrw:aArrayData[ oBrw:nArrayAt ][2] aDel(oBrw:aArraydata,nItem-1) // xbrowser oBrw:aArraydata oPanel:aControls[nItem]:destroy() oBrw:refresh() oPanel:refresh() return nil Function Manage_Items(aData,oBrowse)    local oDlg   local oBar   local oFont   local oBold  ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 638

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

... aPanels )         oItem := aPanels[ n ]         if oItem:ClassName == "TTASKPANEL"                  aPanels[ n ]:Destroy()         endif      Next      Refresh_Panels(oExbar,aPanels,1)  return nil//--------------------------------------------------------------------//Function ...
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: 213

Add a new taskPanel on Explorerbar ( on line)

... and if the 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 ...
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: 213

Re: TWebView window size

Dear Antonio, Thank you so much. I conducted a test with two oSay elements. Everything is working fine except for the destroy method. Best regards, Otto Here is my test code: wv_say.prg #include "FiveWin.ch"#include "Splitter.ch"static oWndstatic h := {=>}static ...
by Otto
Sun Feb 04, 2024 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 849

Re: TWebView window size

We have implemented two new METHODs in Class TWebView: METHOD End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way:   ACTIVATE DIALOG oDlg CENTERED ;   ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 849

Re: WebView2 Essentials: Guides, Tips & Resources

... Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. Run(): Runs the web view. Destroy(): Destroys the web view and cleans up resources. Eval(cScript): Evaluates a JavaScript script in the context of the web view. Init(cScript): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: Animaciones en dialogos

Hola, Probablemente se pueda conseguir esos efectos modificando los nTop, nLeft, nBottom y nRight del dialogo combinado con las iteracciones y los sleeps necesarios En lenguaje harbour con fwh consigueme un dialogo que se mueva desde la parte inferior de la pantalla hasta la parte superior ChatGPT P...
by paquitohm
Wed Dec 27, 2023 5:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Animaciones en dialogos
Replies: 2
Views: 387

METHOD PROCEDURE ?

hi, in TPOSTGRE.PRG i found METHOD PROCEDURE Destroy() CLASS TPQserver METHOD PROCEDURE TraceOn( cFile ) CLASS TPQserver METHOD PROCEDURE TraceOff() CLASS TPQserver METHOD PROCEDURE SETKEY() CLASS TPQquery these Method have no RETURN Value Question ...
by Jimmy
Tue Jul 25, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD PROCEDURE ?
Replies: 1
Views: 169

Re: TWebView y Javascript

... 'result': 'Hello from PRG' }" ) } oWebView:Bind( "SendToFWH" ) oWebView:Navigate( Html() ) Sleep( 200 ) oWebView:Run() oWebView:Destroy() return nil //----------------------------------------------------------------------------// function Html() local cHtml TEXT INTO cHtml data:text/html, ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 433

Re: ITaskbarList3 Interface for PROGRESS Bar

... only with ITASKBARLIST_RELEASE -> METHOD EndProgressMode() i don´t know "where" to call it as CLASS TProgress have no "Destroy" ? --- i use a copy of CLASS TProgress and add some CODE #IFDEF Use_iTasklistBar you will find all what i did in Source *+--------------------------------------------------------------------*+*+ ...
by Jimmy
Sun May 28, 2023 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ITaskbarList3 Interface for PROGRESS Bar
Replies: 6
Views: 319

Re: CLASS modification

... set dDate1 = dDate2 but while it have "Start-Date" and "End-Date" you need LbDown / LbUp and not DblClick which will "destroy marker" https://i.postimg.cc/Hn5D2fHv/Calendar-Xmas.jpg when include last Modification, which you have found out, both ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

Re: CLASS modification

... set dDate1 = dDate2 but while it have "Start-Date" and "End-Date" you need LbDown / LbUp and not DblClick which will "destroy marker" https://i.postimg.cc/Hn5D2fHv/Calendar-Xmas.jpg when include last Modification, which you have found out, both ...
by Jimmy
Wed May 24, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

Re: how to "Set" Image on TFolderEx() ?

not sure if i need to "destroy" Bitmap before o:SetBitmap(

No need.
SetBitmap() method takes care of it.
by nageswaragunupudi
Sat May 20, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "Set" Image on TFolderEx() ?
Replies: 5
Views: 290

Re: how to "Set" Image on TFolderEx() ?

...    oTab:SetBitmap( ´MYTRANSPARENT´, ii )      ENDIF      oTab:Update()   NEXT it seem to work but i´m not sure if i need to "destroy" Bitmap before o:SetBitmap() :?:
by Jimmy
Fri May 19, 2023 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to "Set" Image on TFolderEx() ?
Replies: 5
Views: 290
Next

Return to advanced search