Great!
Thank you very, very much!
- Fredrik
Search found 10 matches
- Thu Mar 07, 2013 3:02 pm
- Forum: Windows
- Topic: Signing applications for use with Win7?!
- Replies: 2
- Views: 4165
- Thu Mar 07, 2013 12:26 pm
- Forum: Windows
- Topic: Signing applications for use with Win7?!
- Replies: 2
- Views: 4165
Signing applications for use with Win7?!
Hi,
I'm something of a inhouse developer (a glorified hobbyist really) that have made a few applications with LiveCode that is used throughout the company. Right now we're starting the migration from WinXP to Win7 and as far as I've understood no .exe-files can run on the new platform unless it's ...
I'm something of a inhouse developer (a glorified hobbyist really) that have made a few applications with LiveCode that is used throughout the company. Right now we're starting the migration from WinXP to Win7 and as far as I've understood no .exe-files can run on the new platform unless it's ...
- Fri Mar 13, 2009 11:37 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Find "/"
- Replies: 8
- Views: 6602
- Fri Mar 13, 2009 10:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Find "/"
- Replies: 8
- Views: 6602
Hmmm...
Odd. But I'm pretty new at this so there probably are something that I don't understand. It seems to work pretty well for me if I put an URL in field "B".
I updated the code to be a bit more generic but if the first one didn't work this one probably won't either:
set the itemdelimiter to "/"
IF ...
I updated the code to be a bit more generic but if the first one didn't work this one probably won't either:
set the itemdelimiter to "/"
IF ...
- Fri Mar 13, 2009 9:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Find "/"
- Replies: 8
- Views: 6602
- Mon Oct 20, 2008 5:57 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Libraries and reusing stacks
- Replies: 4
- Views: 4543
- Mon Oct 20, 2008 8:49 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Libraries and reusing stacks
- Replies: 4
- Views: 4543
- Mon Oct 20, 2008 7:17 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Libraries and reusing stacks
- Replies: 4
- Views: 4543
Libraries and reusing stacks
Sometimes my mind just refuses to understand some things, like the use of Libraries in Rev. I've read lots of forum posts, the user manual, fourthworlds guide but I still don't get it. (I'm very new to Revolution..)
I've created a library stack called libRPG where I've put one function at the ...
I've created a library stack called libRPG where I've put one function at the ...
- Tue Oct 07, 2008 11:53 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How do I use a custom stack as an "ask"-dialog?
- Replies: 2
- Views: 3224
Thanks!
It looks like this is exactly what I need 
Thanks!
Edit: After a few adaptations to my code it works perfectly. This will make my life a lot easier. Thanks again!
Thanks!
Edit: After a few adaptations to my code it works perfectly. This will make my life a lot easier. Thanks again!
- Tue Oct 07, 2008 7:03 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: How do I use a custom stack as an "ask"-dialog?
- Replies: 2
- Views: 3224
How do I use a custom stack as an "ask"-dialog?
Hi there everyone! I'm horribly new at using Revolution and I need help with a small problem:
In my current application I use a simple ask dialog on a couple of my substacks when I need the user to specify one of several options (what options vary each time). I simply list the options in the prompt ...
In my current application I use a simple ask dialog on a couple of my substacks when I need the user to specify one of several options (what options vary each time). I simply list the options in the prompt ...