Search found 8 matches

by sfitzjava
Fri Nov 30, 2012 9:43 pm
Forum: MobGUI
Topic: ListBox Using LiveCode And MobGui
Replies: 1
Views: 3262

Re: ListBox Using LiveCode And MobGui

Bump.

Something I would also be interested in. Anyone have a suggestion? Not only UITableViews but grouped ones as well would be nice.

Thanks
by sfitzjava
Thu Nov 12, 2009 1:21 am
Forum: Internet
Topic: On-Rev
Replies: 11
Views: 8283

I don't think currently on-rev supports sub-stacks per se. There is the "include" keyword to include other irev files. Also you might find more information at the on-rev forums. http://forums.on-rev.com/ Now if you mean serving up stacks and substacks as a revlet, well that's a completely different ...
by sfitzjava
Sun Nov 08, 2009 11:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Needing some pointer on primitive data handling.
Replies: 2
Views: 2084

I get an error: "bitAnd: error in left operand" however my CRC value is a mashup of characters in the debugger which is the left operand, and my right operand is a nice looking number. However the same error if I use binaryEncoding("M",bigNum) and the right operand is a mashup of characters. (I'm as...
by sfitzjava
Fri Nov 06, 2009 9:11 pm
Forum: Converting to LiveCode
Topic: Hardcore Java developer wanting to learn Revtalk
Replies: 5
Views: 6994

Hardcore Java developer wanting to learn Revtalk

Is there a course series or tutorial set that covers RevTalk in a standard development language style? I have been looking at the topics out there and they touch upon several subject, but none seem to really take the reader from start to end and to the full depths. I am also using on-rev and am real...
by sfitzjava
Fri Nov 06, 2009 8:33 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Needing some pointer on primitive data handling.
Replies: 2
Views: 2084

Needing some pointer on primitive data handling.

So I'm trying to mask one value with another such as taking two text values and bitwise anding them.

put 1234530530 into val1
put fileCRC.bin(txtfile) into val2 // this function calcs the CRC of a file.
put val1 bitAnd val2 into val3

Something like the above.
by sfitzjava
Fri Mar 27, 2009 11:09 pm
Forum: User Groups and Events
Topic: Webinar march 26??
Replies: 10
Views: 13394

Link for webinar recording on twitter

For those that missed the live version, Heather Nagey has a link on her twitter page that will take you to the video.

http://twitter.com/lainopik

-Shawn
by sfitzjava
Fri Mar 20, 2009 4:34 pm
Forum: User Groups and Events
Topic: Webinar march 26??
Replies: 10
Views: 13394

Webinar march 26??

Has anyone received the information about how to register for the March 26 webinar to intro the 3.5 beta version? Also has anyone received the notice about the 3.5beta update? I'm a Studio user (licensed in Feb 09) so I thought I was supposed to qualify for it. I'm getting very excited to learn more...
by sfitzjava
Wed Mar 04, 2009 6:04 am
Forum: Internet
Topic: unzipped standalone won't open
Replies: 5
Views: 4903

Which file and where did you get the zipped up standalone? Are you trying to run a server script? Possible try something like #!./Standalone put "hello world" Save above text as file "test.rev" with settings of 775 (chmod 775 test.rev) then execute it and see if that works. (note: first line should ...

Go to advanced search