Gerrit Broekhuis
Programmer
Hi,
In a new project I'm trying to use the FoxySlider class. I have version "v0.99a 2014-12-05" in my project.
Basically it's working fine. I have juist one very nasty bug I cannot find or solve that has bothered me now for several days.
I discovered that by clicking on the xslider imgtrack object something unwanted happens in my program (it works asif I had clicked on another object). So I added “NODEFAULT” to all click events in all the objects in this class. There is no difference whatsoever. I checked my code many, many times, rebuilt the form, put the affected object inside a container, put the FoxySlider xslider objecx in a seperate container, etc., etc., but there is no change in the xslider's behaviour.
In the click event of xslider.imgtrack I have for testing:
“WAIT WINDOW "click" timeout(1)
NODEFAULT”
When I click on the imgtrack bar the wait window is shown and something unwanted is happenning in my program.
How do I get the FoxySlider class to NOT respond to any clicks?
Regards, Gerrit
In a new project I'm trying to use the FoxySlider class. I have version "v0.99a 2014-12-05" in my project.
Basically it's working fine. I have juist one very nasty bug I cannot find or solve that has bothered me now for several days.
I discovered that by clicking on the xslider imgtrack object something unwanted happens in my program (it works asif I had clicked on another object). So I added “NODEFAULT” to all click events in all the objects in this class. There is no difference whatsoever. I checked my code many, many times, rebuilt the form, put the affected object inside a container, put the FoxySlider xslider objecx in a seperate container, etc., etc., but there is no change in the xslider's behaviour.
In the click event of xslider.imgtrack I have for testing:
“WAIT WINDOW "click" timeout(1)
NODEFAULT”
When I click on the imgtrack bar the wait window is shown and something unwanted is happenning in my program.
How do I get the FoxySlider class to NOT respond to any clicks?
Regards, Gerrit