Search found 31 matches: ghost

Searched query: ghost

by leandro
Sun Jul 02, 2023 5:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 8959

Re: Webview question

Interestingly, the syntax used in the webview3.prg example does not show the ghost window. Specifically, assigning the dialog/window handle when calling the Webview:New() method.

oWebView := TWebView():New( , oDlg:hWnd )
Gracias por el dato :D
by Randal
Sun Jul 02, 2023 2:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 8959

Re: Webview question

Antonio,

The latest examples work fine now.

Interestingly, the syntax used in the webview3.prg example does not show the ghost window. Specifically, assigning the dialog/window handle when calling the Webview:New() method.

oWebView := TWebView():New( , oDlg:hWnd )

Thank you so much for all your ...
by Randal
Thu Jun 29, 2023 5:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 8959

Re: Webview question

... the user closes the browser window.

Can you please look at my sample and tell me what I'm doing wrong?

Additionally, what about the problem of the ghost window being displayed after calling TWebView:new()? This problem is reproduced in the other webview samples, i.e. webview5.prg.

Thanks,
Randal
by AHF
Thu Nov 05, 2015 9:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 553881

Re: ADO RDD xHarbour

... of eles in the array was correct and npos = 0 wich means not found!
You confimed in while !eof() that the indexkey(0) its correct.

I cant see what ghost record has to do with it or go top but he fact is that work in one case not the other.

I guess the data type you are looking its string.

Did you ...
by byte-one
Thu Nov 05, 2015 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 553881

Re: ADO RDD xHarbour

... a dbseek() with no result another dbseek() are not possible.
If the searched value is not found, DbSeek() positions the record pointer on the "ghost record" (Lastrec()+1) by default, and the function Found() returns .F. (false), while Eof() returns .T. (true).
I think this "ghost record" is the ...
by lucasdebeltran
Mon Apr 06, 2015 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 553881

Re: ADO RDD xHarbour

... again. In addition, both functions, BoF() and EoF() return .F. (false).
If the searched value is not found, DbSeek() positions the record pointer on the "ghost record" (Lastrec()+


But the real problem is that data is not saved!!!. When the program is closed, they are lost!.

Thank you very much.
by Roger Seiler
Sun Oct 20, 2013 11:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2594

Re: TDialog problem

... in that it doesn't have a 4th parameter: self - which is in the earlier version. The earlier version did not show a momentary display of the ghost image of the dialog. I am unable to see what effect the parameter difference (between old and new versions of CreateDlg() ) makes because though I ...
by Roger Seiler
Sun Oct 20, 2013 10:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2594

Re: TDialog problem

... Is there anything in the ON INIT here that
jumps out at you as a problem?

On my Windows 7 stand-alone machines, which are fairly fast, the brief "ghost" dialog is barely noticable,
but on slower XP machines or on network workstations it is quite noticeable.

I did do a test with DIALOG.PRG ...
by Roger Seiler
Sat Oct 19, 2013 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2594

Re: TDialog problem

Here are screenshots showing the problem. First the "ghost" image, then the real image.

Image

Image
by Roger Seiler
Sat Oct 19, 2013 3:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog problem
Replies: 7
Views: 2594

TDialog problem

I've noticed an aesthetically annoying problem since upgrading to the 8/16 version of FWH. The problem is that a "ghost" image of a dialog is briefly displayed - for maybe half a second - without the effect of RESIZE16 and without containing any data, and then the correct dialog is displayed with the ...
by norberto
Sun Dec 30, 2012 10:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour community on g+
Replies: 5
Views: 1148

Re: Harbour community on g+

EMG,

me too.

gmail = outlook.com is the best email (free)
Gdocs = Office 365 is the best suíte.
G+ = old Orkut = ghost city, all people is in facebook.

sometime i use google just for my simple search... i use bing. :P
by ukoenig
Wed Dec 01, 2010 6:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: pdf to jpg convertor ?
Replies: 13
Views: 3105

Re: pdf to jpg convertor ?

Richard,
You can have a look at GHOSTSCRIPT ( Freeware ) Version 9.0
There are many Informations in the Internet.
You can convert PDF to any Image-formats from Command-line ( You are looking for )
Inside Your Application You can call it with WINEXEC

Useful Informations :
m

Sample Commands :

Convert ...
by anserkk
Sat Feb 06, 2010 10:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Extreme right end ghost col header & Footer painting
Replies: 6
Views: 1409

Re: xBrowse Extreme right end ghost col header & Footer painting

Dear Mr.Rao,

Thank you for the information.
oBrw:nMarqueeStyle := 4 is serving the purpose :)

Regards
Anser
by nageswaragunupudi
Sat Feb 06, 2010 5:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Extreme right end ghost col header & Footer painting
Replies: 6
Views: 1409

Re: xBrowse Extreme right end ghost col header & Footer painting

>>
What about the painting of the Pijama effect on the Ghost column ?
>>
Ghost column is painted only for nMarqueeStyle 4 and above. So, the if we need pijama effect in ghost column also, we need to set nMarqueeStyle to 4 or able as appropriate.