Search found 86 matches

by deebee
Thu Sep 23, 2010 9:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: disable button until condition
Replies: 14
Views: 11236

Re: disable button until condition

Thanks for the response!

Actually to be more specific, I need to wait until four different variables contain something before setting the disabled of the button.

Could you steer me in the right direction?
by deebee
Thu Sep 23, 2010 8:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: left-click only
Replies: 2
Views: 1553

Re: left-click only

Ah, that makes sense!

Thank you!
by deebee
Thu Sep 23, 2010 6:49 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: left-click only
Replies: 2
Views: 1553

left-click only

Searched the docs and forum but I'm still confused:

Code: Select all

on mouseUp 1
gives an error and:

Code: Select all

on mouseUp
if mouseUp is 1 then
blah blah blah
doesn't throw and error, but also doesn't seem to execute the rest of the code in the script.

I'm going to try a switch next instead of nesting my ifs.
by deebee
Thu Sep 23, 2010 6:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: disable button until condition
Replies: 14
Views: 11236

disable button until condition

I would like a button on my stack to remain disabled until a variable is not empty. I'm not exactly sure how to do this. I've tried to do something like: global gVariable on preOpenStack put empty into gVariable set the disabled of button "button" to true end preOpenStack function waitButton wait un...
by deebee
Thu Sep 23, 2010 6:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: stack inside stack
Replies: 27
Views: 14347

Re: stack inside stack

Hi pmc, I'm brand new to this too. But if you want things in the same "window," then you want to make new cards instead of stacks. That's my best guess at least.
by deebee
Mon Aug 23, 2010 2:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Networked PCs
Replies: 7
Views: 3351

Re: Networked PCs

mwieder wrote:does this do the trick for you?

Code: Select all

put shell("net view")
This actually accomplishes what I want, thank you!
by deebee
Sun Aug 22, 2010 11:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Networked PCs
Replies: 7
Views: 3351

Re: Networked PCs

:lol: Nope, i'd like to put them in a string to send to shutdown.exe. Or at least try to. :) I'd like to make something similar to shutdown -i.
by deebee
Sun Aug 22, 2010 8:59 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Networked PCs
Replies: 7
Views: 3351

Re: Networked PCs

mwieder, I'm totally green to programming so I'll have to try that after work tonight. Thanks! Mark, I'm just trying to get the names of the computers on the LAN to store them into an array or variables. Windows only, as I'm just trying to reinvent the wheel and do my own GUI to send commands to win...
by deebee
Sun Aug 22, 2010 3:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Networked PCs
Replies: 7
Views: 3351

Networked PCs

Is it possible to get and return the names of PCs on a local network? I've checked the docs and looked at the global variables list but couldn't find any thing on the subject.
by deebee
Sun Aug 15, 2010 9:25 pm
Forum: Using Externals
Topic: libvorbis as external
Replies: 2
Views: 3965

Re: libvorbis as external

I'm not sure if I'm up to writing it myself yet or not. I'm a newbie at programming anything other than xhtml/xml, and picked up Revolution to get started learning. So far it's pretty intuitive and I'm enjoying it. I know nothing about really about dlls, so maybe I can read up on it some more and ta...
by deebee
Sun Aug 15, 2010 4:09 pm
Forum: Using Externals
Topic: libvorbis as external
Replies: 2
Views: 3965

libvorbis as external

I would like to control the playback of ogg audio in Revolution without calling another program. Is it possible to wrap the libvorbis DLL into an external for rev?

Go to advanced search