Search found 52 matches: erasing

Return to advanced search

Drawing and erasing on the window

Using the polypolygon() function, I draw different polygons on the window. Before drawing each new polygon, I need to clear the eye. How do I do it better
by Natter
Fri Apr 19, 2019 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing and erasing on the window
Replies: 0
Views: 298

Founding a solution for recall delete fields

... I not Know how make For first configuration( to try ) I use a beach big 25X18 = 450 records in dbf when I save the array I made I was thinking of erasing all the records and reinserting them by recalling the deleted records and this could be fine but I do not know how I could do, and if the configuration ...
by Silvio.Falconi
Thu Jan 31, 2019 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Founding a solution for recall delete fields
Replies: 0
Views: 408

Re: Burn files to CD/DVD

... is completed /hide if you want hide the user interface during operation /prompterase (use with burn command) if you want to prompt the user when erasing a disc that already contains data - --do not use with /hide /popuperror (use with burn command) if you wish to display a popup if an error occurs ...
by ukoenig
Fri Jul 08, 2016 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Burn files to CD/DVD
Replies: 11
Views: 2906

Re: Hide columns

Here's something more compact, erasing SetUserCols() (not need anymore). It is the version that I save for me. .......................   DATA aDefaultCols  INIT ARRAY( 0 )      DATA aPreviousCols INIT ...
by FranciscoA
Sun Nov 22, 2015 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide columns
Replies: 14
Views: 6725

Re: How to save a PNG or BMP transp with Freeimage ?

... My new Signature-painter : Change color and pensize erase parts of a signature after erasing, use the last selected color http://www.pflegeplus.com/pictures/signature3.jpg Best regards Uwe :lol:
by ukoenig
Sat Apr 12, 2014 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to save a PNG or BMP transp with Freeimage (solved)
Replies: 1
Views: 503

Re: Antonio: "BUG" in TPrinter

OK, but usíng CloseEnhMetaFile() frees not the emf-files to let them erasing! We must use DeleteEnhMetafile( hEMF ) in the function Emf2Jpeg(...)! Another negative issue from this function is the dependency from the resolution of the Printer-Driver. It should ...
by byte-one
Mon Feb 03, 2014 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4965

Re: error.log is presenting fwhx 13.07

Antonio, Enrico, The make file will just recompile what has changed. Erasing the whole lib and rebuilding it is much slower than just rebuilding what has changed. Whats the meaning to recompile something that has not changed ? :-) The meaning is to avoid problems. ...
by Enrico Maria Giordano
Sat Sep 28, 2013 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log is presenting fwhx 13.07
Replies: 8
Views: 1493

Re: error.log is presenting fwhx 13.07

Enrico,

The make file will just recompile what has changed. Erasing the whole lib and rebuilding it is much slower than just rebuilding what has changed. Whats the meaning to recompile something that has not changed ? :-)
by Antonio Linares
Sat Sep 28, 2013 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error.log is presenting fwhx 13.07
Replies: 8
Views: 1493

Re: strange (DOS Error 32) DBFCDX/1006 ¿bug?

DOS ERROR 32 means, according to DOS documentation, 'network request not supported'. But I think the problem is because the erasing and indexing happens in such a fast interval (For..Next loop) that writting to the disk in so fas iterations is the problem for the sistem. If you don't ...
by codemaker
Sat Feb 11, 2012 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange (DOS Error 32) DBFCDX/1006 ¿bug?
Replies: 21
Views: 4294

Re: Pressing ALT erasing parts of dialog

Dear All,


I solved my issue on this by REMOVING Dialog Style ( in RC ) WS_CLIPSIBLINGS and WS_CLIPCHILDREN..

group, radio checkbox no longer disappear when pressing ALT key.. no modification on FWH11.05 control class..
by fraxzi
Tue Dec 20, 2011 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Pressing ALT erasing parts of dialog

Dear All,


I'm encountering this problem too.. but I can only understand English and my local language (Tagalog)...

:lol:
by fraxzi
Tue Dec 20, 2011 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Pressing ALT erasing parts of dialog

Carlos,

Creo que es preferible que sea a elección del programador el cambiar ese valor del registro.

Esos mensajes que se comentan en los enlaces se refieren a notificaciones que recibimos para variar el estado de esos controles. Pero creo que por defecto se deberían pintar ellos bien.
by Antonio Linares
Thu Dec 15, 2011 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Pressing ALT erasing parts of dialog

Antonio, has visto los link?
estas pensando modificar el reg cuando la app inice ? :-)

salu2
by carlos vargas
Thu Dec 15, 2011 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Pressing ALT erasing parts of dialog

Carlos,

Creo que he localizado el valor que cambia en el registro :-)

HKEY_CURRENT_USER\Control Panel\Accesibility\Keyboard Preference\On

Confirmado
by Antonio Linares
Thu Dec 15, 2011 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552

Re: Pressing ALT erasing parts of dialog

Antonio, no sera relevante esta info http://tech.groups.yahoo.com/group/wtl/message/11444 http://msdn.microsoft.com/en-us/library/windows/desktop/ms646342%28v=vs.85%29.aspx http://stackoverflow.com/questions/6912424/tlabel-displays-accelerator-keys-even-when-the-ui-state-says-not-to http://www.react...
by carlos vargas
Wed Dec 14, 2011 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing ALT erasing parts of dialog
Replies: 32
Views: 9552
Next

Return to advanced search