Search found 203 matches

by makeshyft
Mon Jul 22, 2013 5:43 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: programmatic creation of datagrid?
Replies: 4
Views: 2947

Re: programmatic creation of datagrid?

you can make a copy of an existing datagrid group no?....isn't the "template stack" stored in one of the internal properties of the group?.... perhaps make a copy but change the template that it references ...and for sure u can change the template via the code.
by makeshyft
Fri Jul 19, 2013 5:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: long filepaths & names - potential headache?
Replies: 2
Views: 2068

Re: long filepaths & names - potential headache?

Hey Sean, thanks for answering .... I actually did mean "minimum limit" thinking that IF THERE IS A LIMIT its at least 255. The filenames are not long.... but the absolute paths inside livecode might be...depending on where the user decides to store their data. I did end up on that Wikipedia page to...
by makeshyft
Fri Jul 19, 2013 6:11 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: long filepaths & names - potential headache?
Replies: 2
Views: 2068

long filepaths & names - potential headache?

Hello friends, My app is coming along great, I am writing file operation functions. My plan was to use filenames and folder names to help me get information more quickly, and so I am using relevant ID numbers to name them. My ID numbers are UUIDs. My concern is whether I can possibly run into proble...
by makeshyft
Sat Jul 13, 2013 12:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text File Encoding advice
Replies: 1
Views: 1439

Re: Text File Encoding advice

PS> Version 1 is for Windows, Mac, Linux
by makeshyft
Sat Jul 13, 2013 12:26 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Text File Encoding advice
Replies: 1
Views: 1439

Text File Encoding advice

Hi everyone, So I have an INI file that sits in my Application's Path I read each line of it and put the setting into an array. Everything works well, except that the file does not load cleanly unless it is saved as ASCII. Notepad's standard save is UTF-8. The INI file will be saved from WITHIN Live...
by makeshyft
Fri Jul 12, 2013 8:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I prevent text fields from accepting formated text?
Replies: 4
Views: 2754

How do I prevent text fields from accepting formated text?

Hello Livecode geniuses

How do I prevent a text field from accepting html text ... with colors and bolds and etc..... when pasting into a field? I want plain text only.

Thanks,
by makeshyft
Fri Jul 12, 2013 8:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Global variable, what am I doing wrong?
Replies: 4
Views: 3355

Re: Global variable, what am I doing wrong?

You might want to turn on the IDE feature thats going to require you to declare all variables explicitly before you use them anywhere. I have it on, it makes life easier in my own head to see a list of variables that I am using. What I did to make declaring variables easier, is I created one main ar...
by makeshyft
Tue Jul 09, 2013 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Two general livecode inquiries.... before I proceed.
Replies: 6
Views: 3588

Re: Two general livecode inquiries.... before I proceed.

Ok... well.... thse are the main points that made me think of this strantegy I am using SQL lite as a database for each user Each user will only ever write in his/her database and only read that of the other users (I did it this way, because using SQLLite I can read the same file no matter how many ...
by makeshyft
Tue Jul 09, 2013 6:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Two general livecode inquiries.... before I proceed.
Replies: 6
Views: 3588

Re: Two general livecode inquiries.... before I proceed.

The reason for this is that each user gets their own database of records, but these records interact with eachother......and I didn't want to construct a temporary database that would combine all the users databases into one giant one to search it. So my plan was to load all of them into memory AS O...
by makeshyft
Tue Jul 09, 2013 5:38 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Two general livecode inquiries.... before I proceed.
Replies: 6
Views: 3588

Re: Two general livecode inquiries.... before I proceed.

and 3. Do Data grids require a the root key to have a numerical index? Is it different for setting the dg Data or setting the dg Text?
by makeshyft
Tue Jul 09, 2013 5:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Two general livecode inquiries.... before I proceed.
Replies: 6
Views: 3588

Two general livecode inquiries.... before I proceed.

Heloo geniuses Just want to ask a few questions as I am planning my strategy for new more complex sections of my app. 1. I have read in this forum, the the "for each element" or "for each key" are very fast, capable of handling many many records very quickly. My plan is to store all data in an array...
by makeshyft
Fri Jul 05, 2013 7:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Issues with Scrollbar :(
Replies: 2
Views: 1618

Re: Datagrid Issues with Scrollbar :(

The one that works is set to true and the one that doesn't .... doesn't show the bar at all if its set to auto. the script on FILLINDATA is literally 1 line at this point. Could it be a wait issue? maybe it doesn't have time to update. where would I put the wait command? I clear it by setting dgdata...
by makeshyft
Fri Jul 05, 2013 5:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Issues with Scrollbar :(
Replies: 2
Views: 1618

Datagrid Issues with Scrollbar :(

Hi everyone, I am creating a datagrid, which I have successfully done before ..... and I am having problems with the scrollbar. It isn't activating / updating on FILLINDATA. I have made a datagrid before.... compared the code of both ....1 works the other doesn't. But the code doesn't seem like its ...

Go to advanced search