Search found 60 matches

by interactbooks
Sun Oct 07, 2012 4:00 am
Forum: iOS Deployment
Topic: get the MAC address ?
Replies: 5
Views: 4034

Re: get the MAC address ?

Did you ever figure out how to obtain the MAC address of an iOS device?
by interactbooks
Tue Apr 10, 2012 1:37 pm
Forum: Internet
Topic: Facebook Application
Replies: 17
Views: 21755

Re: Facebook Application

Thanks so much Mark, I was specifically looking to see if there was a way to use a runrev stack and turn it into an actual FaceBook app, so a little more than posting a message on a FaceBook wall. Have you done anything like that, or know if it's even possible? I really don't know much about the arc...
by interactbooks
Tue Apr 10, 2012 1:24 pm
Forum: Internet
Topic: Facebook Application
Replies: 17
Views: 21755

Re: Facebook Application

Mark,

Do you still have some notes on how to accomplish this? Has anyone else in the community written a FaceBook app using LiveCode?

Ezra
by interactbooks
Sun Jan 22, 2012 8:05 am
Forum: Talking LiveCode
Topic: Canvas Size
Replies: 2
Views: 2356

Re: Canvas Size

Answered my own question was pretty simple, just use the CROP command:

Code: Select all

 
crop image "image" to the rect of this card
export image "image" to file "/testimage.png" as png
by interactbooks
Sat Jan 21, 2012 8:10 pm
Forum: Talking LiveCode
Topic: Canvas Size
Replies: 2
Views: 2356

Canvas Size

Hopefully this is a relatively easy request. I am trying to write code that would open a PNG file, resize the canvas of the file and then save the file with the new canvas size. I do not want to scale the image I just want to increase the canvas size. Thanks in advance!
by interactbooks
Mon Jan 09, 2012 4:29 pm
Forum: iOS Deployment
Topic: IOS Scroller and General Commentary
Replies: 7
Views: 4956

Re: IOS Scroller and General Commentary

No problem Dixie, I honestly am a huge proponent of LiveCode. I absolutely LOVE IT and think it is really one fo the the best development platform out there. As for the scrollers, they seem to exhibit the same problem as you originally reported so I'm afraid to say that the problem still exists. In ...
by interactbooks
Mon Jan 09, 2012 3:39 pm
Forum: iOS Deployment
Topic: IOS Scroller and General Commentary
Replies: 7
Views: 4956

Re: IOS Scroller and General Commentary

Dixie: To use your own words from an August post on these forums (which quite frankly is hilarious): Lars.. You only have a 'scroller' on one of the cards, not both of them... I can get a scroller to work on one card without any problems. I have extended the example to two cards and now have a scrol...
by interactbooks
Mon Jan 09, 2012 7:47 am
Forum: iOS Deployment
Topic: IOS Scroller and General Commentary
Replies: 7
Views: 4956

IOS Scroller and General Commentary

The IOS scroller support is severely lacking and problematic in LiveCode, which is surprising considering this is one of the most basic controls that needs to be used in almost any commercially viable app. You can get the scrollers to work but they are buggy. Whether you use Name or Id when you have...
by interactbooks
Thu Jul 14, 2011 11:59 pm
Forum: Building Externals
Topic: Paid work for LiveCode development
Replies: 1
Views: 4313

Paid work for LiveCode development

I'm looking to pay someone to help me with the projects below: 1. I need an external library built to communicate with the following SDK: http://www.redlaser.com/sdk/index.php 2. I'm looking for a control that would mimic the iPad/iPhone list box but with ability to jump to a specific letter (just l...
by interactbooks
Tue Jun 14, 2011 4:56 am
Forum: iOS Deployment
Topic: iOS scrolling text field. How?
Replies: 34
Views: 24202

Re: iOS scrolling text field. How?

Dixie, Thank you so much for the sample code and explanations. I was wondering if you knew why the scrolling of the field does not seem smooth like the true native scrolling field control on an iOS device. Are there any settings that can be applied to try to make the scroll operate more smoothly? Th...
by interactbooks
Mon May 23, 2011 1:34 am
Forum: Android Deployment
Topic: Android Crashing
Replies: 1
Views: 2902

Android Crashing

Using a Galaxy S Running Froyo 2.2. I have a Livecode stack with two cards. There is a button on the first card that uses the Go To Next Card command and a button on the second card that use the Go To Previous Card command. The buttons only work once, the second time I try to go to the next card the...
by interactbooks
Sat May 21, 2011 9:28 pm
Forum: Android Deployment
Topic: Copying Files in Android
Replies: 15
Views: 14284

Copying Files in Android

This is just a tip that hopefully will help other LiveCode developers. I am shipping a SQLite database with my application but in order to use the database you have to first copy it out of the application folder which is a read only folder into a folder that permits writes. The file used in this exa...
by interactbooks
Mon May 09, 2011 1:45 pm
Forum: Talking LiveCode
Topic: Missing icon in standalone
Replies: 3
Views: 2706

Re: Missing icon in standalone

Mark, Thanks for the information, I followed your direction to update the desktop database and it is still not working. I am using an ICNS file that I used previously which worked with no problem. I also tried another ICNS file, right now I just can't seem to get an icon to appear and I'm wondering ...
by interactbooks
Mon May 09, 2011 6:24 am
Forum: Talking LiveCode
Topic: Missing icon in standalone
Replies: 3
Views: 2706

Missing icon in standalone

Version 4.6.1 creating a standalone for MacOS results in an application with a missing icon even though the icns file is specified and is a valid file. Has anyone else run into this issue?
by interactbooks
Sun May 01, 2011 9:30 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: http file upload/REST verbs
Replies: 2
Views: 3818

Re: http file upload/REST verbs

Take a look at this library, it's for SOAP based web services but might help you see some use examples that you can apply to the RESTful web services:
http://revonline2.runrev.com/stack/405/LibSOAP

Go to advanced search