Working on and playing with a simple data grid project.
Its a dg Table trying to display the current month calendar with current day bold red and weekends highlighted.
I've added the data grid.
And have added some data.
1,2,3,4, etc for the month calendar.
As soon as I add Column Behavior to the Sat column
the Center Content Alignment no longer works.
Haven't seen anything that addresses this issue as yet.
DataGrid Column Behavior removes Center Content Alignment
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
DataGrid Column Behavior removes Center Content Alignment
Last edited by LC4iOS on Sat Jan 11, 2014 1:59 am, edited 1 time in total.
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: DataGrid Column Behavior removes Center Content Alignmen
Anyone?
I've searched n searched.
Tried to contact slug but contact web page no longer working.
I've searched n searched.
Tried to contact slug but contact web page no longer working.
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: DataGrid Column Behavior removes Center Content Alignmen
Using dgHelper:
Double click the dg and the DataGrid Helper will appear
Expand Columns | Click Columns Builder | Edit ...
Click the Header for Sat or Sun
Click Column Content
Click on control in the inside of the top left corner of red lines
On the properties toolbar Select Text Formatting
Click the Align Center button
Back in the Column Builder click Update then Apply
Close the Column Builder
And see the data in the dg centered
save the LiceCode project
Double click the dg and the DataGrid Helper will appear
Expand Columns | Click Columns Builder | Edit ...
Click the Header for Sat or Sun
Click Column Content
Click on control in the inside of the top left corner of red lines
On the properties toolbar Select Text Formatting
Click the Align Center button
Back in the Column Builder click Update then Apply
Close the Column Builder
And see the data in the dg centered
save the LiceCode project
Last edited by LC4iOS on Sat Jan 11, 2014 2:01 am, edited 1 time in total.
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Re: DataGrid Column Behavior removes Center Content Alignmen
Just sharing sample app:
- Attachments
-
- stkDatGridCalendar_20140111 1155.livecode.zip
- (7.7 KiB) Downloaded 164 times
Thanks to RunRev.
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member
Thanks to LiveCode forum members.
LiveCode v5.5.5 - iOS Android Mac Windows - 6.5 Community
27" 2012 iMac i5, MacBook Pro, MacBook Air, iPhone 5, iPhone 4
xCode 5.0.2 - iOS7 - OS X Mavericks
Paid Apple iOS Developer Program Member