Re: Scalini - image scaler for resolution independence

2014-01-28 Thread Roger Eller
It's not like a library or external that you *include* as a part of your own app. It is a tool for you to use in the LiveCode IDE to process the images you will use in your own app design. It scales a folder of images to all of the sizes needed (for resolution differences), and names them

Re: Android app signature?

2014-01-27 Thread Roger Eller
Chip, I get the same error as you, even if I sign for development only, but have worked on the stack on different computers. Unless I always build the apk on the same machine, the user has to uninstall the app just to install an update. I don't like it, but I don't know how to correct the

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
Al, I first tried Demo.apk, and it refused to install at all on Android 4.1.1. I opened demoMC27_no_sounds.livecode in LC 6.5.2 RC1 and added a preOpenStack containing set the fullscreenmode of this stack to ExactFit, then I clicked Test. It opened fine on my tablet, and when I got to the

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
Scott and Jacque, I have combined parts of both of your advisements, plus one from the MobGUI forum. I didn't mention that my buttons are Option groups (acting as buttons), so I replaced the hilite part with: send mouseDown to group Option1 -- only changes which option in a cluster is selected

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
, Roger Eller roger.e.el...@sealedair.comwrote: Scott and Jacque, I have combined parts of both of your advisements, plus one from the MobGUI forum. I didn't mention that my buttons are Option groups (acting as buttons), so I replaced the hilite part with: send mouseDown to group Option1 -- only

Re: IOS and Android Settings

2014-01-26 Thread Roger Eller
Jim Lambert shared his wonderful time saving stack, Scalini, which creates all the sizes of your images required by Apple. However, you need to start with retina sized images (for best results). The quality is always best when scaling down rather than up.

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
They are all offending me. ;-) TraversalOn (focusable) is checked for all fields the user needs to fill in. I simply don't want any field to activate the on-screen keyboard as soon as the card opens. I want the user to have a chance to see the whole screen and choose which field they wish to

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
PM, J. Landman Gay wrote: On 1/26/14, 12:47 PM, Roger Eller wrote: They are all offending me. ;-) TraversalOn (focusable) is checked for all fields the user needs to fill in. I simply don't want any field to activate the on-screen keyboard as soon as the card opens. I want the user to have

Re: Go to card [with effects] is slow on Android

2014-01-26 Thread Roger Eller
a better solution for getting good native screen transitions, I would love to see it. :-) Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 1/26/14 8:19 AM, Roger Eller roger.e.el...@sealedair.com wrote: Scott and Jacque, I have combined parts of both of your

Re: Resolution independance not working in Win Vista

2014-01-25 Thread Roger Eller
For the backdrop color, try it without using quotes. As for full screen scaling, the feature is new, and I haven't tried it on any desktop OS. ~Roger On Sat, Jan 25, 2014 at 11:26 AM, Ruediger Wilhelm wilhelm.forchh...@freenet.de wrote: Hi, all, I am having no success with my attempts to

Go to card [with effects] is slow on Android

2014-01-25 Thread Roger Eller
I know that do is a bad idea sometimes, but in this case, my swipe code is in the background image, and that's where the swipe direction is determined, then it clicks at the loc of myButton (to show the button is being pressed). The only problem is that it hesitates for about a second before

Re: SCAN commands with live code

2014-01-23 Thread Roger Eller
If the scanner is TWAIN compliant, you could shell a vb script, or possibly use an URL with this product by Dynamsoft. I used it for a project about 10 years ago, and it allowed me to scan to the clipboard, then LC grabbed the image to display it. http://www.dynamsoft.com/ ~Roger On Thu, Jan

Re: Tracing Stack (was: the points of graphic)

2014-01-23 Thread Roger Eller
So naturally, the next improvement would be to export a shape comprised of a group of filled polygons as PNG (keeping transparency), then use that image to trace into a single polygon. ~Roger On Thu, Jan 23, 2014 at 5:24 PM, BNig bernd.niggem...@uni-wh.de wrote: Hi Michael, inspired by

Re: OT and no excuse

2014-01-23 Thread Roger Eller
Mark, I think this phenomenon can be easily explained. Well, let's try anyway... In programming, a function that calls itself is known as recursive function and the process of calling function itself is known as recursion. A not very funny definition of recursion is given as a dictionary entry:

Re: RELEASE LiveCode 6.5.2 RC1

2014-01-22 Thread Roger Eller
Funny thing: I went to backup my stack before testing so I can verify bug 11623 is fixed, and the stable 6.5.1 crashed on me for the very first time! ~Roger On Wed, Jan 22, 2014 at 1:28 PM, Benjamin Beaumont b...@runrev.com wrote: Dear List Members, We are pleased to announce the release

Re: Tracing Stack (was: the points of graphic)

2014-01-20 Thread Roger Eller
That is definitely a step in the right direction. My wish is that it could follow the outline of multiple poly objects, rather than needing an image file. The workaround is to screenshot the LC objects, and trace that image. Thanks for posting this! Great work! ~Roger On Mon, Jan 20, 2014 at

Re: [OT] MIA

2014-01-20 Thread Roger Eller
Monte, I am so sorry to hear this. Family first! Peace to you and your wife during this difficult time. /prayers ~Roger On Mon, Jan 20, 2014 at 3:12 PM, Monte Goulding mo...@sweattechnologies.com wrote: Hi Folks I'm going to be off the reservation for a little while. For those that

Re: the points of graphic

2014-01-19 Thread Roger Eller
On Sun, Jan 19, 2014 at 12:09 PM, Jim Hurley wrote: Hi Roger, Praying on my ego are you? Um, yes. :) I don't really think I am up to this challenge. I'm not quite sure what is needed. Well, I guess Adobe is in no danger of a LiveCode application competitor then. /joke I would love

Re: the points of graphic

2014-01-18 Thread Roger Eller
Nice!!! Thank you! ~Roger On Jan 18, 2014 2:12 AM, Alejandro Tejada capellan2...@gmail.com wrote: Hi jvb, Take a look at this stack and use code that you find useful: http://andregarzia.on-rev.com/alejandro/stacks/regularPolygon_Tool_v2.zip Screenshot of the stack:

Re: The status of 6.5.1

2014-01-18 Thread Roger Eller
I agree with you on most of that, but there are enough goodness in 6.5.1 that I use often, that I am glad not to be waiting for it in a future killer IDE. Too fast and furious, indeed. There's not enough time to test every pre-existing feature. There needs to be an automated monkey machine to

Re: the points of graphic

2014-01-18 Thread Roger Eller
Jim (aka Mr. graphics wizard), Here's a challenge for you: Create the outline of an odd geometric shape using several of the existing tools (an L shape, but with round ends, by using circles). Then, with math wizard code, trace the outer overall shape into the points of a single new polygon.

Re: The status of 6.5.1

2014-01-18 Thread Roger Eller
real-world tester 'might' do. ~Roger On Sat, Jan 18, 2014 at 4:10 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 18/01/14 18:08, Roger Eller wrote: There's not enough time to test every pre-existing feature. There needs to be an automated monkey machine to run each new version through

Re: Where to download Community Server?

2014-01-17 Thread Roger Eller
http://downloads.livecode.com/livecode/server/ ~Roger On Fri, Jan 17, 2014 at 1:47 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Where at livecode.com is the link to download the Community Version of LiveCode Server? I imagine some of you have special URLs you've collected for that,

Re: moving files

2014-01-12 Thread Roger Eller
With revCopyFile, you have to verify the copy worked with your script, then delete the original if your goal is to MOVE the file. Whereas rename will MOVE the file if the output dir is not the same as the source. ~Roger On Sun, Jan 12, 2014 at 7:56 PM, Björnke von Gierke b...@mac.com wrote:

Re: moving files

2014-01-12 Thread Roger Eller
: On Sun, Jan 12, 2014 at 5:38 PM, Roger Eller roger.e.el...@sealedair.com wrote: With revCopyFile, you have to verify the copy worked with your script, then delete the original if your goal is to MOVE the file. Whereas rename will MOVE the file if the output dir is not the same

Re: [OT] Intel debuts SD card-sized computer

2014-01-09 Thread Roger Eller
This could be the enabler for the true smart-watch (not just a phone accessory). ~Roger On Thu, Jan 9, 2014 at 4:03 PM, Richard Gaskin ambassa...@fourthworld.comwrote: And then the cool gadgets arrive, with development accelerated by an ecosystem based around a single instruction set. --

Re: Bringing a substack to the front

2013-10-14 Thread Roger Eller
lock screen set the systemWindow stack MyTopStack to true set the systemWindow stack MyTopStack to false -- do this if the stack shouldn't stay on top unlock screen ~Roger On Mon, Oct 14, 2013 at 12:37 PM, Dr. Hawkins doch...@gmail.com wrote: I've searched the dictionary for top front, but

Re: Bringing a substack to the front

2013-10-14 Thread Roger Eller
, Oct 14, 2013 at 9:49 AM, Roger Eller wrote: lock screen set the systemWindow of stack MyTopStack to true set the systemWindow of stack MyTopStack to false -- do this if the stack shouldn't stay on top unlock screen Wow. This does exactly what I needed. The side effects seem

Re: After mobilePick, script may or may not continue.

2013-10-14 Thread Roger Eller
list based on the context of the first. Any ideas? ~Roger On Sun, Oct 13, 2013 at 8:21 PM, Roger Eller wrote: The script below always fires the first pick list. What seems strange to me is that after making this choice, the next pick list may or may not ever happen. Why? Is is a bug

Re: After mobilePick, script may or may not continue.

2013-10-14 Thread Roger Eller
If I long press the choice for the first pick, most times, but not always, the next pick list appears. I don't think this is normal behavior. Feels like a low level bug. On Mon, Oct 14, 2013 at 2:15 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 10/14/13 1:05 PM, Roger Eller wrote: I

Re: After mobilePick, script may or may not continue.

2013-10-14 Thread Roger Eller
handler would issue a send getPicklist to me in 10 ticks command to display the second list. Maybe it needs some recovery time. Who knows. On Sun, Oct 13, 2013 at 8:21 PM, Roger Eller wrote: The script below always fires the first pick list. What seems strange to me is that after making

After mobilePick, script may or may not continue.

2013-10-13 Thread Roger Eller
The script below always fires the first pick list. What seems strange to me is that after making this choice, the next pick list may or may not ever happen. Why? Is is a bug, or should I be doing something differently here? Thanks in advance. on touchEnd pid put PRIMARY cr \

Re: Be This Guy

2013-10-12 Thread Roger Eller
On Oct 13, 2013 7:01 AM, J. Landman Gay wrote: I can only think of all those people who didn't know they could program, and who never in a million years thought they'd want to, back when HyperCard came out. Suddenly everyone was a programmer, even the morons. Must you be so harsh as you

Re: Be This Guy

2013-10-12 Thread Roger Eller
Really, mine too! Although I used a HyperCard clone called Foundation on my Amiga 500. ~Roger On Oct 13, 2013 9:07 AM, J. Landman Gay jac...@hyperactivesw.com wrote: Roger Eller roger.e.el...@sealedair.com wrote: On Oct 13, 2013 7:01 AM, J. Landman Gay wrote: I can only think of all those

Re: focus on nothing not resulting in closefield

2013-10-08 Thread Roger Eller
I'm sure this could be shorter, but it works. on textChanged put the botRight of me into tCorner put (item 1 of tCorner)+5 , (item 2 of tCorner)+5 into tOutsideThisField click at tOutsideThisField end textChanged ~Roger On Tue, Oct 8, 2013 at 1:17 PM, dunb...@aol.com wrote:

SQL (this AND that), OR (that AND theOther)

2013-10-08 Thread Roger Eller
Having some SQL query troubles... I need to get results from a long list in a single query, BUT there are pairs of fields that must match. Every pair is a unique pair, aka no duplicates. If my list contains 50 pair that are unique, I may only get 30 returned rows, but I need all 50. This is

Re: SQL (this AND that), OR (that AND theOther)

2013-10-08 Thread Roger Eller
= 'Saturn')) OR ((user = 'Jim') AND (car = 'BMW')) OR ((user = 'Jim') AND (car = 'Jaguar')) ORDER BY car DESC ~Roger On Tue, Oct 8, 2013 at 5:34 PM, John Craig j...@splash21.com wrote: For clarity, can you post the entire query? On 08/10/2013 21:52, Roger Eller wrote: Having some SQL query

Re: SQL (this AND that), OR (that AND theOther)

2013-10-08 Thread Roger Eller
I didn't give you a good example. I didn't mean to have Ford and Chevy listed twice. The car is unique. In hindsight, it would have been clearer to have car AND uniqueOwnerID as the example field names. ~Roger On Oct 8, 2013 8:39 PM, Roger Eller roger.e.el...@sealedair.com wrote: John

Re: SQL (this AND that), OR (that AND theOther)

2013-10-08 Thread Roger Eller
According to this, UNION might get the results I am looking for, but will be less efficient than a single SELECT. http://stackoverflow.com/questions/542705/how-do-i-combine-2-select-statements-into-one ~Roger On Oct 8, 2013 8:39 PM, Roger Eller roger.e.el...@sealedair.com wrote: John

Re: PDF to Image Conversion

2013-10-07 Thread Roger Eller
Several years ago, I remember mentioned here of someone using a browser object to display a PDF in an invisible stack, so I use the word display loosely. Then by some command, the browsers imageData was being captured into LiveCode. I wish I knew more about how it was done, because I often need

[OT] Vido Mini One - android tablet

2013-10-06 Thread Roger Eller
@scott.rossi Hey Scott, I was just wondering how you made out with your little Chinese tablet. How would you rate it (poor) 1 - 10 (great)? As a LiveCode test device? As a general use consumer device? Did you have to do anything special for the LiveCode IDE to see it? How does it compare to

RE: [OT] Vido Mini One - android tablet

2013-10-06 Thread Roger Eller
From my experience, the price point makes #3 an acceptable option/risk. However, I have owned three different models so far, and by the time I want to try another, I have found a friend willing to buy the older ones for half price. There is usually a 1 year warranty, and if you buy through

How to detect swipe direction?

2013-10-06 Thread Roger Eller
I want a different action to occur based on the direction the user swipes a control. For example: on swipeLeft set the backgroundColor of me to red end swipeLeft on swipeRight set the backgroundColor of me to green end swipeRight Is there a one liner on mobile that

RE: [OT] Vido Mini One - android tablet

2013-10-06 Thread Roger Eller
Camm, That is exactly my motivation for sharing info about these tablets from China. I am not politically motivated. I only thought it appeared to be a well designed testing device. I don't buy from Apple because honestly I don't value shiny more than I value function. I'm glad I helped you

Re: How to detect swipe direction?

2013-10-06 Thread Roger Eller
to theResult end touchEnd function locToAngle pX,pY,pXorigin,pYorigin put atan2(pY - pYorigin,pXorigin - pX) into R return round(180+(R*(180/pi))) end locToAngle Hope this helps. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design On 10/6/13 2:09 PM, Roger

Re: FieldFormatter: Sample preview

2013-10-04 Thread Roger Eller
VERY NICE! ~Roger On Fri, Oct 4, 2013 at 9:47 AM, FlexibleLearning ad...@flexiblelearning.com wrote: For those who asked, a preview is available here: www.flexiblelearning.com/fieldformatter Best regards, Hugh Senior FLCo ___ use-livecode

Re: Sending mail from on-server

2013-10-03 Thread Roger Eller
It's also possible that your server needs an email server service installed, or at least configured. ~Roger On Oct 3, 2013 5:13 AM, Dave Kilroy d...@applicationinsight.com wrote: Hi Christer I also think there is a problem with access to shell via on-rev (I'm on pancake) About a week ago I

Re: Sending mail from on-server

2013-10-03 Thread Roger Eller
On Thu, Oct 3, 2013 at 11:35 AM, Dave Kilroy wrote: Hi, I decided to email support again and got the following reply: Thank you for your request. We are very much aware of this issue and are actively working on it. As soon as we have a solution we will let you know. Regards,

Re: SocketTimeOut message

2013-10-03 Thread Roger Eller
On Oct 3, 2013 5:40 PM, J. Landman Gay wrote: I need to understand this better. The dictionary says the socketTimeoutInterval specifies how long to wait before sending back a timeout message. It sounds like the timeout doesn't affect the data transmission, it's only a warning, and the data will

Re: SocketTimeOut message

2013-10-03 Thread Roger Eller
Gay jac...@hyperactivesw.com wrote: On 10/3/13 6:01 PM, Roger Eller wrote: It saddens me to say this, but LiveCode itself has always been iffy at ftp transfers. I've set the socketTimeoutInterval all over the spectrum, and never found a solid solution. On the same network, all other FTP

Re: [ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-10-02 Thread Roger Eller
Monte, I'm happy to hear that your goal is to support both iOS and Android through externals. As you are aware, I have been a subscriber for a while, even though Android support was what I waited, and waited, begged, pleaded, and waited some more for. As you are a leading supporter of our xPlat

Re: revOnline

2013-10-02 Thread Roger Eller
On Wed, Oct 2, 2013 at 12:41 PM, Peter Haworth p...@lcsql.com wrote: I know RunRev have some amazingly talented people available to them but fixing the day beats it all! RunRev is *obviously* harnessing the power of time travel from a stack by J. Landman Gay. At least that's what I heard

Re: AW: Localization

2013-09-30 Thread Roger Eller
Loading a simple tab delimited text file in preOpenStack is one way. Column 1 could contain object names or IDs, column 2 would be the labels in the default language, column 3 would be those labels in another language, and so on. Allow row 1 to be the language names with default language

Re: My Codebook Pro v12 free

2013-09-29 Thread Roger Eller
Those are some nicely done help videos for your product. I just wish that I was organized enough to actually USE a tool. Once upon a time, I used the Scripter's Scrapbookhttp://www.flexiblelearning.com/ssbk/preview/index.htm, which was also created in LiveCode. Now, I search the email list

mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
I saw the recent question of Stack Overflow. I tried the suggestion to hide/show the group, or to move it off-screen and back. I can't find the script anywhere in the group or its components. dispatch updateContentRect to group mergDataGridScroller 1 Where is updateContentRect? ~Roger

Re: mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
at 5:11 PM, Roger Eller roger.e.el...@sealedair.comwrote: I saw the recent question of Stack Overflow. I tried the suggestion to hide/show the group, or to move it off-screen and back. I can't find the script anywhere in the group or its components. dispatch updateContentRect to group

Re: mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
I *DID* use DropTools. No scripts came along with the object, at least that I could find. Also, the scroller wouldn't scroll. ~Roger On Sun, Sep 29, 2013 at 6:43 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 30/09/2013, at 8:16 AM, Roger Eller roger.e.el...@sealedair.com wrote

Re: mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
: On 30/09/2013, at 8:45 AM, Roger Eller roger.e.el...@sealedair.com wrote: I *DID* use DropTools. No scripts came along with the object, at least that I could find. Also, the scroller wouldn't scroll. Oh, ok. I must have misread you there. DropTools creates a substack with the behavior

Re: mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
, 2013 at 6:55 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 30/09/2013, at 8:54 AM, Roger Eller roger.e.el...@sealedair.com wrote: I've cleared out the scripts I copied from your button. I didn't realize a substack had been introduced, and I haven't accounted for it in the Copy

Re: mergDataGridScroller won't scroll

2013-09-29 Thread Roger Eller
Sent. Thx. On Sun, Sep 29, 2013 at 7:13 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 30/09/2013, at 9:08 AM, Roger Eller roger.e.el...@sealedair.com wrote: It scrolls fine now UNTIL I touch a button that contains your one liner: dispatch updateContentRect to group

Re: Password Protecting Projects With Password-Protected Stacks Attached

2013-09-28 Thread Roger Eller
Can you set your own password *before* injecting a protected library stack? ~Roger On Sep 28, 2013 9:09 AM, Mike Kerner mikeker...@roadrunner.com wrote: If you're using mobGui, or tmC or any other password-protected library, how the heck are you supposed to password protect your project? The

Re: [ANN] mergExt: Dropbox Sync External and iOS 7 Updates

2013-09-28 Thread Roger Eller
That sounds great Monte! I'll take one for Android please, with a side of Google drive sync, and a medium Coke. :) ~Roger On Fri, Sep 27, 2013 at 12:49 AM, Monte Goulding mo...@sweattechnologies.com wrote: Hi LiveCoders Today I have released a new iOS external called mergDropboxSync. The

Re: [OT] About the new movie on Steve Jobs

2013-09-24 Thread Roger Eller
http://gizmodo.com/jobs-reviewed-by-steve-wozniak-1153771108 I haven't seen the movie yet, so I have no comments. On Tue, Sep 24, 2013 at 1:20 PM, Alejandro Tejada capellan2...@gmail.comwrote: Hi all, How many of you have seen the more recent movie about Steve Jobs? The name of the movie

Can't send email attachments on Android w/ 6.1.1 or 6.5 DP1 :(

2013-09-24 Thread Roger Eller
I have exactly the same problem as in this *unanswered* thread. http://www.mail-archive.com/use-livecode@lists.runrev.com/msg43416.html My device is running Android 4.1.1 and I've tried LiveCode 6.1.1 and 6.5 DP1. The attachment shows up in the email client, but fails to include attachment

Re: Can't send email attachments on Android w/ 6.1.1 or 6.5 DP1 :(

2013-09-24 Thread Roger Eller
is as a bug, but I must have got sidetracked. I think I got as far as creating a test stack to attach to a bug report. When I've got a bit of spare time I'll see if I can find it and lodge a report. Unless you want to do it? Terry... On 25/09/2013, at 11:12 AM, Roger Eller wrote: I have exactly

Re: Stop emailing me

2013-09-24 Thread Roger Eller
Dude, you can't make an email list stop by talking to it. You started it, so you can stop it. Good luck to you. Read at the bottom how to unsubscribe. Click on the link. On Sep 24, 2013 10:15 PM, Mike mqu...@gmail.com wrote: Sent from my iPhone

Re: Can't send email attachments on Android w/ 6.1.1 or 6.5 DP1 :(

2013-09-24 Thread Roger Eller
On Sep 24, 2013 10:51 PM, Monte Goulding wrote: On 25/09/2013, at 11:12 AM, Roger Eller wrote: *Here's my script:* *put* mergStoragePath(downloads) into tPath *-- mergAndroid* *set* the defaultFolder to specialFolderPath(External Documents) tPath *put* specialFolderPath

Re: PDF's to PNG's on Windows 8

2013-09-23 Thread Roger Eller
Hi Thierry, I too could use such a great external. We use PDFs extensively, and it has been an ongoing need to access them with LiveCode (on Windows). Do you plan to market your external to the LiveCode Community? One question: Does it offer any control over the bitmap resolution? ~Roger On

Write file to /external_sdcard/documents

2013-09-22 Thread Roger Eller
How can I get my data.txt file to save into a local folder the user can access it on a non-rooted Android device? I need the user to also be able to drag files from a USB connected device to their computer. ~Roger ___ use-livecode mailing list

Re: Write file to /external_sdcard/documents

2013-09-22 Thread Roger Eller
Cool. Thanks Monte! On Sep 22, 2013 8:59 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 23/09/2013, at 10:11 AM, Roger Eller wrote: How can I get my data.txt file to save into a local folder the user can access it on a non-rooted Android device? I need the user to also be able

Re: Write file to /external_sdcard/documents

2013-09-22 Thread Roger Eller
. ~Roger On Sep 22, 2013 9:13 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 23/09/2013, at 11:06 AM, Roger Eller wrote: Cool. Thanks Monte! NP... don't forget to set the external storage option in the standalone settings. Cheers -- M E R Goulding Software development services

Re: Write file to /external_sdcard/documents

2013-09-22 Thread Roger Eller
Gotta love those undocumented features. Thank you very much for that tip! I'm trying mergAndroid out now. ~Roger On Sun, Sep 22, 2013 at 9:50 PM, Monte Goulding mo...@sweattechnologies.com wrote: On 23/09/2013, at 11:28 AM, Roger Eller wrote: I haven't tried mergAndroid yet, but I do

[WANT/NEED] Google Drive Library

2013-09-21 Thread Roger Eller
Hi LiveCode Community, The list of libraries below seems incomplete. I mean there's not one for LiveCode! https://developers.google.com/drive/downloads I have made amazing progress toward my very first mobile app for Android and iOS, thanks to the wonderfully easy to use, and well designed

Re: Android Device

2013-09-21 Thread Roger Eller
Advance to 0:38:44 in this video to see the new Nexus 7. I think it will be one of the top branded tablets for devs. SD http://twit.cachefly.net/video/aaa/aaa0120/aaa0120_h264m_864x480_500.mp4 HD http://twit.cachefly.net/video/aaa/aaa0120/aaa0120_h264m_1280x720_1872.mp4 ~Roger On Sat, Sep 21,

Re: Dropbox Library Update

2013-09-18 Thread Roger Eller
in phx_dropboxWriteFile: put rfcURLEncode(pData) into pData #v. 1.06 Mikey that should be removed. On Tue, Sep 17, 2013 at 1:39 PM, Dave Kilroy d...@applicationinsight.com wrote: :) Roger Eller wrote I enjoyed the video. Thanks for sharing your stack too. It contains lots

Re: standalones and Linux...

2013-09-18 Thread Roger Eller
You have to turn on the executable bit. Look at properties, permissions. Or use chmod. ~Roger On Wed, Sep 18, 2013 at 2:28 PM, Colin Holgate co...@verizon.net wrote: I’m doing a demo tonight, and will be showing LiveCode. I wanted to show how you can publish to Windows and Linux, and I can

Re: standalones and Linux...

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 3:31 PM, Colin Holgate wrote: Drag and drop. The wonders of Parallels… Well, no wonder. g On Sep 18, 2013, at 3:20 PM, Mark Wieder wrote: And how are you getting the file onto the linux system? If you zip the file on your native system and then unzip it on the

Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 3:27 PM, stephen barncard stephenrevoluti...@barncard.com wrote: On Wed, Sep 18, 2013 at 7:58 AM, Roger Eller roger.e.el...@sealedair.com wrote: This software can be controlled by LiveCode using shell commands to its command-line interface. http

Re: PDF's to PNG's on Windows 8

2013-09-18 Thread Roger Eller
On Wed, Sep 18, 2013 at 4:48 PM, stephen barncard wrote: On Wed, Sep 18, 2013 at 1:32 PM, Roger Eller wrote: Yep. That would seem to meet the requirement of the request by the OP: PDF's to PNG's on Windows 8. my reasoning was to include that info in the archives to save someone time

Re: Dropbox Library Update

2013-09-17 Thread Roger Eller
I enjoyed the video. Thanks for sharing your stack too. It contains lots of learning goodness! ~Roger Have thought again that maybe most useful thing I could do would be to create a cut-down example stack and send this to anyone who wanted it (will try sending a copy in a few mins to Roger) as

Re: RELEASE: LiveCode 6.5.0 DP1

2013-09-17 Thread Roger Eller
Can the emulator access internet or email? Attach the .apk to an email, and open the attachment in the emulator. That should prompt the installer to ask you to enable installing from unknown sources. ~Roger On Tue, Sep 17, 2013 at 2:09 PM, Richmond wrote: Here's a semi-stupid question: I

Re: repeat . . . delimit by

2013-09-15 Thread Roger Eller
So, what you want is to set the itemDel temporarily in the repeat, and return to the previous itemDel after end repeat. Is this correct? ~Roger On Sep 15, 2013 11:15 AM, Dr. Hawkins doch...@gmail.com wrote: On Sat, Sep 14, 2013 at 5:14 PM, Roger Eller roger.e.el...@sealedair.com wrote

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Guillermo, I want you to know that I think your library is wonderful. I have a couple questions for you. When the browser object appears, if the user touches cancel instead of allow, they are then able to navigate and browse the entire Dropbox account. Can the allow be authorized in the

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Guglielmo, I'm so sorry that auto-incorrect substituted for your name in my previous post. On Sep 15, 2013 11:38 AM, Roger Eller roger.e.el...@sealedair.com wrote: Guillermo, I want you to know that I think your library is wonderful. I have a couple questions for you. When the browser

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
/developers/core/docs) I can't find anything to access the /contents/ of a file to update ... you have to move/copy the whole file. /*Guglielmo*/ On 9/15/13 17:41 PM, Roger Eller wrote: Guglielmo, I'm so sorry that auto-incorrect substituted for your name in my previous post. On Sep 15

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
filling the mask which is on the Dropbox authorization page/) and to send back to Dropbox, receive the page with the Cancel and Allow, prepare the HTTPS reply with the Allow ... etc. etc. ... m ... good luck ... :-D Cordially, /*Guglielmo*/ On 9/15/13 18:02 PM, Roger Eller wrote

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
Hi Dave, You have described exactly what I want to do. So the app can be delivered to end users, and they don't even need to know that Dropbox is the storage medium. To them, it is saving data somewhere in the cloud. May I ask you to look at my test stack off-list after I attempt your approach?

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
On Sep 15, 2013 4:05 PM, Dave Kilroy wrote: Hi Roger Hi. Roger Eller wrote May I ask you to look at my test stack off-list after I attempt your approach? Sure thing - actually maybe I should spruce up my stack and upload it to RevOnline - although before I do this I think I should

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
, and therefore a need for some kind of reconnect as you've described. ~Roger On Sep 15, 2013 4:05 PM, Dave Kilroy d...@applicationinsight.com wrote: Hi Roger Roger Eller wrote You have described exactly what I want to do. So the app can be delivered to end users, and they don't even need to know

Re: Dropbox Library Update

2013-09-15 Thread Roger Eller
I'm not getting anywhere with this. I've made my tokens into constants after authentication. I've attempted to prevent the stack from re-authenticating by commenting calls the browser and calls to phx_DropboxInitLib. My standalone then gives an error that the app key (consumer key) is invalid.

Re: Okay, I think I'm brain damaged -- nope, I figured it out

2013-09-14 Thread Roger Eller
On Sep 14, 2013 3:03 AM, Mark Wieder wrote: I think with proper engine optimization, before should be the fastest option... all that's necessary.. WARNING: NAIVE OUTLOOK FOLLOWS. I am fascinated by the benchmarking scripts you have devised, but if the destinations are the same, why in the

Re: Okay, I think I'm brain damaged -- nope, I figured it out

2013-09-14 Thread Roger Eller
On Sep 14, 2013 12:55 PM, Richard Gaskin wrote: Roger Eller wrote: I am fascinated by the benchmarking scripts you have devised, but if the destinations are the same, why in the world would someone purposefully choose the moped to get there, especially when the jet plane is available

Re: Okay, I think I'm brain damaged -- nope, I figured it out

2013-09-14 Thread Roger Eller
Yeah. My latest thoughts on the subject would be having assistive tools in the IDE. ~Roger On Sep 14, 2013 1:58 PM, Mark Wieder mwie...@ahsoftware.net wrote: Roger- Saturday, September 14, 2013, 7:31:48 AM, you wrote: I said this is a naive view, but my vision of LiveCode is that it can

Re: Okay, I think I'm brain damaged -- nope, I figured it out

2013-09-14 Thread Roger Eller
That's funny! I also like building from 'primitives', but to have options that offer a possible direction you hadn't considered can spark an aha moment. In my earliest years of using Revolution, the script editor had a menu that would drop in an empty if, switch, or try structure. As a noob, I

Re: repeat . . . delimit by

2013-09-14 Thread Roger Eller
Would using a function do the trick? repeat for each item theDat in delimitBy(theData,vtab) do something end repeat function delimitBy pData,pDel set the itemDel to pDel return pData -- unaltered data end delimitBy ~Roger On Sep 14, 2013 7:10 PM, Dr. Hawkins doch...@gmail.com wrote:

Re: RELEASE: LiveCode 6.5.0 DP1 (Benjamin Beaumont)

2013-09-13 Thread Roger Eller
That would be absolutely wonderful if it did. Just like in a Web browser, sometimes you just can't touch an object without temporarily zooming. ~Roger On Sep 13, 2013 2:36 AM, Michael Kristensen michael-kristen...@dsa-net.dk wrote: Will the new Resolution Independence give us zoom facilities?

Re: Apple Safari 6.1 issues warning

2013-09-08 Thread Roger Eller
Punsters (aka punishers) often need to trial their puns on loving friends and family. What bugs, if any, have you discovered in-test-in'? On Sep 8, 2013 12:37 AM, Dick Kriesel wrote: Mark -- I've noticed you belch out a pun now and then. I'll bet you feel better afterwards, too. On Sep 7,

Does the mobile browser really work x-plat?

2013-09-08 Thread Roger Eller
Specifically on Android, built in LiveCode 6.1.1 RC4. I have Android 4.1.1, and 2.3.3 devices for testing, but I get no browser display. The same code is working on iOS. ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Dropbox Library Update

2013-09-08 Thread Roger Eller
Roger EllerGraphics Systems Analyst 803 N. Maple StreetP: 864-967-1625 Simpsonville, SC 29681C: 864-908-0337 CryovacGraphics.com CryovacGraphicsPlus.comSealedAir.com roger.e.el...@sealedair.com On Sat, Sep 7, 2013 at 4:39 PM, Roger Eller roger.e.el...@sealedair.comwrote: I must be missing

Re: Does the mobile browser really work x-plat?

2013-09-08 Thread Roger Eller
Nevermind. It is working. ~Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

<    2   3   4   5   6   7   8   9   10   11   >