Search found 33 matches: destroying

Return to advanced search

New FTDN December/Diciembre 2011 (FWH 11.12)

... container is a DIALOG. http://forums.fivetechsupport.com/viewtopic.php?p=122721#p122721 * Fix: Class TWindow Method Gradient() was not properly destroying the previous brush. Now it is ok. * New: makefiles already availables for samples\FiveGen\* and FWH\Visual\* * New: Started the implementation ...
by Antonio Linares
Thu Dec 29, 2011 9:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2011 (FWH 11.12)
Replies: 0
Views: 1417

Re: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?

Uwe,

This line is wrong:

DeleteObject( oDlg:oBrush:hBrush )

as brushes are shared GDI objects in FWH, and we can be destroying a brush that still is used from other controls.

The right way is:

oDlg:oBrush:End()
by Antonio Linares
Mon Nov 28, 2011 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inclomplete Group using Dialog TRANSPARENT Color-Brush ?
Replies: 2
Views: 1001

Re: Columna cancelada con oBrw:ToExcel() ??

... is wrong. This code even should give a syntax error while compiling. You are assigning a numeric value to the browse column object and thereby destroying the browse column object itself. Probably you wanted to assign it as a codeblock to oCol[9]:bBmpData. In that case, the code should be: aCol ...
by Armando
Sat Aug 20, 2011 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columna cancelada con oBrw:ToExcel() ?? SOLUCIONADO
Replies: 17
Views: 4402

Re: Columna cancelada con oBrw:ToExcel() ??

... is wrong. This code even should give a syntax error while compiling. You are assigning a numeric value to the browse column object and thereby destroying the browse column object itself. Probably you wanted to assign it as a codeblock to oCol[9]:bBmpData. In that case, the code should be: aCol ...
by nageswaragunupudi
Sat Aug 20, 2011 1:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columna cancelada con oBrw:ToExcel() ?? SOLUCIONADO
Replies: 17
Views: 4402

How to replace VTITLE => Images and Text ? SOLVED

Hello, I want to change the Images and Text without destroying the VTitle . I tested ( only one Image ) on Button-click with : Button 1 oTitle:ChangeImg( c_Path + "\Bitmaps\Mouse1.bmp", 1 ) Button 2 oTitle:ChangeImg( c_Path + "\Bitmaps\Mouse2.bmp", ...
by ukoenig
Fri Jul 22, 2011 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to replace VTITLE => Images and Text ? SOLVED
Replies: 0
Views: 252

Re: ExplorerBar and Get

... OF oTitle1 SIZE 100, oSysFont:nInpHeight + 5 PIXEL FONT oSysFont UPDATE The Product-selection / preview works, but there is still something wrong, destroying the old Selection. I will still add a Product-Zoom-preview in a extra Dialog. Radios, Checkbox, Combobox, Sliders and xBrowse can be defined ...
by ukoenig
Thu Jul 21, 2011 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar and Get
Replies: 12
Views: 5004

New FTDN June/Junio 2011 (FWH 11.06)

... clause * New: Class TTreeView Method GenMenu(): creates a popup menu from the TreeView items * New: ACTIVATE POPUP ... SAVE command to avoid destroying the popup menu so it can be reused. * New: Class TTreeView Method LoadFromMenu( oMenu ), loads the items of the menu into the TreeView, supporting ...
by Antonio Linares
Tue Jun 28, 2011 11:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2011 (FWH 11.06)
Replies: 0
Views: 1334

Re: Application Slowdown

... 0          0          0          0          0          0  So i would say that BTNBMP (and maybe Msginfo) is leaving something behind - should i be destroying the BTNBMP somehow (if so, how?) after i close the dialog? Any advice would be appreciated Pete
by PeterHarmes
Thu Jan 27, 2011 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6323

Re: Changing Ribbon on opening a MDI-Child

Gilbert, You were not properly destroying the previously created RibbonBar (so a new one was created on top of the previous one, again and again), also the RibbonBar was using a wrong width. Your example, modified this way, seems to be working ...
by Antonio Linares
Fri Jul 02, 2010 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing Ribbon on opening a MDI-Child
Replies: 14
Views: 3575

Re: Defined Group-Colors for Ribbonbar FW 9.07

... in calculating the new vertical Positions of the groups. Maybe a better Solution : Not modifying the Bar, instead using the Source-Button, destroying the Bar and doing a complete Rebuild with the new Values. It works, but the old bar is still visible on Top of the new one. I changed : Top ...
by ukoenig
Wed Aug 19, 2009 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defined Group-Colors for Ribbonbar FW 9.07
Replies: 25
Views: 6567

Re: Intermittant xBrowse ADO error ( again )

Enrico, >It send WM_CLOSE message to the control (Windows API level) effectively destroying it. But if you then issue a oBrw:display() there is no error. What does this mean? >>James Bott wrote: >>I am going to email my test program to you to see if ...
by James Bott
Wed Aug 12, 2009 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13212

Re: Intermittant xBrowse ADO error ( again )

... := ::lValid(), ::PostMsg( WM_CLOSE ),), lEnd } It send WM_CLOSE message to the control (Windows API level) effectively destroying it. I am going to email my test program to you to see if it errors out for you. Ok, but I'd need to compile it to found the real problem. EMG
by Enrico Maria Giordano
Wed Aug 12, 2009 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 13212

Clipper Versions

... One day I will get that job drinking cold beer on the beach..! Glad to see that 331/332 goes away ! I think we have the final answer about it, DESTROYING unused DATA IS the solution ! Our product will be release on september 23 1999, after that I'll go hunting the moose and take good time in ...
by Antonio Linares
Wed Aug 27, 2008 7:46 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65984

Clipper Errors

... not creating a reference to the original DATA of the class that's why when you issue END(), that's mean you don't need that Image anymore, why not DESTROYING those DATA that you don't need anymore, not the STATIC variable of the class but really the DATA zone for this object only. Destroying those ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65984

Marco,

Instead of creating and destroying the menu, why don't you just hide() and show() it?

James
by James Bott
Tue Jun 24, 2008 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font problems
Replies: 4
Views: 780
PreviousNext

Return to advanced search