Search found 5 matches

by zutrix
Wed Jun 15, 2016 1:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image name without extencion in an field?
Replies: 2
Views: 1778

Re: Image name without extencion in an field?

Thank you very much works perfect!!
by zutrix
Tue Jun 14, 2016 10:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Image name without extencion in an field?
Replies: 2
Views: 1778

Image name without extencion in an field?

Hi need some help im trying to load an image.and wanted to put the image filename in an field but without extencion name i wanted just the name only i have this till now an it gifs me back on the field name.jpg i wanted it show just the name only. on mouseUp answer file "Please Choose Your Graphic" ...
by zutrix
Sun Oct 25, 2015 6:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Capslock,ScrollLock,NumLock in a button?
Replies: 4
Views: 2421

Re: Capslock,ScrollLock,NumLock in a button?

I got this searching in google.just saving it in notepad with .vbs extencion every time open it it change the state

Code: Select all

set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
Is it possible to imple,emt it in livecode or an way i can put it to work?
by zutrix
Sun Oct 25, 2015 6:04 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Capslock,ScrollLock,NumLock in a button?
Replies: 4
Views: 2421

Re: Capslock,ScrollLock,NumLock in a button?

Ok I will try other way for what i need it. its how you say i have to change the state off the capslock from button in mine card.one button that says Capslock on and Capslock Off (or it can be numlock or scrollock to) reason is for using keyboard light from one those 3 key. still of there's a soluti...
by zutrix
Sat Oct 24, 2015 12:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Capslock,ScrollLock,NumLock in a button?
Replies: 4
Views: 2421

Capslock,ScrollLock,NumLock in a button?

Hi

How can i turn on or off Capslock or ScrollLock or Numlock from a button in livecode?

if i press a button in mine card i wont it to turn on capslock or scrolllock or numlock.and an other button for turning it off.

Is this possible.

Thanks