Search found 42 matches: timing

Return to advanced search

Re: tooltip timing

Harvey, James, http://msdn.microsoft.com/en-us/library/bb760404(VS.85).aspx We should modify this section of code in FWH\source\classes\window.prg:          hWnd = CreateToolTip( Self:hWnd, If( ValType( cToolTip ) == "A", cToolTip[ 1 ], cToolTip ...
by Antonio Linares
Fri Oct 02, 2009 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

Re: tooltip timing

Harvey,

After looking at the code, it appears that nTooltips is only being used with Clipper. I am going to have to look at this more when I have time.

James
by James Bott
Fri Oct 02, 2009 1:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

Re: tooltip timing

James: ownd:ntoolTip := 1000, doesn't work DEFINE FONT oFont1 NAME "tahoma" SIZE 0,-11 BOLD           DEFINE WINDOW OWND1 FROM 1, 5 TO 20, 75  ;         TITLE "Up Your Cash Flow XT2-2009" ;        MENU( BUILDMENU())                                 ;       COLOR CL...
by hag
Fri Oct 02, 2009 12:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

Re: tooltip timing

Harvey, OK, I should have explained. nTooltip is CLASSDATA of TWindow. This means that it is like a STATIC. All instances of TWindow and any instances of subclasses of TWindow will inherit this instance variable AND and its value. So you only have to set it once in your app. nTooltip defaults to 900...
by James Bott
Thu Oct 01, 2009 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

Re: tooltip timing

Thanks James:

Not sure where to put it and is it to be set to a time oWnd:ntooltip := ???
by hag
Wed Sep 30, 2009 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

Re: tooltip timing

Harvey,

Try oWnd:nToolTip.

James
by James Bott
Wed Sep 30, 2009 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

tooltip timing

Is there away to adjust the timing of tooltips?
Use FWH909.
by hag
Wed Sep 30, 2009 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1948

James,

> Sometimes these strange ones are timing related.

thank you. You gave me a good idea.

In effect this happens when oTray:lSuccess=.f. and I repaint the tray icon with a New(). Perhaps I just need to delay the new tray creation in these rare cases.

Thank you,
Davide
by Davide
Tue Aug 19, 2008 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange ttray error
Replies: 3
Views: 515

Davide,

Sometimes these strange ones are timing related. You might try changing the TTray code to add a sysrefresh() like this:

DEFINE WINDOW ::oWnd STYLE NOR( WS_POPUP, WS_DISABLED ) FROM 0,0 TO 0,0 OF oWnd
ACTIVATE WINDOW ::oWnd
sysrefresh()
::oWnd:Hide()

James
by James Bott
Tue Aug 19, 2008 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange ttray error
Replies: 3
Views: 515

... focus now finishes up on the button. However, using ALT accelerator, the valid still gets executed as per all the original problems (wrong timing and/or executed twice) in my 2 examples. Any other thoughts? From a quick check, it seems Microsoft's apps behave identically regardless of whether ...
by Colin Wisbey
Thu Aug 14, 2008 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: ALT accelerator with button - Urgent help needed
Replies: 12
Views: 3417

Antonio, I'm having erratic results on reading the return response from the host. I have inserted timing loops, etc but can't get consistant. With the test programs and msgstop's and debugger, things work well. In my application, it's almost like sometimes I'm active and ...
by don lowenstein
Mon Aug 27, 2007 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sockets
Replies: 3
Views: 834

AMD Dual-Core Optimizer utility synchronizes TSC

... cores. It effectively keeps both cores working in parallel and reduces the differing video performance effects, or any other flaws that relate to timing situations in dual-core or upcoming multicore processors. http://www.amd.com/us-en/assets/content_type/utilities/TscSync.zip AMD Dual-Core Optimizer ...
by modicr
Tue Jul 04, 2006 8:12 am
 
Forum: Off Topic / Otros temas
Topic: AMD Dual-Core Optimizer utility synchronizes TSC
Replies: 0
Views: 883
Previous

Return to advanced search