Search found 18 matches: destroys

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... 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): Initializes ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: Printer class question - RESOLVED

... making a module and then if I have to work on it I don't have a capable zoom that magnifies that part up to 400% and then a line is crooked and destroys the whole module, but are we kidding? You do not realize what you are saying Fwteam should create a Visual Report Designer with balls not like ...
by Silvio.Falconi
Mon Oct 26, 2020 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3359

Re: xBrowse how to show a button-seek-result on top

... including my changes http://www.pflegeplus.com/IMAGES/Xbrwsel6.jpg another test gives the needed result und moves to the top but destroys the new recordselector-counter maybe changing the contens of the codeblock ( it is just a test ) http://www.pflegeplus.com/IMAGES/Xbrwsel7.jpg ...
by ukoenig
Wed May 18, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to show a button-seek-result on top
Replies: 4
Views: 1038

Re: A font-problem in METRO-app ?

... := oNewFontForBtnCaption oPanel:oTextFont:End() oPanel:oTextFont := oNewFontForBtnText You do not destroy your fonts because oPanel destroys these new fonts when ends.
by nageswaragunupudi
Fri Apr 08, 2016 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A font-problem in METRO-app ?
Replies: 6
Views: 1333

Re: Font-problem with 15/12

Antonio, i try to assign a font, stored in a public variable. I also make for a dialog a own font with same properties. In all this cases the error is present. It seems, that every control destroys the same font.?
by byte-one
Sat Jan 09, 2016 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font-problem with 15/12 (SOLVED)
Replies: 11
Views: 3143

Re: TExplorerBar Bitmaps

TExplorerbar class correctly destroys the bitmaps it loads.
Please check your class catalogo for any problems. You appear to be creating new bitmap handles in the method LoadWindow() which you need to destroy yourself
by nageswaragunupudi
Wed Mar 18, 2015 6:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TExplorerBar Bitmaps
Replies: 19
Views: 4544

Re: Intermittant xBrowse ADO error ( again )

... it still exists and is functioning. You are confusing two different levels. One is FWH level and the other is Windows API level. oBrw:End() destroys the Windows API level control from FWH level object but have no effect on the content of oBrw variable itself that is a FWH level object not ...
by Enrico Maria Giordano
Wed Aug 12, 2009 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13211

Re: Intermittant xBrowse ADO error ( again )

Enrico, >Please try this modified version of your test and you will see that oBrw:End() effectively destroys the browse: Yes, you will see that it is destroyed, but in fact it is not. Try this line instead: define button of oBar action (oBrw:End(), oBrw:display(), msgInfo(valtype(oBrw)) ...
by James Bott
Wed Aug 12, 2009 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13211

Re: Intermittant xBrowse ADO error ( again )

Enrico Using 9.06 the sample closed the listbox but not the window .. It's the expected behavior. oCtl:End() only destroys oCtl control. oWnd:End() closes the window. oBrw:End() closes the listbox but leaves the Window open and subject to 'paint' Can you replicate this behavior ...
by Enrico Maria Giordano
Wed Aug 12, 2009 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13211

Re: Intermittant xBrowse ADO error ( again )

Please try this modified version of your test and you will see that oBrw:End() effectively destroys the browse: #include "FiveWin.ch"#include "xbrowse.ch"function Main()   local oWnd, oBrw   DEFINE Window oWnd   define ...
by Enrico Maria Giordano
Wed Aug 12, 2009 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13211

Re: Folder on gradient filled dialog

... Only the Path-defines in the Batch- and Link-file, You have to change. I used xHarbour. The Problem : Using the Brush-function in Gradtest1.exe, destroys the Result of the Folder-Tab-Area. Maybe the Tests can help, to solve the Problem and find out, what is wrong or my mistake, I have done somewhere ...
by ukoenig
Tue Jul 21, 2009 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder on gradient filled dialog
Replies: 33
Views: 8455

... to store the reference to the xHarbour object passed to the C function Basically you have to block the object to avoid that the garbage collector destroys it. I recommend you to review the source code of the extend system and the item api. We manage PHB_ITEMs (pointer to "items" managed by the ...
by Antonio Linares
Mon Oct 06, 2008 11:35 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Some technical help please
Replies: 9
Views: 3631

Antonio Linares wrote:In that case, no, because the control will destroy it.

Remember not to share the same cursor for different controls, because it a control destroys it, it will be no longer valid for the other controls.

Ok, thank you for the info.

Patrick
by Patrick Mast
Tue Sep 02, 2008 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the better choice ? (Brushes) for xBrowse
Replies: 14
Views: 2571

Patrick,

In that case, no, because the control will destroy it.

Remember not to share the same cursor for different controls, because it a control destroys it, it will be no longer valid for the other controls.
by Antonio Linares
Tue Sep 02, 2008 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the better choice ? (Brushes) for xBrowse
Replies: 14
Views: 2571

... the xhabour provided with FWH now. I too had this problem more than a month back. Its no more there. Mr Enrico is correct. XHarbour automatically destroys the Ole objects when all references to that object go out of scope.
by nageswaragunupudi
Wed Aug 27, 2008 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simple RSS reader for your applications...
Replies: 55
Views: 14033
Next

Return to advanced search