Search found 801 matches
- Fri Jul 19, 2013 12:12 pm
- Forum: User Groups and Events
- Topic: Possible LiveCode Users Group in South West England
- Replies: 3
- Views: 4604
Possible LiveCode Users Group in South West England
Hi all LiveCoders in the South West of England (or thereabouts) In the past few months John Dixon, John Paterson, Peter Alcibiades, Ian Wood and I have been emailing each other about a LiveCode Users Group here in the South West of England I contacted Heather who said that when we're ready to go for...
- Sun Jun 30, 2013 9:20 pm
- Forum: Making IDE Plugins
- Topic: Start of a date handling library
- Replies: 33
- Views: 22044
Re: Start of a date handling library
Hi Malte
Very nice, thanks for sharing - have discovered my wife and I were both born on a Thursday
Very nice, thanks for sharing - have discovered my wife and I were both born on a Thursday

- Sun Oct 07, 2012 3:22 pm
- Forum: iOS Deployment
- Topic: [SourceCode] CardScaler for Retina<>NonRetina
- Replies: 3
- Views: 1909
Re: [SourceCode] CardScaler for Retina<>NonRetina
Sean this looks great - not only nice code but a clever approach to the screen size / pixel density conundrum - nice work! 

- Mon Jul 30, 2012 6:00 pm
- Forum: Animation Engine
- Topic: Initial 'stab' to get constrainRectangularCallback going
- Replies: 4
- Views: 7039
Re: Initial 'stab' to get constrainRectangularCallback going
OK think I've found out what is going on... Basically, I have fat fingers (probably fairly average for a guy though) and what was happening is that on an iPhone 4 the 'thumb' graphic of the slider was too small. I was too lazy to change it from Obelo's script where he had it at 22x22 pixels (which i...
- Fri Jul 27, 2012 3:02 pm
- Forum: Animation Engine
- Topic: Initial 'stab' to get constrainRectangularCallback going
- Replies: 4
- Views: 7039
Re: Initial 'stab' to get constrainRectangularCallback going
Hi Malte Thanks for the reply, I too am responding late Thanks also for suggestion about constrainRectangularInit but I send a message to do this from the card's openCard script (see below) on openCard send constrainRectangularInit to graphic "grc_Thumb2" in 20 milliseconds send constrainRectangular...
- Wed Jul 18, 2012 5:52 pm
- Forum: Animation Engine
- Topic: Initial 'stab' to get constrainRectangularCallback going
- Replies: 4
- Views: 7039
Initial 'stab' to get constrainRectangularCallback going
Hi all I've created a slider using Obelo's slider tutorial/script. For iOS, on the simulator (I'm using LC 5.5.1 on Lion on a Mac) everything works fine. On a device (iPhone 4 running 5.1.1) there is an initial delay in getting the slider to do anything. It needs a bit of a 'stab' on the slider butt...