Search found 6 matches
- Tue May 07, 2013 1:10 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Need help with managing Data
- Replies: 3
- Views: 2656
Need help with managing Data
Hey! I'm currently working on a register type program, and what i want to do is Have a list field on one card with the names of groups, and when you double-click a group, it takes you to another card that displays the group name and allows the user to add students that are associated with that group...
- Fri May 03, 2013 5:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Populating a data grid column with option menus
- Replies: 8
- Views: 4811
Re: Populating a data grid column with option menus
I didn't realise i could click edit group again when that group is selected, in group "AM", there is a field called "_ColumnData_".
No, i added it to the group "Row template" and not the group "AM"
The datagrid is a Table.
No, i added it to the group "Row template" and not the group "AM"
The datagrid is a Table.
- Fri May 03, 2013 5:11 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Populating a data grid column with option menus
- Replies: 8
- Views: 4811
Re: Populating a data grid column with option menus
Hey Klaus, In the editing template window there is a group called "Row Template" which contains a group called AM (which is the name of the column im trying to populate) and a button called "test" which i added by going to Object --> New Control --> Option Menu. If i delete group "AM" and only have ...
- Fri May 03, 2013 9:18 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Populating a data grid column with option menus
- Replies: 8
- Views: 4811
Re: Populating a data grid column with option menus
Hey, sorry for the late reply. I've tried this but there is still no option menu buttons in the column. This is what the behaviour script looks like. -- This script defines the behavior of a table column's custom template. on FillInData pData -- This message is sent when the Data Grid needs to popul...
- Thu May 02, 2013 5:39 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Populating a data grid column with option menus
- Replies: 8
- Views: 4811
Re: Populating a data grid column with option menus
Thanks for your reply :D That's the shame about DGH, but ah well. I looked at the lesson for customizing a column aswell as watching the how to on displaying images in a datagrid and from what i understood.. 1)With the data grid selected, go to the inspector, highlight the column you want to change ...
- Thu May 02, 2013 9:38 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Populating a data grid column with option menus
- Replies: 8
- Views: 4811
Populating a data grid column with option menus
Hey all, I have two problems i am unable to fix due to what i hope is due to my inexperience. 1) I've downloaded 6.0 and DGH, however i cant get DGH to work, it keeps saying it is corrupted, i've re downloaded it and the result is the same. 2) I am trying to populate a column of a data grid with opt...