Search found 123 matches

by keithglong
Sat May 21, 2016 12:28 am
Forum: Talking LiveCode
Topic: Converting Hex to ASCII
Replies: 3
Views: 3549

Converting Hex to ASCII

Hi All, I am trying to convert Hex to ASCII, similar to the Hex to ASCII Text Converter at: http://www.rapidtables.com/convert/number/hex-to-ascii.htm When I enter 57612be9 and click on the "Convert" button, I get the following value: Wa+é Using the binaryEncode function in LiveCode... answer binary...
by keithglong
Mon Mar 21, 2016 3:52 pm
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Re: Is there a way to load a local image file?

Gotcha; thanks Hermann.

- Boo
by keithglong
Mon Mar 21, 2016 3:29 pm
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Re: Is there a way to load a local image file?

Hi -hh, Yeppers, I believe I read some of that. However, I am working locally (i.e., the files are on my computer, not on a Web server). I am experimenting locally because I have a project that will require such. Perhaps even using url/binfile to save a file locally entails "wait," albeit it would n...
by keithglong
Mon Mar 21, 2016 2:47 pm
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Re: Is there a way to load a local image file?

Thanks Richard and -hh.

- Boo
by keithglong
Mon Mar 21, 2016 1:51 pm
Forum: HTML5
Topic: Pass a variable/string to an HTML5 app?
Replies: 1
Views: 2985

Pass a variable/string to an HTML5 app?

Hi All, I am still playing with HTML5 in LiveCode and can see the potential. Another question... I am able to put text into a variable, within the .js file that is included with the distribution, by putting the following code at the top of the file: var myVar = "Hello world!"; alert (myVar); When I ...
by keithglong
Mon Mar 21, 2016 1:27 pm
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Re: Is there a way to load a local image file?

Hi -hh, Thanks for your prompt reply. Yep, I was aware of that, but I was hoping for a solution by which users could select an image on their own systems. (Not images distributed with the app.) Yesterday I checked out some of your examples, including "GifCinema." Nice work; nice work indeed. (Thanks...
by keithglong
Mon Mar 21, 2016 5:16 am
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Re: Is there a way to load a local image file?

Hi Again,

I presume LiveCode HTML5 apps only have access to the /boot/standalone folder?

- Boo
by keithglong
Mon Mar 21, 2016 4:43 am
Forum: HTML5
Topic: Is there a way to load a local image file?
Replies: 9
Views: 7059

Is there a way to load a local image file?

Hi All, I have just started to experiment with HTML5 in LiveCode and have a quick question. When I save my test stack as an HTML5 standalone, and run it from the output folder on my computer, all works well. Is there a way to load an image file (i.e., that's located locally in the same output folder...
by keithglong
Sun Nov 29, 2015 10:50 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Biff Bart's Expense Tracker
Replies: 3
Views: 3023

Re: Biff Bart's Expense Tracker

Thanks Ron! I will check it out.

Best regards,

Keith "Boo" Long
Gulf Breeze, Florida
by keithglong
Sun Nov 15, 2015 10:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Biff Bart's Expense Tracker
Replies: 3
Views: 3023

Re: Biff Bart's Expense Tracker

Hi Ron,

I just came across your post. Very neat stuff! Is there a place we can down the stacks for this project?

Thanks,

- Boo
by keithglong
Mon Nov 02, 2015 2:46 pm
Forum: Talking LiveCode
Topic: A Scrum Board written in LiveCode!
Replies: 25
Views: 13953

Re: A Scrum Board written in LiveCode!

Hi Neil,

No problemo. Feel free to do so...

Thanks,

- Boo
by keithglong
Wed Oct 28, 2015 10:01 pm
Forum: Talking LiveCode
Topic: A Scrum Board written in LiveCode!
Replies: 25
Views: 13953

Re: A Scrum Board written in LiveCode!

Hi Ron, Unfortunately, I haven't worked much on that app since I posted the last version. (Although months ago, I did add a few additional bits of code.) Due to a family illness, I wasn't very active during the latter part of the course (although I did check in a few times). I look forward to explor...
by keithglong
Tue Aug 18, 2015 11:29 pm
Forum: Databases
Topic: [Solved] - Optimize SQLite Database after Deletion?
Replies: 1
Views: 2451

Re: Optimize SQLite Database after Deletion?

Solved! You can utilize the following command to optimize an SQLite database:

Code: Select all

revExecuteSQL gDatabaseConnection, VACUUM
Best,

- Boo
by keithglong
Tue Aug 18, 2015 11:17 pm
Forum: Databases
Topic: [Solved] - Optimize SQLite Database after Deletion?
Replies: 1
Views: 2451

[Solved] - Optimize SQLite Database after Deletion?

Hi All, I am currently working on an app with an SQLite database. I am able to add images as blobs without any issues. However, upon removing an image from the database, I notice that the size of the database remains large. Is there a way to optimize (i.e., remove blank space, etc.) an SQLite databa...
by keithglong
Mon Feb 23, 2015 7:37 pm
Forum: Talking LiveCode
Topic: A Scrum Board written in LiveCode!
Replies: 25
Views: 13953

Re: A Scrum Board written in LiveCode!

Hi Guys, Thanks for the kind words--much appreciated. This stack provides an excellent example of just how easy it is create an application with LiveCode. (I put that stack together in a few hours... Imagine what you can do if you spend a few days/weeks working on an app?!) Have fun, and I look forw...

Go to advanced search