Search found 50 matches

by buchacho
Thu Jun 20, 2013 11:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid Parsing
Replies: 20
Views: 13045

Re: Passing only selected data from Data Grid

I have a script that gets the entire data grid an then puts it into an array:

Code: Select all

put the dgData of group "Grid" into GridArray
Now I want to pass the data from only the selected lines of the data grid into the variable (not the entire grid). Is there a simple way of coding that action?
by buchacho
Wed Jun 19, 2013 6:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Option Menus
Replies: 5
Views: 4052

Re: Option Menus

Thanks, I did try

Code: Select all

put empty into btn ...
However, it puts the button name into the first option line. Right now I have it as:

Code: Select all

put "-" into btn ....
Not ideal, but it works...
by buchacho
Wed Jun 19, 2013 12:14 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Option Menus
Replies: 5
Views: 4052

Option Menus

I have an option menu that is populated with some values. How would I be able to clear all the lines of the option menu, when I am ready to repopulate the whole list of options?

Is there detailed documentation on how to use option menus?
by buchacho
Mon Jun 17, 2013 8:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid Parsing
Replies: 20
Views: 13045

Re: Data Grid Parsing

Thanks for your reply!

I have another related question. When I try to re-size the columns of my data grid in the property editor, the rendering of the grid is all messed-up and looks jumbled. Why does this happen, and how can I refresh the rendering of the table so that it looks correct? Thanks!
by buchacho
Fri Jun 14, 2013 11:07 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Data Grid Parsing
Replies: 20
Views: 13045

Data Grid Parsing

I am trying to understand how to use data grids, but I did not get to far with the tutorials... I have a data grid that contains several columns. Let's say I want to: Go down sequentially row by row Get the value in the first row and first column and put it into a variable Get the character value in...

Go to advanced search