Search found 57 matches: cleared

Return to advanced search

Re: Clearing Gets

Hi Antonio

The get is cleared but when you type something into the empty get - the old value is still there.

I downloaded your sample and it doe the same.

Regards

Colin
by Colin Haig
Wed Feb 27, 2013 9:06 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Clearing Gets
Replies: 7
Views: 3036

Re: New FTDN September/Septiembre 2012 (FWH 12.09)

Thank you, that cleared all but these three:

viewer.obj : error LNK2001: unresolved external symbol _HB_FUN_SETDLGGRADIENT
viewer.obj : error LNK2001: unresolved external symbol _HB_FUN_DRAWTILED
FiveH32.lib(WINDOW.obj) : error LNK2001: unresolved external symbol _HB_FUN_XFREEPROC

Roibb
by rhlawek
Fri Oct 12, 2012 12:30 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2012 (FWH 12.09)
Replies: 11
Views: 4920

Re: Bug in TBar?

... i know try to test, check resource before go in a module and check after go out of module if you want report the results Why all resouces are NOT cleared by FWH before exiting the application?. really is no matter, all will be released after quit... when you say "Why all resouces are NOT ...
by Daniel Garcia-Gil
Fri Dec 30, 2011 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11829

Re: Bug in TBar?

Daniel,

This leak appears before QUIT, not in/between modules.

It may be related.

Why all resouces are NOT cleared by FWH before exiting the application?.

Thanks.
by ukservice
Thu Dec 29, 2011 11:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TBar?
Replies: 66
Views: 11829

Re: non-standard behavior

... when tab, arrow, or enter key was used prior to the >get. >This gives the user a visual clue that if they type a letter all text gets cleared. with PICTURE "@K" it's the same If users accidently type a letter and delete all selected text, pressing CTRL_Z or Right Mouse Undo ...
by MarcoBoschi
Fri Dec 16, 2011 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: non-standard behavior
Replies: 15
Views: 2671

Re: non-standard behavior

It seems to me that if the picture has "@K" in it, then all text should be selected when tab, arrow, or enter key was used prior to the get.
This gives the user a visual clue that if they type a letter all text gets cleared.
by Gale FORd
Thu Dec 15, 2011 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: non-standard behavior
Replies: 15
Views: 2671

New FTDN May/Mayo 2011 (FWH 11.05)

... in ON INIT clause. * Fix: Class TCheckBox method HandleEvent(), checkboxes were not properly painted. * Fix: RPreview.Prg: Shadows were not being cleared when unzoomed. Fixed * Enhancement: TRect class in rect.prg: (a) TRect():new() now accepts aRect also as a single paramter. Object can be instantiated ...
by Antonio Linares
Sat May 28, 2011 10:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2011 (FWH 11.05)
Replies: 0
Views: 1423

Re: Question about XBROWSE

... I used the "usecurrent" option. I also found that I got a slightly better performance if I set a scope, created a temp index, and then cleared the scope. If I left the scope in effect it slowed down just a bit. I don't know why, since changing the index should clear the scope, unless ...
by Gale FORd
Fri Oct 01, 2010 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about XBROWSE
Replies: 32
Views: 7906

Re: Dialogo con sombras

Hi. This code works, but need be cleared and optimized. Sorry but I start it and don't have time to finish. Use it in ON INIT clause of an dialog like: ACTIVATE DIALOG...ON INIT INITSHADOW( oDlg:hWnd ) ) #pragma BEGINDUMP#include "windows.h"#include ...
by toninhofwi
Thu May 13, 2010 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dialogo con sombras
Replies: 13
Views: 5917

PREVIEW MODAL

... ")+str(oMyRep:oReport:nPage,3) ; CENTERED ; PREVIEW MODAL At the point the preview screen in closed, the font and pen arrays are cleared. In 32 bit however, the program continues and doesn't much care about the MODAL statement. As a result, the pen and font variable are being ...
by MichaelMo
Wed Nov 18, 2009 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PREVIEW MODAL
Replies: 3
Views: 551

Re: REDEFINE GET .... PICTURE "@K"

... position. I think we need to come to a general agreement about how it should work before suggesting a solution. IMHO it should the buffer to be cleared at the first keystroke no matter where the cursor was positioned by the mouse. As you said, a SelectAll() could be a good option. Best regards.
by mmercado
Sat Oct 31, 2009 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE GET .... PICTURE "@K"
Replies: 12
Views: 2249

Re: REDEFINE GET .... PICTURE "@K"

... that it clears the Get if "the cursor in in the first position in the Get area." The original poster assumed that the Get should be cleared if any non-cursor key was typed after clicking into the Get in any position . Perhaps this behavior is desirable, but it is not the way Clipper's ...
by James Bott
Fri Oct 30, 2009 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE GET .... PICTURE "@K"
Replies: 12
Views: 2249

Thank you James, all cleared!

Max
by max
Mon Sep 22, 2008 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with XBROWSE with SELECT clause
Replies: 4
Views: 775

Fivewin Classes

... hint, the box is displayed, but, if I open other small dialog inside first dialog, when I close the second dialog, the boxes in this region are cleared. I don't understand why I can't use Display(), Paint() methods, like a lot of classes use ( ex: splitter class )... Uhm... I think you can't ...
by Antonio Linares
Wed Aug 27, 2008 7:44 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65883

... system. Local memory is allocated from the heap of a process. The heap is local to a process and when the process is released, its heap is also cleared. This is common to all operating systems. Anyhow if you want to read the exact words from Microsoft, then lets keep googling for it :-)
by Antonio Linares
Fri Aug 01, 2008 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which objects must be released explicitly
Replies: 27
Views: 4283
PreviousNext

Return to advanced search