Is this going to be fixed? It gives a very poor first impression.
Cheers
Phil
Search found 64 matches
- Wed Dec 23, 2009 6:17 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Start Centre Forums
- Replies: 2
- Views: 3061
- Thu Dec 03, 2009 8:16 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Start Centre Forums
- Replies: 2
- Views: 3061
Start Centre Forums
Apologies if this has already been covered (I've been concentrating on a non RunRev project recently). Has the Forums tab on the Start Centre stopped updating for everyone?
I have one listing appearing and the link doesn't work.
Cheers
Phil
I have one listing appearing and the link doesn't work.
Cheers
Phil
- Tue Nov 10, 2009 12:17 pm
- Forum: Databases
- Topic: button script for accessing an sqlite database
- Replies: 5
- Views: 6546
- Fri Oct 30, 2009 12:47 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Longevity of Runtime Revolution as a platform
- Replies: 7
- Views: 9005
loved working with HyperCard, and would like to get back into it
You will surely love Revolution too. If you are looking for a platform to develop apps on yourself I don't think that it matters that Revolution is a minority IDE and language. What matters is can you use it to produce what you want ...
You will surely love Revolution too. If you are looking for a platform to develop apps on yourself I don't think that it matters that Revolution is a minority IDE and language. What matters is can you use it to produce what you want ...
- Wed Oct 28, 2009 8:00 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using a revlet to export text to a file
- Replies: 15
- Views: 15048
And as for PHP, I don't use it much anymore at all ever since I figured out how to add mod_rewrite directives to my .htaccess to automatically pass Rev-embedded templates to a generic Rev CGI.
Someone commented earlier that PHP is faster than CGI. In the real world I don't think that users notice ...
Someone commented earlier that PHP is faster than CGI. In the real world I don't think that users notice ...
- Wed Oct 28, 2009 4:56 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using a revlet to export text to a file
- Replies: 15
- Views: 15048
- Wed Oct 28, 2009 4:41 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Create new objects
- Replies: 8
- Views: 7804
- Wed Oct 28, 2009 10:52 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: using a revlet to export text to a file
- Replies: 15
- Views: 15048
- Tue Oct 27, 2009 10:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Create new objects
- Replies: 8
- Views: 7804
- Tue Oct 27, 2009 7:53 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Create new objects
- Replies: 8
- Views: 7804
Create new objects
I'm stuck at the bottom of a learning curve and each time I move up a bit I slide to the bottom.
Here's what I'm trying to do. I have a card with a field, an Option Menu and a couple of check boxes in a line. When the user has completed a line they can decide to create a new line of objects and ...
Here's what I'm trying to do. I have a card with a field, an Option Menu and a couple of check boxes in a line. When the user has completed a line they can decide to create a new line of objects and ...
- Tue Oct 27, 2009 2:30 pm
- Forum: Talking LiveCode
- Topic: Age from DOB
- Replies: 0
- Views: 2078
Age from DOB
Simple age from DOB function converted from PHP. I'm just posting this here in case it is a useful starter for anyone. Suggestions for improvement very welcome.
function agefromDOB varDOB
-- Validate var DOB is in DD/MM/YYYY format
if matchtext(varDOB, "((0?[1-9]|[12][0-9]|3[01])[/](0?[1-9]|1 ...
function agefromDOB varDOB
-- Validate var DOB is in DD/MM/YYYY format
if matchtext(varDOB, "((0?[1-9]|[12][0-9]|3[01])[/](0?[1-9]|1 ...
- Sat Oct 24, 2009 6:17 pm
- Forum: Internet
- Topic: HTTPProxy and Https://
- Replies: 15
- Views: 15387
- Sat Oct 24, 2009 5:24 pm
- Forum: Internet
- Topic: HTTPProxy and Https://
- Replies: 15
- Views: 15387
- Fri Oct 23, 2009 4:18 pm
- Forum: Internet
- Topic: HTTPProxy and Https://
- Replies: 15
- Views: 15387
- Wed Oct 21, 2009 12:13 pm
- Forum: Converting to LiveCode
- Topic: Perl/PHP Hash array
- Replies: 2
- Views: 9130
Hi Mark,
Thanks for replying so promptly. I think that in my explanation I complicated matters. I didn't have a problem with the first bit and as you explained the notation for individual elements of is not much more verbose. It was the second part I was having problems with and as you explain that ...
Thanks for replying so promptly. I think that in my explanation I complicated matters. I didn't have a problem with the first bit and as you explained the notation for individual elements of is not much more verbose. It was the second part I was having problems with and as you explain that ...