Search found 17 matches

by macman56
Tue Nov 12, 2013 6:41 pm
Forum: Announcements
Topic: Cover Flow!!!!
Replies: 7
Views: 6927

Re: Cover Flow!!!!

I would like to shove this through my email so I can control and regulate who gets it and so I have names of the people I give it to so I can have names if legal problems arise
by macman56
Tue Nov 05, 2013 5:54 pm
Forum: Announcements
Topic: Cover Flow!!!!
Replies: 7
Views: 6927

Re: Cover Flow!!!!

ok run rev won't let me post the live code file on here so if you want it please email me at amcavoy.asu@gmail.com. If you would like to use it in an app please contact me and let me know so I don't sue you and if it is going to be for money then I MUST be contacted because I will need to make an ag...
by macman56
Thu Oct 31, 2013 6:57 pm
Forum: Announcements
Topic: Cover Flow!!!!
Replies: 7
Views: 6927

Re: Cover Flow!!!!

ok well im putting a prestontation for i will post it on monday for everyone that way it easier for me
by macman56
Thu Oct 31, 2013 6:06 pm
Forum: Announcements
Topic: Cover Flow!!!!
Replies: 7
Views: 6927

Re: Cover Flow!!!!

wait are you saying yes or that you beat me
by macman56
Thu Oct 24, 2013 6:10 pm
Forum: Announcements
Topic: Cover Flow!!!!
Replies: 7
Views: 6927

Cover Flow!!!!

I Austin Michael McAvoy have successfully created a cover flow. If you would like it please just let me know
by macman56
Wed Aug 28, 2013 4:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

well simon im srry but i cant due that due to the nature of what im working on
by macman56
Tue Aug 27, 2013 11:45 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

ok none of the code you sent me is there but here is my entire stack: global thecompound on preOpenstack put empty into thecompound end preOpenstack on cCompoundinfo //highlight the correct line -- select the line thecompound in group "compound info" -- find the lineIndex of thecompound in group "co...
by macman56
Tue Aug 27, 2013 10:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

here is the code i have for the cCompoundInfo: global thecompound on preOpenstack put empty into thecompound end preOpenstack on cCompoundinfo //highlight the correct line -- select the line thecompound in group "compound info" -- find the lineIndex of thecompound in group "compound info" -- put the...
by macman56
Tue Aug 27, 2013 10:00 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

there is no code in the button
by macman56
Tue Aug 27, 2013 9:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

I want to do the highlight button but in the stack script without using the the button
by macman56
Tue Aug 27, 2013 9:12 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

thecompound is a word and im trying to highlight the word in the data grid. The following is the coloumn im tryng to highlight in:

H2O1
C1O2
N1O2
C1H2O1

and im trying to highlight: H2O1
by macman56
Tue Aug 27, 2013 9:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

No its not highlighting any row
by macman56
Tue Aug 27, 2013 8:50 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

im trying to take my global variable that contains the row im looking for, thecompound, and find and highlight it in my data grind, group "compound info", without using my mouse
by macman56
Tue Aug 27, 2013 8:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Highlighting a line in a data grid
Replies: 21
Views: 14998

Re: Highlighting a line in a data grid

thx but no its still not working