Help Something wrong w/ Const WB3D_EVENT_DRAGDROP

Blitz3D Forums/Blitz3D Programming/Help Something wrong w/ Const WB3D_EVENT_DRAGDROP

Guy Fawkes(Posted 2008) [#1]
I went through the const files, and the drag drop case in my code doesnt work because of these constants:



Is there something I can change it to that will allow the select case WB3D_Event_DragDrop AND WB3D_Event_Menu to work?

Any help is GREATLY appreciated =)

Thanks! =)

~DarkShadowWing~


John Blackledge(Posted 2008) [#2]
It's highly unlikely that 2 constants that have been in Windows forever are the cause.
You already have this problem stated in another post.
Why repeat?


LineOf7s(Posted 2008) [#3]
What you wanna do is put together a teensy lil program that runs, and really does nothing else but reproduce the problem you're having in the bigger code.

Then will someone be properly able to analyse it and give you the help that will be so greatly appreciated.


Kev(Posted 2008) [#4]
theres no problem with constants, there internal and used to access the event system.

do as LineOf7s says a small example that re-produces the problem your having i will then look into it.

kev


Guy Fawkes(Posted 2008) [#5]
Kev. my bad. it did work. I just had to fix my select code.

~DarkShadowWing~