Search found 24 matches

Go to advanced search

by andy-b
Mon Sep 19, 2011 10:33 am
Forum: General Discussion
Topic: Jade to iPad
Replies: 2
Views: 3527

Re: Jade to iPad

by andy-b
Thu Jun 16, 2011 12:13 pm
Forum: General Discussion
Topic: Binary data type on 64bit systems
Replies: 6
Views: 6772

Re: Binary data type on 64bit systems

That would be a plan but unfortunately the external function is in a Windows dll file so is maintained by good old Microsoft. Not sure if I would have much sway in asking then to change their System32.dll file for me :(
by andy-b
Fri Jun 03, 2011 12:28 pm
Forum: Feature Discussions
Topic: Help files with Adobe Reader 10
Replies: 2
Views: 4807

Re: Help files with Adobe Reader 10

Cool, thanks BeeJay :)
by andy-b
Fri Jun 03, 2011 11:43 am
Forum: Feature Discussions
Topic: Help files with Adobe Reader 10
Replies: 2
Views: 4807

Help files with Adobe Reader 10

Has anyone noticed that when using the help function (F1) key to open the pdf help files, this doesn't seem to work since upgrading to Adobe Reader v10?
Just wondering if it is me not installing the help correctly or the new version of Adobe.
by andy-b
Mon May 23, 2011 4:14 pm
Forum: General Discussion
Topic: Disgruntled employee?
Replies: 2
Views: 3415

Re: Disgruntled employee?

haha that is so funny, could this literally be a 'viral' ad campaign :D
At first I thought maybe it was a page that took your search query and just substituted it into the text, but no it seems like something done deliberately.
Yikes I hope I don't catch Jade 7!
by andy-b
Fri May 20, 2011 9:04 am
Forum: General Discussion
Topic: Smart Compiler
Replies: 21
Views: 19321

Re: Smart Compiler

One of the best things about this warning system would be for anyone trying to learn Jade. It would improve the coding for any developer and save time i.e. trying to find memory leaks, Agree that warning messages would be good for new Jade developers. When I first started Jade I didn't realise I ha...
by andy-b
Thu May 19, 2011 11:58 am
Forum: General Discussion
Topic: Smart Compiler
Replies: 21
Views: 19321

Re: Smart Compiler

right-click on method for Unused Local Variables
Never noticed that item before, might come in handy :D
by andy-b
Mon May 09, 2011 9:37 am
Forum: General Discussion
Topic: Binary data type on 64bit systems
Replies: 6
Views: 6772

Re: Binary data type on 64bit systems

Thanks for the reply :D The reason why I was asking is that I am looking into an issue where we calculate some values based on calls to functions in Kernel32.dll (the other function being GetThreadTimes http://msdn.microsoft.com/en-us/library/ms683237%28v=vs.85%29.aspx). In a 64bit system the calcul...
by andy-b
Fri May 06, 2011 3:34 pm
Forum: General Discussion
Topic: Binary data type on 64bit systems
Replies: 6
Views: 6772

Binary data type on 64bit systems

Am really not to sure about the Binary data type but I found this code sample on another forum topic (5th post down): https://forums.jadeworld.com/viewtopic.php?f=9&t=1447 I can retrieve all the values and that is all good in a 32bit system. What I am wondering is if I have to adjust the index value...
by andy-b
Fri Mar 11, 2011 11:03 am
Forum: Tips and Techniques
Topic: Split method for a string
Replies: 5
Views: 9006

Re: Split method for a string

Hold the phone...CardSchema has just what I need :D

Code: Select all

cnGetTokens(delimiter : String) : CnStringArray;

Go to advanced search