Search found 361 matches

by splash21
Tue Jul 04, 2017 4:37 pm
Forum: Announcements
Topic: sQuiRt library for creating QR codes is now public domain
Replies: 6
Views: 8970

sQuiRt library for creating QR codes is now public domain

The library now no longer requires a registration code - all features are available in this free, public domain version.

http://splash21.com/sQuiRt.php

8)
by splash21
Wed Nov 19, 2014 3:04 pm
Forum: MobGUI
Topic: Is MobGui still alive and does it work with Livecode v7
Replies: 12
Views: 15575

Re: Is MobGui still alive and does it work with Livecode v7

Native themed controls have been imminent for some time now - widgets are also imminent. The way custom controls are created is about to change. I've no idea when it will happen, but most of MobGUI should be redundant.
by splash21
Fri Sep 19, 2014 9:42 am
Forum: MobGUI
Topic: Set no default active state on Option buttons
Replies: 1
Views: 6842

Re: Set no default active state on Option buttons

Just add another invisible option button then..

Code: Select all

send "mouseDown" to group "InvisibleOption"
by splash21
Thu Sep 18, 2014 3:20 pm
Forum: MobGUI
Topic: MobGUI label field, list button groups, & config
Replies: 13
Views: 15630

Re: MobGUI label field, list button groups, & config

And then when you need support, you are directed to the forum! This forum is the correct place for support. The problem is that for a complete newbie, this doesn't teach me how to create. Create what? The docs show you how to use MobGUI controls - you need to learn LiveCode to create anything of yo...
by splash21
Fri Aug 22, 2014 9:24 am
Forum: Android Deployment
Topic: Push notification error: SERVICE_NOT_AVAILABLE
Replies: 2
Views: 3250

Re: Push notification error: SERVICE_NOT_AVAILABLE

Is the time set correctly on the device that fails to register with the GCM service?
by splash21
Wed Jul 30, 2014 7:48 pm
Forum: MobGUI
Topic: Input Text field auto Resize
Replies: 4
Views: 9275

Re: Input Text field auto Resize

Hi Donizeti, I'm abroad until 9th August. If you follow Mark's advice, everything should work 8)
by splash21
Tue Jul 22, 2014 4:27 pm
Forum: Talking LiveCode
Topic: sql insert with special char
Replies: 3
Views: 3349

Re: sql insert with special char

If tDescription is a variable with your special characters, then the following will work.. revExecuteSQL databaseID, "INSERT INTO MyTable (id, description) VALUES (0, :1)", "tDescription" The :1 in the query is replaced with the tDescription variable - check out revExecuteSQL in the LiveCode diction...
by splash21
Wed Jul 16, 2014 7:44 am
Forum: iOS Deployment
Topic: Push Notifications Examples
Replies: 4
Views: 4314

Re: Push Notifications Examples

Here's a post from the use list from August, 2012 - should still work fine today 8) The server now parses .lc scripts, so I've changed the file extensions to .lcx so you can view them through a browser. ----- August 2012 ----- The following info will hopefully help, or at least give you some ideas. ...
by splash21
Wed Jul 09, 2014 3:10 pm
Forum: MobGUI
Topic: Android Scroller not working!
Replies: 6
Views: 10414

Re: Android Scroller not working!

That's pretty old - back to 2011! Does the attached demo work for you? It's an old demo for the android scroller pulled from the archives...
mgScrollerAZIndexDemo.zip
(156.41 KiB) Downloaded 554 times
by splash21
Sun Jul 06, 2014 11:44 pm
Forum: MobGUI
Topic: Android Scroller not working!
Replies: 6
Views: 10414

Re: Android Scroller not working!

What version of MobGUI are you using? I was assuming you were using the latest version....
by splash21
Fri Jul 04, 2014 1:43 pm
Forum: MobGUI
Topic: Android Scroller not working!
Replies: 6
Views: 10414

Re: Android Scroller not working!

The scroller on android is set up the same as on iOS. Can you give any more detail on your setup and what you have tried already? - like LC version, android version, code sample, etc...
by splash21
Sat Jun 28, 2014 8:37 am
Forum: User Groups and Events
Topic: Central Scotland User Group
Replies: 3
Views: 13912

Re: Central Scotland User Group

Anyone interested in reviving this group?
by splash21
Thu Jun 26, 2014 11:17 pm
Forum: CGIs and the Server
Topic: URL shortener
Replies: 1
Views: 3327

URL shortener

I've created a URL shortener with LC server as a test project - feel free to bash it and let me know if it works properly (or not) - especially if you can break it! :twisted:

http://8up.uk
by splash21
Thu Jun 26, 2014 11:08 pm
Forum: CGIs and the Server
Topic: start session hangs
Replies: 3
Views: 5254

Re: start session hangs

I came across the same issue today. I was generating 4 images on the fly with html img tags referencing a .lc file, but after a few hits, the apache error log reported that livecode-server was timing out. Clearing the session files fixed the problem, but only briefly. The .lc file that was creating ...
by splash21
Tue Jun 24, 2014 12:36 pm
Forum: iOS Deployment
Topic: Smooth strokes
Replies: 36
Views: 20682

Re: Smooth strokes

Hi, Mag. If you look in the LiveCode user samples for "Air Traffic Control", you'll find an example of some smoothing as lines are drawn with the mouse. It's not great, but does work - and can be improved if you really need it :D Also have a look at the Doodle Cards app (created with LC for iOS). It...

Go to advanced search