Search found 98 matches

by rrBUSS9EE
Fri Jul 19, 2019 5:35 pm
Forum: Mac OS
Topic: Community Edition and Menus
Replies: 3
Views: 3960

Re: Community Edition and Menus

Thanks... knowing this is not a limitation with the Community edition has allowed me to correct the issue.
by rrBUSS9EE
Fri Jul 19, 2019 4:39 pm
Forum: Mac OS
Topic: Community Edition and Menus
Replies: 3
Views: 3960

Community Edition and Menus

I have a project I created several years ago with a full version of LC. It had menus, including the rather odd implementation of the "About" and "Quit" menu items in the Application menu. The other day I tried building a standalone from it using the current stable community edition, and while the Ab...
by rrBUSS9EE
Wed Aug 13, 2014 2:08 am
Forum: Mac OS
Topic: URL, shell(curl), Why is LC so frustrating?
Replies: 3
Views: 4684

URL, shell(curl), Why is LC so frustrating?

So I want to get the contents of a URL during openStack, but it returns empty. Now I remember something from years ago that there is an issue with when LC's internet library loads and that you have to do something or other, or wait for some point, or jump through some other hoops before you can call...
by rrBUSS9EE
Tue Jul 08, 2014 3:12 pm
Forum: Mac OS
Topic: Mystery stack
Replies: 4
Views: 4041

Re: Mystery stack

Klaus,

Thank you so much!

-rr
by rrBUSS9EE
Tue Jul 08, 2014 12:00 am
Forum: Mac OS
Topic: Mystery stack
Replies: 4
Views: 4041

Re: Mystery stack

Simon,

The only option I see for arrowKeys in prefs>General is navigate from card to card - which is unchecked.

But what does this have to do with the behavior of my standalone (which is where the problem exists)?
by rrBUSS9EE
Mon Jul 07, 2014 11:04 pm
Forum: Mac OS
Topic: Mystery stack
Replies: 4
Views: 4041

Mystery stack

Why when I press the up or down arrowkey in my standalone, I see the following stack open:
ScreweyLiveCode.png
This does not happen at runtime, and there are no arrowkey handlers anywhere in my code.


Thanks,

rr
by rrBUSS9EE
Thu Jun 26, 2014 12:40 am
Forum: Mac OS
Topic: Intercepting Quit?
Replies: 4
Views: 4129

Re: Intercepting Quit?

Thanks Mark... shutdownRequest is what I was looking for.
by rrBUSS9EE
Thu Jun 26, 2014 12:17 am
Forum: Mac OS
Topic: Intercepting Quit?
Replies: 4
Views: 4129

Re: Intercepting Quit?

My problem is the Quit command in the Application menu (or task switcher). Nothing seems to preempt that.
by rrBUSS9EE
Wed Jun 25, 2014 11:22 pm
Forum: Mac OS
Topic: Intercepting Quit?
Replies: 4
Views: 4129

Intercepting Quit?

I have a server app (standalone) I have been asked to confirm on quit, but can't figure out what should be simple. Initially tried in closeStack->exit closeStack... no good.. ...then found closeStackRequest, but that only works when physically closing the stack's window (Quit menu item still shuts i...
by rrBUSS9EE
Wed Oct 16, 2013 6:26 pm
Forum: Android Deployment
Topic: Is socket support planned?
Replies: 8
Views: 5703

Re: Is socket support planned?

can you provide a little more detail on what sort of service you're connecting to? Perhaps there's another solution available. Simple TCP to LAN based, IP controlled hardware... write <string> to socket <IP:port> While it would be nice to receive the result from these kinds of command strings, it i...
by rrBUSS9EE
Wed Oct 16, 2013 4:49 pm
Forum: Android Deployment
Topic: Is socket support planned?
Replies: 8
Views: 5703

Re: Is socket support planned?

Faith. :D I use a LiveCode Server on the local network. My Android app makes regular HTTP POST. Thanks. I thought about building a little server here to bridge http requests to strings sent to specific gateways, but it seems like a lot to ask a client to dedicate a server to support a simple mobile...
by rrBUSS9EE
Wed Oct 16, 2013 4:44 pm
Forum: Android Deployment
Topic: Is socket support planned?
Replies: 8
Views: 5703

Re: Is socket support planned?

FourthWorld wrote:I believe this is included on the Roadmap, under "Queued/Sockets":
http://livecode.com/community/roadmap/
Wow... that looks a long way out! Hard to fathom that this is such a low priority.
by rrBUSS9EE
Wed Oct 16, 2013 3:03 pm
Forum: Android Deployment
Topic: Is socket support planned?
Replies: 8
Views: 5703

Is socket support planned?

It has been years and this still seems to be missing. What are you nice folks using for a work around?
by rrBUSS9EE
Thu Oct 03, 2013 5:14 pm
Forum: Talking LiveCode
Topic: Setting the lines of a button to a list...
Replies: 2
Views: 2217

Re: Setting the lines of a button to a list...

Thanks. The first example is what I was looking for as I am populating the button for a contextual menu.
by rrBUSS9EE
Thu Oct 03, 2013 12:20 am
Forum: Talking LiveCode
Topic: Setting the lines of a button to a list...
Replies: 2
Views: 2217

Setting the lines of a button to a list...

Hey...

I have a return delimited list of commands I would like to set the lines of a button to. I know I can:

repeat with L=1 to the number of lines of theList
set line L of button 1 to line L of theList
end repeat

But isn't there some property I can just set to the list? Can't seem to find one.

Go to advanced search