Search found 10 matches
- Sat Sep 24, 2016 5:58 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: My executable gives Gtk-WARNING in Linux
- Replies: 2
- Views: 2588
Re: My executable gives Gtk-WARNING in Linux
I'm using Linux Mint 17.2 (32 bit)
- Sat Sep 24, 2016 12:57 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: My executable gives Gtk-WARNING in Linux
- Replies: 2
- Views: 2588
My executable gives Gtk-WARNING in Linux
I've just done my first functional LiveCode program, and made an executable of it. It generates a random password. The length of the password can be entered into Entry field boxes, or increased/decreased using Little Arrow controls. When running from Linux command line, it gives the message "Gtk-WAR...
- Sun Nov 30, 2014 10:41 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving content of image box
- Replies: 3
- Views: 3065
Re: Saving content of image box
Hi Klaus, thanks for your reply. The filename is created from an "ask file" command. I thought it was absolute, but now I'm not so sure. I'm creating the program on my Linux PC at home, but I'm writing it for one of my tasks at work so it will be running on a Windows box there. The aim of the code i...
- Sun Nov 30, 2014 4:46 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving content of image box
- Replies: 3
- Views: 3065
Saving content of image box
Have been getting really frustrated with LiveCode this weekend :x I'm writing a program to resize an image to 150 x 150. I've finally got the selected image to show up in an Image control (imgNewLogo) in the correct size. Now trying to save that as a new image. The code for my file save button is on...
- Wed Feb 05, 2014 9:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Binary clock exercise - stays static
- Replies: 2
- Views: 2091
Re: Binary clock exercise - stays static
Thank you! Have got it working now - feeling like a right fool
Oh well, it was a learning execise...on to version 2

Oh well, it was a learning execise...on to version 2
- Wed Feb 05, 2014 4:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Binary clock exercise - stays static
- Replies: 2
- Views: 2091
Binary clock exercise - stays static
Hi This is my first attempt at a proper Livecode program, a binary clock. Have compiled it, but it just stays static on the time that I ran it in the IDE. To get it to run there, I had to say which function I wanted to run, it didn't just start when changing from pointer tool. Pretty sure it's somet...
- Tue Jan 07, 2014 11:07 am
- Forum: Linux
- Topic: Remove old installs from Linux menu
- Replies: 10
- Views: 11968
Re: Remove old installs from Linux menu
Thanks for your replies.
Right-click on Menu lets me edit it, and under Programming I can then un-select the other versions. I'd been trying to right click on the indiviual items previously and not having much luck.
I will also try the other option to delete the oldest version later.
Right-click on Menu lets me edit it, and under Programming I can then un-select the other versions. I'd been trying to right click on the indiviual items previously and not having much luck.
I will also try the other option to delete the oldest version later.
- Sun Dec 29, 2013 11:48 am
- Forum: Linux
- Topic: Remove old installs from Linux menu
- Replies: 10
- Views: 11968
Remove old installs from Linux menu
I'm running Livecode on Linux Mint 14, and have updated from 6.1.3 to 6.5 (rc6) and then 6.5.1 Under "Programming" on the Mint menu, I now have a shortcut to each of these three versions. Does anyone know if there is a way to just have the most recent install listed? I'm not sure if this would be a ...
- Sun Dec 01, 2013 5:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Setting a button to enabled only if fields complete
- Replies: 2
- Views: 2296
Re: Setting a button to enabled only if fields complete
Thanks for the quick response. That makes a lot of sense, and I'll get that put into my code.
- Sun Dec 01, 2013 4:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Setting a button to enabled only if fields complete
- Replies: 2
- Views: 2296
Setting a button to enabled only if fields complete
Hi all I've been learning LiveCode this weekend by adapting a Python/Tkinter script I made at work for generating a report from a SQLite database. Happy with how it has gone (lots of Google-ing to find things out), but now trying to fine tune it. I've got a "start" button which checks input fields a...