Search found 71 matches

by archer2009BUSknbj
Sun May 26, 2013 1:48 am
Forum: Off-Topic
Topic: Did we just Sherlock MobGUI?
Replies: 14
Views: 14531

Re: Did we just Sherlock MobGUI?

We know how important it is to make native user interfaces easier/better on every single platform. Check out our Kickstarter Stretch Goal for Native Themes - we're working on this now: http://www.kickstarter.com/projects/1755283828/open-source-edition-of-livecode/posts/414431 I'm more than happy th...
by archer2009BUSknbj
Thu May 16, 2013 6:37 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple resolutions, resize stack a solution
Replies: 38
Views: 40563

Re: Multiple resolutions, resize stack a solution

BTW if you use a PNG image for your background is there a way to get this to resize as well?
by archer2009BUSknbj
Thu May 16, 2013 6:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple resolutions, resize stack a solution
Replies: 38
Views: 40563

Re: Multiple resolutions, resize stack a solution

This is only 1 possible way to do it, there are more. Hello, There have been many requests on how to handle resizing of stacks for multiple resolutions and frankly I'm tired of answering them. Here is a script that will scale and position your controls proportionally. on mouseUp put the height of t...
by archer2009BUSknbj
Thu May 16, 2013 5:56 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can I design an app for iPhone 4 & worry about sizing later?
Replies: 6
Views: 4046

Re: Can I design an app for iPhone 4 & worry about sizing la

Thanks - that scaling script is very impressive. I just created a screen with random buttons, boxes and some PNG buttons and they resize pretty well. I am extremely impressed. Square PNG Buttons scale pretty well, circular ones look a little rough around the edges but I see increasing the quality se...
by archer2009BUSknbj
Thu May 16, 2013 5:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple resolutions, resize stack a solution
Replies: 38
Views: 40563

Re: Multiple resolutions, resize stack a solution

That resizing script is pretty clever, actually it's pretty amazing that it's not built right into LiveCode, The ability to resize the text and perhaps keep the aspect ratio consistent by adding some padding to the top / bottom or left and right would be perfect ... no idea how to do that myself. Bu...
by archer2009BUSknbj
Thu May 16, 2013 12:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can I design an app for iPhone 4 & worry about sizing later?
Replies: 6
Views: 4046

Can I design an app for iPhone 4 & worry about sizing later?

I want to do a mobile phone App for both iOS and Android. But I'm still beginning in my learning of LiveCode The App is pretty much an digital version of an existing book which I have in PDF Format but with added links to YouTube videos, Twitter Feeds, etc If I pick the dimensions of an iPhone 4 as ...
by archer2009BUSknbj
Tue May 07, 2013 7:51 pm
Forum: Android Deployment
Topic: Can you create Android Widgets using LiveCode?
Replies: 1
Views: 1846

Can you create Android Widgets using LiveCode?

All I want to do is create a few buttons that sits on an Android Desktop and when you press it it either opens up another App or goes to a website

Is this possible in LiveCode?

If so, how do you go about saving a LiveCode project as and Android Widget rather then a regular App?
by archer2009BUSknbj
Sat May 04, 2013 1:13 am
Forum: iOS Deployment
Topic: 360º Panorama
Replies: 19
Views: 18961

Re: 360º Panorama

If you meant to replace on preOpenStack if the environment is "mobile" then set the compositorCacheLimit of this stack to 4 * 25 * (4 * (item 1 of the screenLoc) * (item 2 of the screenLoc)) set the compositorTileSize of this stack to 128 switch the platform case "iphone" set the compositorType of t...
by archer2009BUSknbj
Fri May 03, 2013 10:33 pm
Forum: iOS Deployment
Topic: 360º Panorama
Replies: 19
Views: 18961

Re: 360º Panorama

Can this be made to work on Android as well?

When I tried to compile an APK File for Android I got the reply not supported on this platform
by archer2009BUSknbj
Fri May 03, 2013 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How can I important Yahoo weather RSS Feed into LiveCode?
Replies: 12
Views: 14671

Re: How can I important Yahoo weather RSS Feed into LiveCode

Anyway I have to say thank you very much for all your help. I managed to create something which was able to read the weather data reliably, and do something with that data. That in itself is something I'd have struggled to do with any other kind of mobile phone app creation system. It was nice to cr...
by archer2009BUSknbj
Fri May 03, 2013 9:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: A book out there?
Replies: 16
Views: 8897

Re: A book out there?

Hi, We're now more than a year later and two books have appeared. The first book is about mobile development by Colin Holgate . The other book is Programming LiveCode for Real Beginners , by me, and is aimed at desktop development due to its nature. The two books together should be all you need to ...
by archer2009BUSknbj
Wed May 01, 2013 7:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Searching the LiveCode Dictionary
Replies: 4
Views: 2491

Re: Searching the LiveCode Dictionary

BTW where do you go to find a PDF user manual for Android & iOS? I've seen some online lessons but sometimes you need a proper book. I just downloaded and searched the LiveCode user manual (Document revision 19 dated 2010.11.09) and there's not one word mentioned about Android, Mobile Phones, etc. I...
by archer2009BUSknbj
Wed May 01, 2013 7:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Searching the LiveCode Dictionary
Replies: 4
Views: 2491

Searching the LiveCode Dictionary

Is there a way to search the ENTIRE LiveCode Dictionary for a keyword not just the command?

For instance I typed in the word "internet" into the dictionary and got back a single result

But what I'd like to see is a list of every command which mentions the word internet in the comments section
by archer2009BUSknbj
Tue Apr 30, 2013 2:54 pm
Forum: Marketing Your Products
Topic: iOS vs Android (revenue)
Replies: 1
Views: 12146

Re: iOS vs Android (revenue)

I think there are many issues when looking at making money from iOS vs Android The iPhone was unique when it first came out but these days it's an expensive luxury item compared to Android phones. These days If you choose to buy an iPhone over an Android phone then you're probably the kind of person...
by archer2009BUSknbj
Tue Apr 30, 2013 12:04 pm
Forum: iOS Deployment
Topic: Stop or play don't work on mplayer
Replies: 9
Views: 5731

Re: Stop or play don't work on mplayer

Hi Joseph.. I just tried your code on an iphone... it works without any problems.... the only alteration that I made to your code is that I declared your variable by placing 'local' in front of 'sPlayerID' on the first line... I've attached the stack... be well Dixie I tried to save the attached Li...

Go to advanced search