Search found 62 matches

by CoffeeCone
Sun May 26, 2013 12:07 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I make a horizontal line that also acts as a resizer?
Replies: 2
Views: 2452

Re: How do I make a horizontal line that also acts as a resi

Here's my rather ugly code that seems to work just the way I wanted it to. :) on mouseDown set the dragging of me to true pass mouseDown end mouseDown on mouseMove if the dragging of me then if (item 2 of the mouseLoc > 150) and (item 2 of the mouseLoc < (the height of this stack - 50)) then set the...
by CoffeeCone
Sat May 25, 2013 6:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I make a horizontal line that also acts as a resizer?
Replies: 2
Views: 2452

How do I make a horizontal line that also acts as a resizer?

I have a data grid on the top part of my application and a regular field at the bottom. Between them is a horizontal space of around 10 pixels height. In-between that space, I have placed a graphic that should serve as the "handle" for resizing. However, I can't figure out how to execute it. Does an...
by CoffeeCone
Wed May 15, 2013 4:28 pm
Forum: Android Deployment
Topic: Android testing device
Replies: 2
Views: 5316

Re: Android testing device

From the GSMArena specs , it seems you'll be getting most features present on latest Android phones today. Although I'm a bit wary of the combination of a non-dual core CPU and Android 4.1.2 Jelly Bean. The more common cheap Android phones nowadays have dual core at least. So without knowing the act...
by CoffeeCone
Wed May 15, 2013 2:48 am
Forum: Android Deployment
Topic: Resizing images
Replies: 4
Views: 3765

Re: Resizing images

Have you tried setting the lockLoc of the image to true?
by CoffeeCone
Tue May 14, 2013 1:50 pm
Forum: Android Deployment
Topic: Peer-to-peer game connectivity?
Replies: 1
Views: 2382

Peer-to-peer game connectivity?

Me and my friend are trying to make a game that can be played by two side-by-side players without any need for us (the makers) to run a dedicated server. The initial idea is to use bluetooth but I can't find any info on it on the documentation. I want to know if this is coming in the future? We don'...
by CoffeeCone
Sat May 04, 2013 1:41 am
Forum: Engine Contributors
Topic: 6.0.1 released
Replies: 14
Views: 10271

Re: 6.0.1 released

Hi, I thought 6.0.1-rc was supposed to have the revBrowser external? As per 6.0.1-gm (this), the browser sample still errors out.
by CoffeeCone
Sat May 04, 2013 12:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Multiple resolutions, resize stack a solution
Replies: 38
Views: 40455

Re: Multiple resolutions, resize stack a solution

Hi, this is nice. What about the text inside the objects? For example, the label for the button?

EDIT:
"This does not change font sizes."
OOps :oops:
by CoffeeCone
Fri May 03, 2013 1:17 am
Forum: Android Deployment
Topic: How To open a file txt or rtf in Android??
Replies: 8
Views: 6424

Re: How To open a file txt or rtf in Android??

Thank you Coffee cone......and many thank to everybody,,, But this is a big problem!!!! I have tested your app but unfornetly is unusable....Ok i listing the file.... but i can't open anything..... you have used answer script in the open button... using put url???? So can I open in other manner ope...
by CoffeeCone
Thu May 02, 2013 8:19 pm
Forum: Android Deployment
Topic: How To open a file txt or rtf in Android??
Replies: 8
Views: 6424

Re: How To open a file txt or rtf in Android??

Hi FasaSoftware, I got interested in this topic and wanted to see if I can have a go at making a very basic file manager for Android. The result is the attached zip file. I included the apk file so you can test it out. Basically, it implements the idea of selecting files and navigating the Android f...
by CoffeeCone
Thu May 02, 2013 12:21 pm
Forum: Off-Topic
Topic: Task list tutorial?
Replies: 0
Views: 4407

Task list tutorial?

I remember seeing a task list tutorial on http://www.runrev.com but for some reason I can't find it anywhere. It's supposed to teach me how to make cross-platform compatible and resolution scaling task list with a girl narrator. Can anyone link me to it? EDIT: Ah, nevermind, I found it . I was looki...
by CoffeeCone
Thu May 02, 2013 12:03 pm
Forum: Android Deployment
Topic: revUpdateGeomettry not working and a few others?
Replies: 8
Views: 5463

Re: revUpdateGeomettry not working and a few others?

I don't use the geometry manager myself but I thought it was supposed to work on mobile. Anyway, orientationChanged is sent before the screen rotates in case you want to make changes before the redraw. When rotation is complete, a resizeStack message is sent, and that's when you should redo the geo...
by CoffeeCone
Thu May 02, 2013 11:01 am
Forum: Making IDE Plugins
Topic: Interesting commands, functions and properties
Replies: 5
Views: 7880

Re: Interesting commands, functions and properties

Oh wow, I was looking for something this the other day but forgot to ask about it here. It's perfect!
by CoffeeCone
Thu May 02, 2013 4:01 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Find my IP Address?
Replies: 24
Views: 20630

Re: Find my IP Address?

Newbie4 wrote:Thank you. I would never have figured that out on my own in a million years.
The Dictionary does leave a lot to be desired.
by CoffeeCone
Thu May 02, 2013 3:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Find my IP Address?
Replies: 24
Views: 20630

Re: Find my IP Address?

Is there a way to find my IP address? The dictionary has some commands but they require an open socket. I just want to find out what my computer's IP address is without starting a server up and connecting to it You use the hostName along with the hostNameToAddress functioon. on mouseUp answer the h...
by CoffeeCone
Thu May 02, 2013 12:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Creating a theme
Replies: 1
Views: 1876

Re: Creating a theme

Ellery wrote:Like a back button on the top
I believe you need to use a group with backgroundBehavior to make persistent buttons.

Go to advanced search