Enrico,
If you comment TrackMouseEvent() call then it gets fixed ?
Enrico,
If you comment TrackMouseEvent() call then it gets fixed ?
Enrico,
Do you use any library or OBJ of your own ?
No, I made the test with pure xHarbour/FWH.
EMG
#include "Fivewin.ch"
#include "Urllink.ch"
FUNCTION MAIN()
LOCAL oWnd, oUrl
DEFINE WINDOW oWnd
@ 1, 1 URLLINK oUrl URL "This is a test"
ACTIVATE WINDOW oWnd
RETURN NILEnrico,
Here it is working fine too ![]()
Are you testing on XP ? I am testing on Vista 32
Yes, XP. Do you still have an XP to try my samples on it?
EMG
Enrico,
Yes, I have XP and Vista here on the same computer
We are going to try it.
Well, in fact, I use five different operating systems on my computer
XP/Vista, Ubuntu and OSX Tiger/Leopard
Enrico,
Both examples work fine on XP
Do you have your XP upgraded with all automatic updates ?
Antonio Linares wrote:Enrico,
Both examples work fine on XP
Do you have your XP upgraded with all automatic updates ?
> I really can't imagine what the difference is...
Same here ![]()
Don't worry: sooner or later we will find the reason. ![]()
EMG
Wonderful!
EMG
Another question: are you using BCC 5.5.1 or a newer version?
EMG