Search found 33 matches: destroying

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... pFunction) (Outside Class): A method for binding functions, with a default function WV_SENDTOFWH(). Destroy() (Outside Class): A method for destroying the web view, managing the aWebViews array. WebView(cHtml, cTitle): A function to create, display, and destroy a web view with specific HTML ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 463

Re: bug oXBrowse:cSeek

...     CATCH      END   endif Either they undo this change, or they insert a new data in xBrowse to determine whether or not to clean the filter when destroying the xBrowse control. We are going to provide a classdata switch for this in FWH2001. For now, please comment this out in your copy of xbrowse. ...
by nageswaragunupudi
Fri Jan 03, 2020 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug oXBrowse:cSeek
Replies: 6
Views: 948

Re: bug oXBrowse:cSeek

... END   endif Either they undo this change, or they insert a new data in xBrowse to determine whether or not to clean the filter when destroying the xBrowse control.
by MOISES
Wed Jan 01, 2020 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug oXBrowse:cSeek
Replies: 6
Views: 948

Re: (1909)Problem about MDI Window utf8

... Main function      CheckRes()   Return nil  and check the file checkres.txt that is generated, to verify that it has no resources without destroying The code you propose may be good for you but it does not imply a generic solution that can be applied because that implies that all menus ...
by cnavarro
Wed Nov 27, 2019 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (1909)Problem about MDI Window utf8
Replies: 8
Views: 1281

Re: FWH 18.08: Enhancements to strings.prg

... after having created the hits, and/or you set * as output file an existing hit file, the new strings will be merged into the * hit file without destroying the old existing translations. * * * * * * * * USING the I18N API IN YOUR PROGRAMS * ================================== * * I18N system is ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5404

Re: Database - 17.07 - Problems

Nages,

With all these modifications, it is now possible to reopen dbf by calling Use() after closing with Close().


Are you saying that you are now NOT destroying the object when Close() or End() is called?

James
by James Bott
Thu Sep 07, 2017 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11871

Re: Database - 17.07 - Problems

... in my next post here. We are making the class a lot more safer in the next version. If I understand your new TD_Destroy method correctly, it is destroying the object whenever the Close() or End() method is called and this solves the problem. At least it appears to be in my testing. I shall be ...
by nageswaragunupudi
Tue Sep 05, 2017 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11871

Re: Database - 17.07 - Problems

... come across this bug using TDatabase or TData but I can see that it could be an issue. If I understand your new TD_Destroy method correctly, it is destroying the object whenever the Close() or End() method is called and this solves the problem. At least it appears to be in my testing. I will make ...
by James Bott
Tue Sep 05, 2017 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11871

Re: xbrowse refresh with new recordset

Marc I think I understand what you are doing .. and what is interesting about xBrowse .. is that you can oRs2:Close() the recordset ( without destroying oLbx2 ) and then re-open\create the oRs2 recordset again with a new query which will probably capture your new records .. as long as the same ...
by Rick Lipkin
Fri Jul 01, 2016 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse refresh with new recordset
Replies: 7
Views: 1504

Re: Problem with font

There is absolutely no problem with creating a font once in a global variable like oApp:oFont and then destroying it at the end of the program. This should work perfectly. I think we all know the rules, but the issue is how do we ensure that our program strictly follows this ...
by nageswaragunupudi
Mon Jun 13, 2016 4:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with font
Replies: 13
Views: 3009

Re: Need expert comment

... by a derived class. We need to allot larger row height initially and create an RTF contol in the cell for every visible row. We need to keep destroying controls that go out of visibility and creating new controls for rows the come into the visible area, when the browse is scrolled. We also ...
by nageswaragunupudi
Thu Oct 09, 2014 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need expert comment
Replies: 3
Views: 804

New FTDN (July) 2014 (FWH 14.07)

... * Fix: printer.prg, tfoldex.prg,tmsgitem.prg, ttitle.prg These programs were prematurely releasing fonts, destroying fonts still under use by other windows. Fixed: method setfont() of printer.prg Fixed: methods new() and redefine() of tfoldex.prg. Earlier ...
by Antonio Linares
Mon Aug 04, 2014 6:41 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (July) 2014 (FWH 14.07)
Replies: 3
Views: 3112

New FTDN (May/June) 2014 (FWH 14.06)

... the clause "CUMULATIVE TOTAL" while definine the column, instead of just "TOTAL". * Fix: Class TGraph Method Destroy() was destroying twice the ::oFont. Now it is ok. Thanks to Angel Salom: http://forums.fivetechsupport.com/viewtopic.php?p=159474#p159474 * Enhancement: Class ...
by Antonio Linares
Thu Jun 19, 2014 10:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN (May/June) 2014 (FWH 14.06)
Replies: 0
Views: 852

Re: Release bitmaps in xbrowse

... not have an End() method but it does have a Destroy() method so try calling oBrw:destroy() when closing the browse. I do see that this method is destroying all bitmaps in the aBitmaps array. This may help, however, I don't see that all the column objects are being destroyed (ended). I must be ...
by James Bott
Wed Feb 19, 2014 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Release bitmaps in xbrowse
Replies: 4
Views: 748

Re: Problem in pull-down menus

... // building the oMenu      oWnd:SetMenu(oMenu)      oBar:End()      BuildBar() If the above works then it would mean that destroying a menu previously to create a new one could be related to get lower handles. I think the problem could be related to numbers too high that ...
by Antonio Linares
Thu May 02, 2013 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem in pull-down menus
Replies: 17
Views: 2668
Next

Return to advanced search