RE: RELEASE LiveCode 6.6.2 RC3

2014-05-04 Thread John Dixon
There are no problems scanning QRCodes when using LC 6.6.2 RC3, not here anyway, in fact they are the easiest and most forgiving of them all... From: mikeker...@roadrunner.com Date: Sat, 3 May 2014 18:47:16 -0400 Subject: Re: RELEASE LiveCode 6.6.2 RC3 To: use-livecode@lists.runrev.com

RE: RELEASE LiveCode 6.6.2 RC3

2014-05-04 Thread John Dixon
Matthias... I was refering to scaaning QRCodes on iOS mobile using monte goulding's mergXzing external . John Craig may well have an answer for you through the use of his 'sQRirt' library about getting the information from a QRimage... Am 04.05.2014 um 09:17 schrieb John Dixon dixo

RE: RELEASE LiveCode 6.6.2 RC3

2014-05-04 Thread John Dixon
Mike is quite correct... creating QRCodes with 5.5.5 6.5.2 is not a problem... but after that the QRCodes produced are not able to be scanned... so, it's not a sQuiRt problem but LC's problem... Hope they fix it quickly..:-) From: mikeker...@roadrunner.com Date: Sun, 4 May 2014 21:39:09

RE: import snapshot

2014-05-05 Thread John Dixon
set the name of the last image of this card to whateverYouWantToCallIt From: la...@significantplanet.org To: use-livecode@lists.runrev.com Subject: import snapshot Date: Mon, 5 May 2014 04:43:41 -0600 I am importing a snapshot from an image object. LC places the snapshot (to my

RE: memory management

2014-05-05 Thread John Dixon
put empty into var WhichVar From: la...@significantplanet.org To: use-livecode@lists.runrev.com Subject: memory management Date: Mon, 5 May 2014 04:14:28 -0600 If I load a large file into a variable, I believe the variable is stored in RAM, right? When I am finished using the

RE: Crash in simulator

2014-05-06 Thread John Dixon
Klaus.. When you say latest XCode.. do you mean 5.1 or 5.1.1... I found yesterday that 5.1.1 would not behave itself and the app would crash in the simulator... got rid of it and went back to 5.1 and everything was fine..:-) From: kl...@major-k.de Subject: Crash in simulator Date: Tue, 6

RE: Naive Q about painting

2014-05-14 Thread John Dixon
on mouseUp set the style of the templateGraphic to Line put 10,10 cr 200,250 into lineCoord set the points of the templateGraphic to lineCoord create graphic drawLine end mouseUp Date: Wed, 14 May 2014 13:26:20 +0300 From: richmondmathew...@gmail.com To:

RE: Fade effect for a Field

2014-05-16 Thread John Dixon
Set the blendLevel of fld 1 to 100 on mouseUp repeat with count = 100 down to 1 set the blendLevel of fld 1 to count wait 2 millisecs end repeat wait 2 seconds repeat with count = 1 to 100 set the blendLevel of fld 1 to count wait 2 millisecs end

RE: LiveCode - Where, How, and with Who ?

2014-11-07 Thread John Dixon
I think this is a great idea - just a few days ago I was answering a concern of a potential client, who as part of wanting to know that LiveCode was a valid choice as a platform, wanted to know how many people (especially professional programmers) were using it So, Dave ... how did you

working screenrect

2014-11-07 Thread John Dixon
If I make a stack at 320 x 480 Choose 'Device iPhone 4s' from the 'Hardware' menu then :- put the item 3 to 4 of the effective working screenRect into fld 1 returns 0,0,320,480... this is expected. I change the Device to 'iPhone 5s' from the 'Hardware' menu and 0,0,320,568 is returned...

RE: working screenrect

2014-11-08 Thread John Dixon
John you're doing better than me - for iPhone I can't get the simulator to display anything except 4s (Yosemite using LC 6.5, 6.7 and 7.0) - and the simulator keyboard never fires either - but on a device things (so far) appear as they are supposed to... Dave Well, it is a show stopper

which iPhone...

2014-11-10 Thread John Dixon
In the case of testing in the 'iPhone Simulator' ... How do you determine which iPhone the stack is supposed to be running on ? Up until now I have used something like this :- on openStack if environment() = mobile then whichiPhone end openStack command whichiPhone if item 4 of the

RE: which iPhone...

2014-11-10 Thread John Dixon
Hi Randy... The problem is that trying to get the screen rect using the ScreenRect function only returns the correct sizes for the iPhone 4 and iPhone 5... it returns the rect of an iPhone 5, 0,0,320,586 when trying to query for iPhone 6... :-( Hi John, I haven't messed with iPhone 6

RE: which iPhone...

2014-11-10 Thread John Dixon
Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit working and just ask for the screenrect? Hi Jacque... No it doesn't... Dixie

RE: which iPhone...

2014-11-10 Thread John Dixon
On Nov 10, 2014, at 11:35 AM, John Dixon dixo...@hotmail.co.uk wrote: Subject: Re: which iPhone... From: jac...@hyperactivesw.com Date: Mon, 10 Nov 2014 11:12:32 -0600 To: use-livecode@lists.runrev.com Does it work if you omit working and just ask for the screenrect

RE: which iPhone...

2014-11-16 Thread John Dixon
+ then your app gets run at iPhone 5 size and scaled up. Sent from my iPhone On 10 Nov 2014, at 22:16, John Dixon dixo...@hotmail.co.uk wrote: Now I am a little confused ... xCode 6.0, OSX 10.9.5, LC 7.0, iOS 8 simulator Let me be a little pedantic here in my explanation

keyboards chinese

2014-11-20 Thread John Dixon
How do I get a chinese keyboard to 'stick' in the simulator and enter chinese charecters into a field, I don't mind if it is an LC field or a native field... Which is the font that I should use ?... I seem to have tried everything and I can't seem to get this to work... anyone tell me the

RE: keyboards chinese

2014-11-24 Thread John Dixon
I am now starting to understand how to use multiple keyboards within a mobile app and how to tap on the globe icon at the bottom of the software keyboard to change between them... Does anyone know how to set a keyboard to say English or Chinese depending on which card you are on, or depending

RE: Stack Menu Mystery - Disappointing Documentation (Long, sorry)

2014-11-25 Thread John Dixon
The menu builder has been a problem since runRev's beginnings... it would pay them to look at 'superCard', they have building menus 'down pat'...:-) Date: Tue, 25 Nov 2014 12:09:07 -0800 From: ambassa...@fourthworld.com To: use-livecode@lists.runrev.com Subject: Re: Stack Menu Mystery -

RE: Stack Menu Mystery - Disappointing Documentation (Long, sorry)

2014-11-25 Thread John Dixon
- Disappointing Documentation (Long, sorry) Date: Tue, 25 Nov 2014 21:02:41 + Are you saying you still have problems with the menu builder? Bob S On Nov 25, 2014, at 12:15 , John Dixon dixo...@hotmail.co.ukmailto:dixo...@hotmail.co.uk wrote: The menu builder has been a problem since

the beepSound in iOS

2014-12-02 Thread John Dixon
set the beepSound to specialFolderPath(engine) /shortbeep.aiff This works against 7.1, but not against 8.1 simulator... I can't get nary a 'beep' out of the stack..:-) can someone confirm ___ use-livecode

RE: Apple app upgrade advice

2014-12-14 Thread John Dixon
from liveCodes' mobile release notes... When an application is installed on a phone (or in the simulator) a number of initial folders are created for use by the application. You can locate the paths to these folders using the specialFolderPath() function with the following selectors: • home –

revBrowserAddJavaScriptHandler

2014-12-17 Thread John Dixon
I have determined that I am stupid...:-) I am having problems with this... in that I don't understand how to implement it at all. Has anyone been using this new command ?... I have been trying to use it to call functions in the google maps to do various things such as place markers, draw

RE: revBrowserAddJavaScriptHandler

2014-12-17 Thread John Dixon
Date: Wed, 17 Dec 2014 09:59:13 -0700 Subject: Re: revBrowserAddJavaScriptHandler From: bonnm...@gmail.com To: use-livecode@lists.runrev.com You might look here: http://summerschool.livecode.com/index.php/sneak-peek theres a very simple, straightforward example a little ways down that

RE: Create graphic

2014-12-18 Thread John Dixon
I don't see this... Well, not using the following script :- on mouseUp set the width of the templateGraphic to 200 set the height of the templateGraphic to 200 set the opaque of the templateGraphic to true set the loc of the templateGraphic to the loc of this card set the

RE: Tool tip show graphic

2011-06-01 Thread John Dixon
I like this... Nice... :-) Dixie Date: Wed, 1 Jun 2011 16:22:51 -0700 Subject: Re: Tool tip show graphic From: stephenrevoluti...@barncard.com To: use-livecode@lists.runrev.com I came up with this test stack. go URL http://fulton.barncard.com/stax/graphicInToolTip.rev; This comes

RE: Blend Snapshot

2011-06-03 Thread John Dixon
Well I guess it beats smoking behind the cycle sheds... from the release notes export snapshot from [ rectangle rectangle of ] object [ ( with | without ) effects ] … Date: Fri, 3 Jun 2011 21:34:31 +0300 From: richmondmathew...@gmail.com To: use-livecode@lists.runrev.com Subject: Blend

Re: UITextField... and nothing?

2011-06-05 Thread John Dixon
Hello Mark... I have attached a stack that put the text of the UITextField into an answer dialog.. it places it into the answer dialog after you have finished editing.. be well Dixie On 5 Jun 2011, at 15:50, Mark Schonewille wrote: Why doesn't this do anything? iPhoneCreate

RE: Logical Expressions

2011-06-06 Thread John Dixon
Does this work for you... shedding the outer brackets ? if (gUSL = pos_vrange) AND (gUSL = neg_vrange) then What is the best way to do multiple logical comparisons and get them to work? For example if ((gUSL = pos_vrange) AND (gUSL = neg_vrange)) then get TRUE

RE: how to shorten a case structure?

2011-06-06 Thread John Dixon
on mouseUp put foo random(3) into myVar put (last char of myVar) into whichOne switch whichOne case whichOne put myFunction whichOne break end switch end mouseUp Maybe ? From: toolb...@kestner.de To: use-livecode@lists.runrev.com

Local files in revBrowser

2011-06-09 Thread John Dixon
I wonder if someone could shed some light on a problem I am having. The script below works fine running under MacOSX, but it does not want to work running under Windows ?.. If having the stack would help, I would send it to you. I am really stumped... any help would be appreciated. local

RE: [OT] Apple at it again

2011-06-09 Thread John Dixon
lovely... :-) My boss explained my job like this: They're job is to ask for the world. Your job is to ask for half of it back. Richard Gaskin ___ use-livecode mailing list

RE: Local files in revBrowser

2011-06-09 Thread John Dixon
Hi Mike Klaus ... John sent me a copy of the files, the revbrowserstuff is working fine, it seems to be javascript related (the errors are javascript errors) but i'm not much on javascript so this is over my head. What confuses me, and it doesn't take at lot, is that it all runs fine under

line colour in a dataGrid table...

2011-06-10 Thread John Dixon
How do I set the lines of a dataGrid table to different colours ?... I can seem to find it in the datagrid manual. be well ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

RE: iOS: IP address (incl NAT address) of my device

2011-06-18 Thread John Dixon
Page 36 of the iOS 4.6.1 release notes - for the device Page 38 of the iOS 4.6.1 release notes - for its IP Hi, See subject. My app needs to know the device its IP, including the NAT version if applicable. put the hostAddresstoName of the hostName into tIP doesn't work on iOS. Any

RE: [ANN] MobGUI web site

2011-06-20 Thread John Dixon
Well done... very nice piece of kit..:-) LiveCode should have these controls as part of the tool palette ! MobGUI is a plugin for quickly creating mobile prototypes and apps with LiveCode Version 0.05 is now available for download on http://mobgui.com Development is now paused so I can

RE: object beneath mouseLoc?

2011-07-04 Thread John Dixon
Would 'mouseWithin' help ? on mouseDown repeat until the mouseLoc is not within the rect of me put the mouseLoc wait 0 millisecs with messages end repeat beep end mouseDown I have a feeling that on mouseLeave works whether the mouse button is up or down. About

RE: Adventures in Unicode

2011-07-04 Thread John Dixon
Slava... Browser control – UIWebView Page 41 iOS 4.6.1 relase notes... Richmond, Why don't you switch to using revBrowser to do all your text display, font resizing, and font-family changes? Works like a clock... and you don't have to hold your breath. (But there's no revBrowser for

RE: Anyone using MobGUI?

2011-07-04 Thread John Dixon
Andre...:-) I would pay money to watch someone drink 3 pints of rum From: an...@andregarzia.com the only time my mind is brilliant is after 3 pints of rum, just before falling asleep, then I am brilliant but I never remember...

RE: Anyone using MobGUI?

2011-07-04 Thread John Dixon
A kodak and 'Lamb's Navy Rum' it is then...:-) CHALLENGE ACCEPTED! next conference... please bring a camera to record any brilliance that might or might not happen. ___ use-livecode mailing list

RE: Anyone using MobGUI?

2011-07-04 Thread John Dixon
:-) John- Monday, July 4, 2011, 1:32:18 PM, you wrote: A kodak and 'Lamb's Navy Rum' it is then...:-) Sheep have ships? Methinks Andre's not the only one who's been hitting the rum... -- -Mark Wieder mwie...@ahsoftware.net

Record Sound iOS

2011-07-19 Thread John Dixon
Hi... Has anyone got 'record sound' to work under iOS. If you have done would you give me a nudge in the right direction...:-) be well ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

RE: on-Rev client software

2011-07-23 Thread John Dixon
Hi Jim... I think that you are a little mixed up here..:-) splash21 is 'John Craig' of mobGUI fame and he is also responsible for the website http://splash21.on-rev.com/... He does indeed live fairly near Edinburgh, in Paisley which is closer to Glasgow... be well Just a note about

RE: Where does survive the inventive user ?

2011-07-30 Thread John Dixon
:-) I've always wondered why they're called brokers ... I think if I were in that line of work I'd find another way of describing it. -- Peter Peter M. Brigham pmb...@gmail.com http://home.comcast.net/~pmbrig

Playing Audio files in iOS Movie Player

2011-08-01 Thread John Dixon
Hi… I have been playing with the examples that came with the liveCode externals SDK… especially with 'rrmicrophone'. I works really well, the quality of the recorded file is good and using the play command, can play, stop, pause and resume the sound at will… so far, so good. I would like to

RE: revGoURL

2011-08-09 Thread John Dixon
Have a look at 'ftp' in the dictionary, that will do it for you Date: Tue, 9 Aug 2011 13:24:23 +0300 From: richmondmathew...@gmail.com Is it possible to use revGoURL to download files without the mediation of the end-user's web-browser? Or, put another way: it it possible to have a

RE: LC 4.6.3 last available version ?

2011-08-09 Thread John Dixon
No, there is build 1445.. Is LC 4.6.3 build 1444 the last available version ? If yes, i can see two problems with it (MBP i7 266 Ghz, MacOS X 10.6.8) : Pierre Sahores ___ use-livecode mailing list

RE: Repeat with slow on iOS?

2011-08-12 Thread John Dixon
Is 'repeat with' slow on iOS? I notice a 1 or 2 second delay time on my iPad after clicking the button. On the desktop however everything is really fast. I just do this in a button: repeat with x=1 to 100 put ax into tVeld enable fld tVeld put empty into fld

RE: What to Do Since FTP No Longer Supported in Mac OSX Lion?

2011-08-14 Thread John Dixon
It does now...:-) They still make mac mini server, which is a good server but not rackable (does this word exists?) From: an...@andregarzia.com ___ use-livecode mailing list use-livecode@lists.runrev.com

RE: Exporting vector images

2011-08-15 Thread John Dixon
From: b...@twft.com I am going to go out on a limb here and say that RunRev was approached by Adobe and asked to pony up some exorbitant sum in order to continue to work with EPS, which offer was refused. But I am only surmising, as removing working functionality from an application

sqlite mySQl hassles...

2011-08-24 Thread John Dixon
Hi...Has anyone got mySQL or sqlite databases working on iOS ?I have a mySQL database that runs well in the iphone simulator, but crashes on a real device... No problem, I thought... I'll make a sqlite database and run it from within the app...The sqlite database runs fine on the desktop, but

RE: sqlite mySQl hassles...

2011-08-25 Thread John Dixon
sure your naming conventions are 100% will most certainly help. Mike John Dixon dixo...@hotmail.co.uk wrote: Hi...Has anyone got mySQL or sqlite databases working on iOS ?I have a mySQL database that runs well in the iphone simulator, but crashes on a real device... No problem, I

RE: sqlite mySQl hassles...

2011-08-25 Thread John Dixon
, Aug 25, 2011 at 3:31 PM, John Dixon dixo...@hotmail.co.uk wrote: Mike... Thank you for the reply... the scripts for getting the data from the mySQL database work in the IDE and in the iphone simulator, they will not work on a real device. The app just crashes... the sqlite scripts also

RE: sqlite mySQl hassles...

2011-08-26 Thread John Dixon
To you lot...Bob SneiderMike FelkerMark SchonewillieAdminGerry OrkinThanks for the help you have offered with trying to fathom the problems I am having with mySQL and sqlite... I have not yet sorted out the mySQL connection problem on a real device, but have got to the bottom of my sqlite

RE: LC 4.6.3 Gotcha?

2011-08-27 Thread John Dixon
on mouseUp do this do that go to stack schedule answer the short name of this stack send foohandler to group xxx end mouseUp Will work... the script of the button: On mouseup do this do that go to stack schedule answer the short name of this

RE: [OT] Mediocre Britain

2011-08-31 Thread John Dixon
This thread has got a little silly... Eric Idle probably has it all summed up in the last two lines of the 'galaxy song'.. and pray that there's intelligent life somewhere out in space, 'Cause there's bugger all down here on Earth! Dixie On Aug 31, 2011, at 3:35 AM, Richmond Mathewson

RE: Is it safe to upgrade development machines to Lion yet?

2011-09-09 Thread John Dixon
Keith... I can't speak for others... I'm running Lion on an external drive at the moment on a macBookPro... using a very long stick ..:-) Dixie Folks, What's the current view on whether to upgrade to Lion for LC development machines yet? Have any of you expert developers upgraded your

RE: Is it safe to upgrade development machines to Lion yet?

2011-09-09 Thread John Dixon
a longer stick! Best, Keith.. On 9 Sep 2011, at 10:05, John Dixon wrote: Keith... I can't speak for others... I'm running Lion on an external drive at the moment on a macBookPro... using a very long stick ..:-) Dixie Folks, What's the current view on whether to upgrade

RE: Loading a local file into a UIWebView control

2011-09-14 Thread John Dixon
control From: b...@twft.com Date: Wed, 14 Sep 2011 16:50:45 -0700 To: use-livecode@lists.runrev.com I'm going to say there was supposed to be a cr in there somewhere... On Sep 14, 2011, at 4:29 PM, John Dixon wrote: Jacque.. try... put file:// specialFolderPath(documents) slash

RE: Loading a local file into a UIWebView control

2011-09-15 Thread John Dixon
Sorry Jacque... loading a local file DOES work in the simulator... Dixie On Sep 14, 2011, at 8:21 PM, J. Landman Gay wrote: Okay. Solved. Loading a local file does NOT work in the simulator. My script, which is similar to all your examples, works great on my real live iPad.

RE: IP Address Function

2011-09-24 Thread John Dixon
Read page 12 of the 'release notes... 'networkinterfacesproperty', it was introduced in 4.6.3 From: gregory.ly...@videotron.ca Subject: IP Address Function Date: Sat, 24 Sep 2011 12:44:12 -0400 To: use-livecode@lists.runrev.com Hello everyone, Is there a LiveCode function that returns

RE: Can iOS store info in stacks?

2011-09-26 Thread John Dixon
You could also place the stack that you wish to use to store your data 'manually' in the documents folder of your app in the iphone simulator folder... and then for example, get the text from fld 1 of the 'other' stack and place it in fld 1 of your stack that is running from the 'engine'

RE: new iPhone 4s

2011-10-05 Thread John Dixon
I suspect, after reading your earlier post, that your 'downer' on Apple's new phone seems to be that it did not carry the number '5' in its title… As Shakespeare asked, 'What's in a name? That which we call a rose, by any other name would smell as sweet. Don't forget, the iphone 4 has not

RE: How to play a sound file in iOS?

2011-10-10 Thread John Dixon
Read page 31 of the iOS release notes and all will be revealed..:-) Subject: Re: How to play a sound file in iOS? From: bvla...@mac.com Jacque, Where are the alert sounds stored on the iOS devices? It would be better to just use the alert and other sounds already on the phones instead

RE: How to play a sound file in iOS?

2011-10-11 Thread John Dixon
that will help me. Bill Vlahos On Oct 10, 2011, at 12:17 PM, John Dixon wrote: Read page 31 of the iOS release notes and all will be revealed..:-) Subject: Re: How to play a sound file in iOS? From: bvla...@mac.com Jacque, Where are the alert sounds stored on the iOS

[no subject]

2011-10-11 Thread John Dixon
This will make you a polygon with 8 sides... on mouseUp lock screen set the style of the templategraphic to regular set the polysides of the templategraphic to 8 set the width of the templategraphic to 300 set the height of the templategraphic to 300 create graphic boo set

RE: Galactic Gaunlet

2011-10-15 Thread John Dixon
Look in the scripts of the cards and of the stack ...:-) Subject: Galactic Gaunlet From: jhurley0...@sbcglobal.net Date: Sat, 15 Oct 2011 07:21:05 -0700 To: use-livecode@lists.runrev.com I confess I have been able to get past the first millisecond of this game, but does anyone know

RE: iOS Simulater No Sound

2011-10-20 Thread John Dixon
Todd, Jacque... I find that sound plays in the iOS simulator. After reading your posts I quickly tried it with an mp3 file and found no problem. I used the 'copy files' pane to bring in the file on mouseUp put specialfolderpath(engine) /Do You Want To Know A Secret.mp3 into musicTrack

RE: Transparent window example?

2011-10-20 Thread John Dixon
Keith... Have a look at this, I think it might help... http://www.runrev.com/developers/lessons-and-tutorials/tutorials/advanced-inks-windows/ Dixie From: ke...@gulfbreezeortholab.com To: use-livecode@lists.runrev.com Subject: Re: Transparent window example? Date: Thu, 20 Oct 2011

RE: When has a field changed?

2011-10-25 Thread John Dixon
'closeField' is your friend here... Dixie Subject: When has a field changed? From: jhurley0...@sbcglobal.net Date: Tue, 25 Oct 2011 14:21:56 -0700 To: use-livecode@lists.runrev.com I have a text field (unlocked) that the user can edit, but I want to know when and to deal with the

RE: Inertial Scolling

2011-10-29 Thread John Dixon
Yes it does... decelerationRate read/write Determines the rate at which scrolling decelerates when a finger is lifted (maps to the UIScrollView decelerationRate property). This can be either normal, fast or a real number. Dixie From: m...@doub.com To: use-livecode@lists.runrev.com Subject:

RE: Inertial Scolling

2011-10-29 Thread John Dixon
I was staring at 'the right web page at the right time'...:-) Thanks for the quick response. Much appreciated. -= Mike ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

RE: mouse within oval filled area

2011-11-12 Thread John Dixon
Use the mouseColor ? From: ad...@flexiblelearning.com To: use-livecode@lists.runrev.com Subject: mouse within oval filled area Date: Sat, 12 Nov 2011 11:59:33 + Has anyone worked out how to test if the mouseLoc is within the filled area of an oval graphic (defined by startAngle and

RE: mouse within oval filled area

2011-11-12 Thread John Dixon
controls whose transparency is immune from mouse events. Hugh Senior FLCo John Dixon wrote: Use the mouseColor ? Original message: Has anyone worked out how to test if the mouseLoc is within the filled area of an oval graphic (defined by startAngle and arcAngle)? I was thinking

RE: mouse within oval filled area

2011-11-12 Thread John Dixon
if the graphic had a gradient. On Sat, Nov 12, 2011 at 1:09 PM, John Dixon dixo...@hotmail.co.uk wrote: OK then... on mouseWithin put the backgroundcolor of me into colorCheck if the mouseColor = colorCheck then put I am inside the coloured bit of control ID no the short

RE: [OT] A FLASH in the pan? Part 2

2011-11-21 Thread John Dixon
Yes... there wouldn't be any that I didn't care for if it was remembered that this is a list for liveCode, so should be nothing more... nothing less ! Well, do you advocate all threads with the [OT] prefix be removed, or just the ones you personally don't care for? Chipp Walters CEO,

RE: [OT] is the list down?

2011-11-23 Thread John Dixon
Err.. No, not here anyway...:-) Date: Wed, 23 Nov 2011 17:10:44 +0200 From: richmondmathew...@gmail.com To: use-livecode@lists.runrev.com Subject: [OT] is the list down? Well ? ___ use-livecode mailing

RE: crossword puzzle in LiveCode

2011-12-08 Thread John Dixon
No Bob... not 'pun-ny'... the word you are looking for is cryptic...:-) Using a thesaurus could get you a long ways towards that end, but good crossword puzzles use well thought out clues that often have no relation to the word itself. Often they are pun-ny. If it's just the creation of

RE: Accessing the bundles files in the sandbox

2011-12-14 Thread John Dixon
set the filename of image theImage to specialFolderPath(engine) /media/img_01.jpg From: sschvarst...@gmail.com Subject: Accessing the bundles files in the sandbox Date: Wed, 14 Dec 2011 23:33:38 +0100 To: use-livecode@lists.runrev.com Hi, I am developing an iOS app which needs to use

RE: iOS pagingEnabled

2011-12-30 Thread John Dixon
Yes Tom... sent a stack to your email address... Has anyone been able to get pagingEnabled for a scrolling group to work in iOS. Any working examples? Not getting any results here. As it makes no difference at all. Thanks Tom

RE: Ways to get the IDs of two already scripted buttons?

2012-01-01 Thread John Dixon
Would it work for you if you got the ID of the button on a mouseEnter ? I am trying to script a handler guiding (through Answer dialogue) user of standalone to select first one arbitrary existing button, to put its ID in a variable and (new answer-dialogue) then another existing button, to

RE: Sending hundreds of eMails

2012-01-06 Thread John Dixon
Aldous Huxley's 'Brave New World' still impresses...:-) From: an...@andregarzia.com Here in Brazil kids read 1984 in the school... that along with Brave New World made a strong impression in my young mind.

Throttling Accelerated Rendering...

2012-01-24 Thread John Dixon
Has anyone been playing with the accelerated rendering ? Can it be switched on and off on a per card basis ? in an iOS mobile stack, I have a card in a stack that really benefits from this when scrolling a group that contains groups and it makes the scrolling really smooth... BUT... I

Falling at the last fence...

2012-01-29 Thread John Dixon
I have an app ready to upload to Apple for review through iTunes connect... but when I try and use the Application Loader to upload, I get a message ' Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone distribution Certificate'... I can

RE: Falling at the last fence...

2012-01-29 Thread John Dixon
for LiveCode here http://qery.us/za On 29 jan 2012, at 19:07, John Dixon wrote: I have an app ready to upload to Apple for review through iTunes connect... but when I try and use the Application Loader to upload, I get a message ' Application failed codesign verification. The signature

RE: Falling at the last fence...

2012-01-29 Thread John Dixon
... Dixie. On Jan 29, 2012, at 12:07 PM, John Dixon wrote: I have an app ready to upload to Apple for review through iTunes connect... but when I try and use the Application Loader to upload, I get a message ' Application failed codesign verification. The signature was invalid

Why won't this work ?...:-(

2012-02-02 Thread John Dixon
The script below will run on a Mac, under Windows XP but not under Windows 7... anyone able to tell me why not ? on openCard /* set the rect of the image on which to overlay revBrowser */ set the rect of image browserimage to 0, 0 , (the width of this stack) , (the height of this

RE: [ANN] Casey's Solitaire published on Android Market

2012-02-08 Thread John Dixon
Nicely done, Jacque... but whilst reading your app description I began to feel sorry for 'Casey' and his... err... 'hen-pecked' existence..:-) Date: Wed, 8 Feb 2012 11:23:07 -0600 From: jac...@hyperactivesw.com To: use-livecode@lists.runrev.com Subject: [ANN] Casey's Solitaire published

RE: [ANN] Casey's Solitaire published on Android Market

2012-02-09 Thread John Dixon
Jacque... What problems are you experiencing with rotation. I have been playing with it quite a lot and have not found it to misbehave... Or in other words, 'What am I doing wrong ?... Where's my glitch ?'... :-) Date: Thu, 9 Feb 2012 11:09:31 -0600 From: jac...@hyperactivesw.com Thanks

RE: moving and scaling an image

2012-02-09 Thread John Dixon
Bernd Niggeman posted this a a solution to scaling and moving images http://forums.runrev.com/phpBB2/viewtopic.php?f=27t=8042#p37952 You might get some ideas from the stack... On 09/02/2012 08:40, David Glasgow wrote: I am trying to get an image to slide from the middle of the screen either

RE: Limiting scope of Visual Effect command

2012-02-17 Thread John Dixon
Have a read at p.12 of the 5.0.2 release notes regarding the changes made for displaying visual effects. I would image that you are going to be interested in :- lock screen for visual effect [in rect] Can the visual effect command apply the effect just to the area of the screen that has

RE: Sounds in iOS

2012-02-22 Thread John Dixon
as it was clear to me... using a function like environment() I see as a staple ingredient in being able to develop croos-platform apps quickly and easily, and .. err... it's been around since version 1.0 John Dixon On 22/02/2012 07:37, Graham Samuel wrote: Ken I AM using your code, and very

RE: Sound loops in iOS

2012-02-26 Thread John Dixon
I too couldn't get 'looping' to work with the 'play' command... however using 'iphonePlaySoundOnChannel thefile, theChannel, type' does work... on mouseUp put specialfolderpath(engine) /sc.mp3 into thefile iphonePlaySoundOnChannel thefile, 1, looping end mouseUp Thanks to Ken Corey

RE: Sound loops in iOS

2012-02-26 Thread John Dixon
with the iphonePlaySoundOnChannel. So you have to make specific choices based upon what you are needing. -- Tom McGrath III http://lazyriver.on-rev.com 3mcgr...@comcast.net On Feb 26, 2012, at 10:56 AM, John Dixon wrote: I too couldn't get 'looping' to work with the 'play' command... however using

RE: Simple play videoclip question

2012-02-28 Thread John Dixon
play stop videoclip NWOpen.mov ... will work. The 'play stop' syntax will not make it disappear..:-) but it will be put away when you go to another card. I'm doing this: In a card script: on openCard play videoclip NWOpen.mov at 400,300 pass openCard end openCard on

RE: Sound loops in iOS

2012-02-29 Thread John Dixon
Graham... I have found that to get around the 'ldelay' when using 'iphonePlaySoundOnChannel' in your stack for the first time is to play a short file containing 'silence' in say the openStack handler... the response of issuing the 'iphonePlaySoundOnChannel' command seems to be fine after

What is wrong with this ?

2012-03-12 Thread John Dixon
Hi... On a mac this works without a problem... simple stack, one button and one field... on mouseUp put https://gg.com/racing; into raceListURL put URL raceListURL into fld 1 end mouseUp It will not work for me under Win XP from boot camp... Can anyone tell me why ? Dixie

RE: What is wrong with this ?

2012-03-12 Thread John Dixon
Oh Shit !... Thanks Ken...:-) Date: Mon, 12 Mar 2012 15:54:57 + From: k...@kencorey.com To: use-livecode@lists.runrev.com Subject: Re: What is wrong with this ? On 12/03/2012 15:38, John Dixon wrote: on mouseUp puthttps://gg.com/racing; into raceListURL put URL

RE: What is wrong with this ?

2012-03-12 Thread John Dixon
. If not a standalone (this even fails at the IDE), If you are using an older version of LiveCode that does not use that file, then you need to set up OpenSSL on XP. Dar On Mar 12, 2012, at 9:38 AM, John Dixon wrote: Hi... On a mac this works without a problem... simple

RE: What is wrong with this ?

2012-03-12 Thread John Dixon
12.03.2012 um 18:30 schrieb John Dixon: Warren thanks for the reply... Dar... it works in a browser on XP with no problem. http URL's work in the script, just not with https... This is running from within the IDE and using liveCode 5.0.2 Dixie Try this: on mouseUp

  1   2   3   4   5   >