Search found 162 matches

by Zryip TheSlug
Thu Nov 25, 2010 7:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem filling a DataGrid table
Replies: 18
Views: 9519

Re: Problem filling a DataGrid table

open stack "Titles Grid"    put titleList    set the dgText of group "Titles" of stack "Titles Grid" to titleList Hi Exheusden, You can use a try catch block to handle errors: try set the dgText of group "Titles" of stack "Titles Grid" to titleList catch tTheError answer tTheError end try If I unde...
by Zryip TheSlug
Mon Nov 22, 2010 1:01 am
Forum: iOS Deployment
Topic: List of keywords
Replies: 1
Views: 3229

Re: List of keywords

While reading "Working with Data Grids" a few reserve(d) keywords were noted: uSumOfColumn dgProps deIndex dgDataOfIndex dgHilitedIndex and more importantly dgDataOfLine Where can we get a list of these with their descriptions/definition? ... Yes I can figure out what it does without a manual, but ...
by Zryip TheSlug
Wed Nov 17, 2010 10:16 pm
Forum: Mac OS
Topic: Locating the ~/Library/ folder
Replies: 21
Views: 14203

Re: Locating the ~/Library/ folder

Klaus wrote:
Zryip TheSlug wrote:
Klaus wrote:Yo! :D
Huh? :D
Don't be scared, that was just a spontaneous expression of accordance! :D
Oh ok! ;)
by Zryip TheSlug
Wed Nov 17, 2010 10:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Is it possible to have an option list like this
Replies: 3
Views: 3272

Re: Is it possible to have an option list like this

Is it possible to have a option list like in this image when clicked shows a browser with multiple columns? Its almost like a drop down list that shows a datagrid i guess but im not sure how to make it happen in LiveCode. tc.jpg Any tips on how to accomplish this? Yes that is possible to use a data...
by Zryip TheSlug
Wed Nov 17, 2010 9:49 am
Forum: Mac OS
Topic: Locating the ~/Library/ folder
Replies: 21
Views: 14203

Re: Locating the ~/Library/ folder

Klaus wrote:Yo! :D
Huh? :D
by Zryip TheSlug
Tue Nov 16, 2010 10:15 am
Forum: Mac OS
Topic: Locating the ~/Library/ folder
Replies: 21
Views: 14203

Re: Locating the ~/Library/ folder

I'm not sure I understand. You mean for non-English systems it uses English folder names but the Finder displays them in the native language? Richard, Yes. Try this: System Preferences -> International -> Drag the language you want at the top of the list -> Log out -> Log in Your system should now ...
by Zryip TheSlug
Fri Nov 12, 2010 2:29 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid help
Replies: 3
Views: 2872

Re: Datagrid help

Nevermind I found out from here: http://lessons.runrev.com/spaces/lessons/buckets/784/lessons/16591-Converting-a-Database-Cursor-to-a-Data-Grid-Array. I did have one question though if anyone can help me. This lesson only explains how to manually set the fields to be displayed. How can I dynamicall...
by Zryip TheSlug
Sat Oct 09, 2010 10:23 am
Forum: Announcements
Topic: Data Grid Helper - An intuitive interface for datagrids
Replies: 1
Views: 6365

Data Grid Helper - An intuitive interface for datagrids

Dear LiveCode users, I am pleased to announce the availability of the final version of our plugin for the LiveCode's datagrid object: the Data Grid Helper plugin. After several month of development, debugging and improvements, the final release of Data Grid Helper (DGH) is finally here. What is DGH?...
by Zryip TheSlug
Fri Sep 24, 2010 11:42 pm
Forum: Talking LiveCode
Topic: Do bucket and pencil symbols work in LC 4.5?
Replies: 4
Views: 3122

Re: Do bucket and pencil symbols work in LC 4.5?

Hi Bernd,

I just give the stack a try with the LiveCode version and not working here too.



Regards,
by Zryip TheSlug
Wed Aug 18, 2010 4:08 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Row separator lines in Datagrids
Replies: 3
Views: 2773

Re: Row separator lines in Datagrids

phaworth wrote:Thanks, sounds like that will work fine.

I don't recognise the screen image you included in your reply - that's not the normal IDE right?

Pete
Right,
That's a screen image of the pugin I'm actually building to help with datagrids: the Data Grid Helper.


Regards,
by Zryip TheSlug
Mon Aug 16, 2010 6:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Row separator lines in Datagrids
Replies: 3
Views: 2773

Re: Row separator lines in Datagrids

Is it possible to have a line between rows of a datagrid? I've switched off the alternating color property but would like to have some sort of separation between rows. Thanks, Pete Hi Pete, Yes it possible, but not with the API. Simply draw a line in the template of your datagrid form or several li...
by Zryip TheSlug
Mon Jul 26, 2010 11:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Easy way to delete a column in a container?
Replies: 6
Views: 4128

Re: Easy way to delete a column in a container?

(1) Is there actually a one-liner that deletes columns from a container? If by container you think to DataGrid, the way to delete a column is trivial: put the dgProp["columns"] of grp "MyGrid" into tListOfAllColumns -- Retrieve all the columns of the data grid "MyGrid". delete line lineoffset(tColu...
by Zryip TheSlug
Tue Jul 13, 2010 2:23 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: ListMagic - highlighting changed fields?
Replies: 2
Views: 2567

Re: ListMagic - highlighting changed fields?

Hi folks, I've started using data grids in my first app but I'm considering swapping to ListMagic for simplicity and the inbuilt features that aren't there (yet?) with data grids - especially filtering, checkboxes and the simple CSV-style data input/output. Hi Clarkey, You can do all of that in the...
by Zryip TheSlug
Tue Jul 13, 2010 2:16 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Data Grid - how to hide or filter rows?
Replies: 4
Views: 4406

Re: Data Grid - how to hide or filter rows?

Hi folks, A new week brings a new learning curve(!) I've now created my first data grid and I'm looking to set conditional filters on which rows are displayed, but can't seem to find what I need in the documentation. Is there a smart/simple function somewhere to help manage data grid row filtering ...
by Zryip TheSlug
Mon Jul 12, 2010 11:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to create spreadsheet-like data entry form
Replies: 8
Views: 5939

Re: How to create spreadsheet-like data entry form

Correct me if I'm wrong, but the datagrid seems designed only to DISPLAY some pre-determined data (however it is initialized). I can't find anything that indicates that the datagrid contents are editable at runtime. Am I correct that the datagrid does not allow the interactive editing of contents? ...

Go to advanced search