From: Willie Moore on 29 Mar 2010 23:40 Phil, If you take this line in your controlNotify method IF oControlNotifyEvent:NotifyCode == UDN_DELTAPOS And change it to IF oControlNotifyEvent:NotifyCode == LONG(_CAST,UDN_DELTAPOS) Your spinner sample should work. In VO 2.7 the ConTrolNotifyEvent:NotifyCode was returning long(_cast,...)), with 2.8sp3 is typed as a dword. Casting the dword to a long make the comparison work the way it did in earlier builds. Regards, Willie "Sherlock" <sherlock(a)sherlock.com.au> wrote in message news:a01a8bcc-c95e-4413-a0c0-208244d0f941(a)l12g2000pra.googlegroups.com: > snip[ Would you like me to send you the code to see if you may have > overlooked something? ] > > I would like to look at this again. I gave up trying to get a buddy > control working correctly. > > Phil McGuinness __________ Information from ESET NOD32 Antivirus, version of virus signature database 4983 (20100329) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: richard.townsendrose on 30 Mar 2010 05:07
Geoff did you try a reindex ... i am finding that this solves a lot of "funnies" like suddenly getting weird 5333's when i haven't been anywhere near a lib for years ... may be its repo size related ... but certailny touching afected code, reindexing, and THEN recompiling gets thiungs back to normal ... very annoying of course ... richard |