Am 23.01.2014 um 11:51 schrieb Mr Lee Badham <[email protected]>:

> Hi I’m trying to subclass a FSEvents class so I can use the Callback event to 
> talk to a timer.
> 
> When I use this I get a ‘This method requires more parameters’ error.
> 
> Private Sub Constructor(argpath as folderitem, argtimer as hotfolderpolltmer)
>  me.hottimer = argtimer
>  
> Super.Constructor(argpath,FSEventsMBS.kFSEventStreamEventIdSinceNow,1,FSEventsMBS.kFSEventStreamCreateFlagNone)

  dim sinceWhen As UInt64 =  &hFFFFFFFFFFFFFFFF // kFSEventStreamEventIdSinceNow
  dim Flags as integer = FSEventsMBS.kFSEventStreamCreateFlagNone
  
  Super.Constructor(argpath, sinceWhen,1 , flags)
  
the problem is that the constant &hFFFFFFFFFFFFFFFF is recognized by xojo as a 
string.
Problem is a bug in Xojo. I reported it as case 31877.

feedback://showreport?report_id=31877

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to