Problem with editable field - what am I doing wong?

2005-10-29 Thread William de Smet
Hi there, I'm new with revolution and I like it a lot. I'm working on a educational script where pupils learn to put words in alphabetic order. I've made a teacher part in the application where the words can be changed so the exercise is different each time. (Just a editable field and linked

Problem with editable field -

2005-10-31 Thread William de Smet
now I distributed a single .exe file. Any suggestions? William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

How to lock a field after a drag?

2005-11-15 Thread William de Smet
- I thought I use 'set mousedown on me to false' after add 1 to field score but that doesn't work because I can still drag the field I need help, anyone? Thanks, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: How to lock a field after a drag?

2005-11-16 Thread William de Smet
(Re off-list) Yes, as in De Smet but we're not related :-) Still need help with my problem, anyone? William de Smet Op 15-nov-2005, om 22:21 heeft Charles Hartman het volgende geschreven: (off-list) Just curious -- de Smet, as in the De Smet C compiler for DOS machines, a couple of decades

How do I eliminate the spaceKey in a field?

2005-11-16 Thread William de Smet
end if pass closefield end closefield Thanks! William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: How do I eliminate the spaceKey in a field?

2005-11-16 Thread William de Smet
Hi Eric, It worked! Thanks a lot! I call it a day for now and will start working on it tomorrow. Greetings from a rainy en stormy Holland! William de Smet Op 16-nov-2005, om 23:08 heeft Eric Chatonet het volgende geschreven: Hi William, Something as the following should do the trick

How to force a true TXT extension?

2005-11-23 Thread William de Smet
Thanks! William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Is it possible to random images?

2005-11-29 Thread William de Smet
Hi there, Thanks for all the help before! Now I've got a little question about the Random function: The following code shows a random number into a field: on mouseUp put random (20) into field random end mouseUp But is it possible to random images? Thanks William de Smet

Re: Is it possible to random images?

2005-11-29 Thread William de Smet
: IDs, number, altID, etc. For instance (just the idea): put random(the number of images of this cd) into TChosenImage put image TChosenImage into image DisplayRandomImage Le 29 nov. 05 à 22:34, William de Smet a écrit : Hi there, Thanks for all the help before! Now I've got a little question

Re: Is it possible to random images?

2005-11-30 Thread William de Smet
Hi there, Eric's advice did the trick but now all the images on the card are chosen (like the background image). How do I set like 4 images to be chosen at random? Been busy the whole morning but I can't figure it out. William de Smet Op 29-nov-2005, om 22:40 heeft Eric Chatonet het

Re: Is it possible to random images?

2005-11-30 Thread William de Smet
Thanks Eric, Life is beautiful and easy... and so is RR! William Op 30-nov-2005, om 13:31 heeft Eric Chatonet het volgende geschreven: put random(the number of images of grp ImageChoice) into TChosenImage put image TChosenImage of grp ImageChoice into image DisplayRandomImage

How to set a field in place with dragenter and a singleclick?

2005-12-17 Thread William de Smet
: on mouseDown grab me set the layer of me to 100 set cursor to 28 lock cursor set the dragdata[text] to the short name of the target end mouseDown on mouseup unlock cursor set cursor to arrow end mouseup Thanks, William de Smet ___ use

Re: Image resolution

2005-12-17 Thread William de Smet
Hi Marty, I had some problems with PNG transparency on Windows XP. On MacOSX it worked perfect. William Op 17-dec-2005, om 19:30 heeft Marty Knapp het volgende geschreven: I'm putting the finishing touches on a project and have started designing the graphics (using Photoshop), but I

Re: How to set a field in place with dragenter and a singleclick?

2005-12-18 Thread William de Smet
to difficult for the children I work with. So can anyone help? Please.. : - ) TIA, William de Smet (Mac OSX 10.4.3 and RR 2.6) Op 19-dec-2005, om 4:53 heeft J. Landman Gay het volgende geschreven: William de Smet wrote: Hi there, For my first app I am looking for a function where a field would

Re: How to set a field in place with dragenter and a singleclick?

2005-12-19 Thread William de Smet
://www.sosmartsoftware.com/[EMAIL PROTECTED]/ Le 19 déc. 05 à 07:39, William de Smet a écrit : When I put the grab command as the last thing the feld is going nowhere (I can't grab it). The script works for me as well but want I want is a single mouseclick to unlock the cursor. With this script I need

Re: How to set a field in place with dragenter and a singleclick?

2005-12-19 Thread William de Smet
-- http://www.sosmartsoftware.com/[EMAIL PROTECTED]/ Le 19 déc. 05 à 19:09, William de Smet a écrit : Thanks for your reply, I need something like this but not exactly what you suggested. When I use your script you need to put your mouse down to move the field but when you release the mouse

Re: How to set a field in place with dragenter and a singleclick?

2005-12-19 Thread William de Smet
question, William... Are there any other items you want to be 'sticky'? Do you need the cursor to change to show the user that he is in 'sticky' mode? Jim Ault Las Vegas On 12/19/05 10:09 AM, William de Smet [EMAIL PROTECTED] wrote: Hi Eric, Thanks for your reply, I need something like

How to limit a draggable image to a certain area?

2006-02-01 Thread William de Smet
the draggable area so the image cannot be dragged out of the main window again? TIA, William de Smet The code I use so far: on mouseDown grab me set the layer of me to 100 set cursor to 28 lock cursor end mouseDown on mouseup unlock cursor set cursor to arrow if intersect(me,field

Re: How to limit a draggable image to a certain area?

2006-02-01 Thread William de Smet
Thanks Ken, I will look into this. William de Smet Op 1-feb-2006, om 16:43 heeft Ken Ray het volgende geschreven: On 2/1/06 8:57 AM, William de Smet [EMAIL PROTECTED] wrote: Hi there, It's been a while but I've got another question now: In my app children can drag fields onto another field

Time-limit demo

2006-02-12 Thread William de Smet
expired!. quit # or however you want to handle it end if set the TotalTimeUsed of this stack to field time send CheckingTime to me in 60 seconds end CheckingTime Greetings, William de Smet ___ use-revolution mailing list use-revolution

How to change the label of a button to the contents of an editable field?

2006-03-03 Thread William de Smet
. Is there someone out there who could help me? greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Re: How to change the label of a button to the contents of an editable field?

2006-03-03 Thread William de Smet
Hi there, I knew I would be simple: i made a new stack and tried it out and it works. Thanks to Klaus and Peter. Greetings, William de Smet 2006/3/3, Klaus Major [EMAIL PROTECTED]: Dag William, Hi there, I am trying to make the label of a button the same as the contents

Re: How to change the label of a button to the contents of an editable field?

2006-03-03 Thread William de Smet
Hi Judy, I am working on a standalone application where the user need to change this. So without RR! greetings, William 2006/3/3, Judy Perry [EMAIL PROTECTED]: And, of course, couldn't one just edit the contents of the label field itself using the object inspector? Judy On Fri, 3 Mar

Can anyone explain me how to shorten the code I use?

2006-03-15 Thread William de Smet
= ... then put into tData else put field naam1 the selection of button naam1nivo cr into tData So can anyone help to shorten the code (because I have 25 fields)? Greetings from a cold but sunny Holland, William de Smet ___ use-revolution mailing list use

How to use an image as cursor

2006-03-28 Thread William de Smet
, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: How to use an image as cursor

2006-03-29 Thread William de Smet
Thanks Jonathan, That sounds like a good idea. So far I used the code: on mousemove set the loc of img cursor.gif to the mouseloc end mousemove But how do I position the image one pixel below the image? Something with Topleft? greetings, William de Smet 2006/3/29, Jonathan Lynch [EMAIL

Re: How to use an image as cursor

2006-03-29 Thread William de Smet
Thanks Klaus, But now this slows down the mouse reaction time. The new cursor (image cursor.gif) stays behind and even RR doesn't respond anymore. I'm working on an iMac G3 500. Is it my system or the code? William ___ use-revolution mailing list

How do I remotely change the selectedText of a button and then save it?

2006-03-31 Thread William de Smet
A is not and the options 1.1 to 1.5 are gone in btn options. I am doing something wrong with the selected text and label in my code. Can anyone help me please? William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: How do I remotely change the selectedText of a button and then save it?

2006-03-31 Thread William de Smet
with checkboxes but that takes more space in the GUI than an option button? Then you set the hilite to true or false and check this with scripting. Anyone else can help me with the option button? William de Smet 2006/4/1, Klaus Major [EMAIL PROTECTED]: HI William, Hi there, I have

Re: How do I remotely change the selectedText of a button and then save it?

2006-04-01 Thread William de Smet
Hi Jan, Thanks, now it works and again I learned something. Both Klaus and Jan thanks for the support (again!). greetings from a windy Holland, groeten uit een winderig Nederland, William de Smet 2006/4/1, Jan Schenkel [EMAIL PROTECTED]: --- William de Smet [EMAIL PROTECTED] wrote: Thanks

Re: login

2006-04-01 Thread William de Smet
mouseup Now you can use the field name for whatever you like. William de Smet 2006/4/1, liamlambert [EMAIL PROTECTED]: The login that I need is just to keep a log of who was useing the software the date time , and only to let the registered people use the software Liam Lambert [EMAIL

How to enable and disable a group of buttons with text input in a field?

2006-04-12 Thread William de Smet
to work: on Keydown enable group test pass keydown end Keydown Any suggestions? Greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Filling data fields from a multiple choice list

2006-04-18 Thread William de Smet
Hi frances, Something like this: on mouseUp put field test into button menu end mouseUp - - button menu on menuPick pWhich put pWhich into field test2 end menuPick William de Smet 2006/4/18, Francis Nugent Dixon [EMAIL PROTECTED]: Hi from Paris, I have a multi-card stack containing

Re: Selection of Icon from IconChooser within the script itself!!!

2006-04-19 Thread William de Smet
you can use this! Greetings, William de Smet (from a cloudy Holland) 2006/4/19, DAHIYA Nitesh [EMAIL PROTECTED]: Hi all !! I am facing a problem in my application. Whenever I create a button, I want an icon to be assigned to it. As of now, I am asking the user to enter the Icon Number

Re: HTML

2006-04-20 Thread William de Smet
There already is a stack doing this: HTML exporter Check http://revolution.widged.com/stacks/index.php (somewhere at the bottom of the page) greetings, William 2006/4/20, Mark Wieder [EMAIL PROTECTED]: Mikey- Thursday, April 20, 2006, 6:56:00 AM, you wrote: Has anybody built a stack to

Line numbers in scripteditor?

2006-08-16 Thread William de Smet
Hi there, Is it possible to show line numbers in the scripteditor? If it is I don't know how to show them. greetings, William (from a sunny Holland) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

FTP with SSL/TLS

2006-08-22 Thread William de Smet
certificate and key key] I don't know how to use it an d where to put it! Is this easy to do with RunRev? Are there any examples? I need to use this: IP 80.127.43.153 Socket 21|6932 Thanks, William de Smet ___ use-revolution mailing list use-revolution

Flexible field with Quartam Reports possible?

2006-09-05 Thread William de Smet
of the text because you have to set the size of the field in Quartam reports. There is more text then fits into the field. It isn't flexible (it doesn't rezise)! Is it possible what I want? Is there a workaround? Or do I want the impossible? greetings, William de Smet

Re: Re: Flexible field with Quartam Reports possible?

2006-09-06 Thread William de Smet
Wow, this is really what I need Jan! I am still developing my app so october 2006 will be soon enough for me. Thanks for your reply! By the way, are you Dutch (I am asking because your name is)? greetings, William de Smet 2006/9/5, Jan Schenkel [EMAIL PROTECTED]: --- Yves COPPE [EMAIL

Age calculation script

2006-09-08 Thread William de Smet
needs to be : age and months (and days?) Is there someone who has any suggestions? greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Re: Age calculation script

2006-09-08 Thread William de Smet
Thanks Mark, It works! Like I said it's an educational stack so the pupils/students are not older than 20 so leap years are not important. greetings, William de Smet 2006/9/8, Mark Smith [EMAIL PROTECTED]: function getAge bDay put 60 * 60 * 24 * 365 into secsPerYear put secsPerYear

Is it possible to set just one word of a text to bold ?

2006-09-10 Thread William de Smet
, textstyle etc. Nothing worked. It gave me a headache! Does anyone know how to do this. It must be simple but I gave up. greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: Re: Is it possible to set just one word of a text to bold ?

2006-09-11 Thread William de Smet
pva of card Plan van aanpak to tData beep answer De tekst is gekopieerd! end mouseUp Thanks again, William de Smet 2006/9/10, Ken Ray [EMAIL PROTECTED]: On 9/10/06 3:20 PM, jbv [EMAIL PROTECTED] wrote: William, Here's a suggestion that is worth trying : get wordoffset(Taal,tData) put

Re: Re: Is it possible to set just one word of a text to bold ?

2006-09-12 Thread William de Smet
line of fld pva of card Plan van aanpak set the htmlText of fld pva of card Plan van aanpak to tData beep answer De tekst is gekopieerd! end mouseUp Thanks, William de Smet 2006/9/11, Ken Ray [EMAIL PROTECTED]: On 9/11/06 3:38 PM, Devin Asay [EMAIL PROTECTED] wrote: William, On Sep 11

Re: Re: Is it possible to set just one word of a text to bold ?

2006-09-12 Thread William de Smet
Thanks Mark, That did the trick! Leaves me with the bold text problem under Windows. Anyone recognizes this? Thanks, William de Smet 2006/9/12, Mark Smith [EMAIL PROTECTED]: Willam, try this: put the HtmlText of fld pva cr before tData set the htmlText of fld pva to tData Best, Mark

Is it possible to replace words with imagesource based upon user input?

2006-09-16 Thread William de Smet
to make a statement for every word the user puts into the sentence. I don't know you to combine it. Is it possible to replace a whole word with an imagesource? Who has a good idea? greetings, William de Smet ___ use-revolution mailing list use-revolution

Re: Re: Is it possible to replace words with imagesource based upon user input?

2006-09-16 Thread William de Smet
words and images IDs constants. In addition, you might be interested in my Encoded text picker plugin that will allow you to test many html combinations and understand them easily. See my website. Le 16 sept. 06 à 13:07, William de Smet a écrit : Here's a nice one. I'd like to replace chars

Re: Re: Is it possible to replace words with imagesource based upon user input?

2006-09-16 Thread William de Smet
that will allow you to test many html combinations and understand them easily. See my website. Le 16 sept. 06 à 13:07, William de Smet a écrit : Here's a nice one. I'd like to replace chars with imagesource based upon user input and so far I came up with this: on mouseUp Ask Write a sentence: put

Is it possible to limit text input in a field based upon its height?

2006-09-16 Thread William de Smet
Hi there, I made a field which is 500(width) x 530(height) pixels and now I am looking for a way to limit the text input in this field based upon the height of the field. I dont want more text than the height of the field. Is this possible? greetings, William de Smet

How do I get rid of this? (different result with code in button or image)

2006-09-18 Thread William de Smet
the code into a button. Thanks, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Re: Is it possible to limit text input in a field based upon its height?

2006-09-18 Thread William de Smet
Hi there, Thanks for your replies. The suggestion Sarah gave works fine with text entries. I also use pasted text and Kay C Lan's code might work but I didn't test it yet. William de Smet 2006/9/18, Kay C Lan [EMAIL PROTECTED]: Good responses for data as you type, but something else would

Re: Re: How do I get rid of this? (different result with code in button or image)

2006-09-18 Thread William de Smet
the htmlText of fld Tekst to the htmlText of fld Tekst nbps; tData put the cursor after the last line of fld Tekst end mouseUp I guess it's due to the last line: put the cursor after I use this so the next image is after the last one. Anyone? William de Smet 2006/9/18, Stephen

Re: Re: How do I get rid of this? (different result with code in button or image)

2006-09-18 Thread William de Smet
How I love this mailinglist!!! It works, thanks to Dar! greetings, William de Smet 2006/9/18, Dar Scott [EMAIL PROTECTED]: On Sep 18, 2006, at 1:24 PM, William de Smet wrote: put the cursor after the last line of fld Tekst I guess it's due to the last line: put the cursor after

Re: Re: Re: Is it possible to limit text input in a field based upon its height?

2006-09-21 Thread William de Smet
) then pass keyDown if (the formattedWidth of field tekst the width of field tekst) then pass keyDown Any suggestions? William 2006/9/18, William de Smet [EMAIL PROTECTED]: Hi there, Thanks for your replies. The suggestion Sarah gave works fine with text entries. I also use pasted text

Limit text input based upon its height and width (part 2)

2006-09-22 Thread William de Smet
Hi there, I just tested the earlier suggested code and it works. But what if I want to limit text input based upon its height and width? I just thought to replace the word 'height' with 'width' and put in extra code but that doesn't work: if (the formattedHeight of field tekst the height of

Re: How do I make a background field?

2006-09-22 Thread William de Smet
Hi James, Select your object, make a group and then you see in the Inspector the option: Behave like a background greetings, William 2006/9/22, James Z [EMAIL PROTECTED]: I'm a newbie here coming from SuperCard. I want to make a background field, assuming that it works like in SuperCard;

Re: Limit text input based upon its height and width (part 2)

2006-09-22 Thread William de Smet
it! greetings, William de Smet 2006/9/22, William de Smet [EMAIL PROTECTED]: Hi there, I just tested the earlier suggested code and it works. But what if I want to limit text input based upon its height and width? I just thought to replace the word 'height' with 'width' and put in extra code

Problem with copied files in filemager. How do I solve this?

2006-10-11 Thread William de Smet
said it's code based upon FTP manager. I checked the documentation and the suggested to use revCopyFile folder/file.txt,folder/ I tried to change the code but nothing seems to work. I am kinda stuck now. Any suggestions are welcome! greetings, William de Smet

Re: textColor misbehaving?

2006-10-13 Thread William de Smet
Hi Richmond, Works for me! RR 2.7.4 on OSX 10.4.7 greetings, William de Smet 2006/10/13, Richmond Mathewson [EMAIL PROTECTED]: I have a field which contains a sentence in black. When I attempt to change the color/colour of the text inside the box like this: set the textColor of fld FFF

Images don't show in standalone

2006-10-18 Thread William de Smet
something wrong here. Another thing that doesn't seem to work is the 'Encrypt with password' feature. No password is asked for after opening the file. I add the SSL Encryption library. Any thoughts on these two? greetings, William de Smet ___ use

Problem with hiding taskbar and RR 2.7.4?

2006-10-20 Thread William de Smet
on another app I used the same code 'hide menubar' and that works fine on OSX and WIndows XP. That app was compiled with RR 2.6.1! Is this a bug or has something changed? Can someone confirm my 'problem'? greetings, William de Smet ___ use-revolution

Re: Re: Problem with hiding taskbar and RR 2.7.4?

2006-10-20 Thread William de Smet
Hi Klaus, Sorry, I had to mention: I am on OSX on the latest Intel iMac (beautiful machine by the way) and RR 2.7.4. Hide menubar works in the IDE on OSX. After compiling the .exe it doesn't work on Windows XP. And like I said it worked fine with RR 2.6.1. greetings, WIlliam de Smet 2006/10

Re: Re: Problem with hiding taskbar and RR 2.7.4?

2006-10-20 Thread William de Smet
on the OSX version of RR. And like I wrote before: it just to work with RR 2.6.1!! I used the same code. Why hiding it? It's an educational app for disabled children and I don't want them to be able to exit the app without the help of the teacher. Mark are you on OSX as well? greetings, WIlliam de Smet

How do I hide the menubar on OSX after starting an application like iTunes?

2006-11-29 Thread William de Smet
? Greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Starting iTunes from a Rev button

2006-12-06 Thread William de Smet
Hi there, This works: on mouseUp open process /Applications/iTunes.app end mouseUp greetings, William de Smet 2006/12/6, Fredrick Maynor [EMAIL PROTECTED]: Hi, I just read your posting. http://lists.runrev.com/pipermail/use-revolution/2006-November/090776.html I am having a TERRIBLE time

Copy image from browser to image on stack

2006-12-08 Thread William de Smet
Hi there, Is there a simple way to copy an image from your browser to an image on a stack? For text I simply use: put the clipboardData into field tekst I think I have to use clipboardData for an image as well but I don't know how. Who can help me with this? greetings, William de Smet

Re: Re: Copy image from browser to image on stack

2006-12-08 Thread William de Smet
don't know how. Who can help me with this? Try: ... put the clipboarddata[image] into image mooie beeldje ... See the docs for more info about this syntax for clipboarddata greetings, William de Smet Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de

Re: Re: Copy image from browser to image on stack

2006-12-08 Thread William de Smet
Hi Jim, I don't want drag and drop but copy/paste. And why does Rev (2.7.4 on OSX) quit on me while executing the code (put the clipboarddata[image] into image X) ? William 2006/12/8, Jim Ault [EMAIL PROTECTED]: On 12/8/06 8:52 AM, William de Smet [EMAIL PROTECTED] wrote: Ht there Klaus

Re: A Problem with Return in a Field

2006-12-15 Thread William de Smet
if charToNum(pKey) 32 then pass keydown answer error Only one word allowed! with OK end keyDown In this I force the user to use just one word! greetings, WIlliam de Smet 2006/12/15, Charles Szasz [EMAIL PROTECTED]: Despite the suggestions made to correct this problem, the problem still exists. I

Re: Easy, readable and fast text based format for Rev?

2007-07-04 Thread William de Smet
Hi there, I download your library and i really like it. I checked the demo which shows how to make vCard but I don't know how to start with iCalendar output. Could you or someone else give me a starting point with iCalendar output (.ics)? The manual says it will be updated... Thanks! William

Re: Easy, readable and fast text based format for Rev?

2007-07-04 Thread William de Smet
there appears to be a renewed interest in it, I'll try to update it. Best place to learn more about iCalendar files is to look into the RFCs included in the library. They explain everyting. Cheers andre On 7/4/07, William de Smet [EMAIL PROTECTED] wrote: Hi there, I download your library and i

Is it possible to automatically open OSX adressbook and import a vcf file?

2007-07-11 Thread William de Smet
Hi there, I am playing with Andre Garzia's vObject Package and I like it. The demo card outputs a .vcf file. I am on OSX and when I drop this file on OSX adressbook it imports a new card. Is there a way in Rev to automatically (after creating the .vcf file) open the adressbook and import the

Re: Is it possible to automatically open OSX adressbook and import a vcf file?

2007-07-11 Thread William de Smet
Thanks Ian and Klaus, I got a nice icon now on OSX and I got it working. I put this into the script: launch /Users/william/Desktop/William.vcf with /applications/Address Book.app It took a while to get it going but I find out you have to write Address Book.app in stead of addressbook.app. In

QT: How do I subtract clocktimes?

2007-09-20 Thread William de Smet
sees these numbers as decimal numbers. What code need I put in there to make it work? greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

QT: How to send a local application path to a script button?

2007-09-23 Thread William de Smet
Hi there, I am trying to develop an application which only shows buttons with links to programs on our school PC's and Windows 2000 and Windows XP. The children are disabled and they don't need Windows at all. What I do is this: on mouseUp answer files Which application?: put it into tData

Multiuser or not multiuser

2007-11-15 Thread William de Smet
This doesn't work with clients in a netwerk! Is there a simple way to do wat I want? Could anyone give me an example? I am not that experienced with REV like most of you but I am getting better in it ;-) greetings, William de Smet ___ use-revolution mailing list

Re: Multiuser or not multiuser

2007-11-16 Thread William de Smet
more than one textfile? They will look like this: date_name.TXT greetings, William de Smet 2007/11/15, Henk van der Velden [EMAIL PROTECTED]: Hi William, goeiemiddag.. Indeed, the other question is how to approach the multi-user issue in this case. Blocking clients like this can be a bit

Re: OT: MacBook randomly shuts down..

2008-01-04 Thread William de Smet
I had the same problem many months with my MacBook Core Duo (first series) and the problem only showed when I cold booted the machine. On a reboot it didn't happen. When I installed Leopard it never happened again. greetings, MacSMet 2008/1/4, Pierre Sahores [EMAIL PROTECTED]: Chipp, Over

Any sugguestions on movable clock arms?

2008-02-16 Thread William de Smet
? Then there is the issue of two clock arms and of course the middle of the clock should stay fixed. Can anyone give me a clue where and how to start? Thanks. Greetings from a cold but sunny Holland. William de Smet ___ use-revolution mailing list use

Re: Any sugguestions on movable clock arms?

2008-02-16 Thread William de Smet
Thanks Sarah, Your suggestions looks like a working clock. Maybe I should have been more specific. My idea about it is hat I just draw a cirkel which suggests the clock. I just want to show two clock hands which he can move clockwise so his pupils can tell time. I am looking for some scripting

Re: Any sugguestions on movable clock arms?

2008-02-16 Thread William de Smet
Sounds like fun. Jim Ault Las Vegas On 2/16/08 1:32 AM, William de Smet [EMAIL PROTECTED] wrote: Thanks Sarah, Your suggestions looks like a working clock. Maybe I should have been more specific. My idea about it is hat I just draw a cirkel which suggests the clock. I just want

Re: unknown software exception

2007-03-21 Thread William de Smet
Hi Henk, Maybe it's related to Explorer 7. We had the same thing with an application. Re-installing Explorer 7 solved the problem. greetings, WIlliam de Smet 2007/3/21, Henk van der Velden [EMAIL PROTECTED]: Good day all, Currently we are testing a new application on a couple of schools

QT: Application and Microsoft Terminal Server error

2008-03-07 Thread William de Smet
the decorations of stack XXX to none hide menubar --- for OSX hide taskbar --- for Windows end preopenStack Can anyone tell me why it doesn't work now? What code do I have to use to make it work? Thanks! greetings, William de Smet ___ use-revolution

QT: How do I put text into a text file on the web (this is just too easy but can't get it to work)

2008-03-13 Thread William de Smet
://www.example.org/current.txt; When I put this code into a button it doesn't work (of course adapted to my own situation) I looked at CHMOD and changed it from 644 to 777. But no result. What am I doing wrong? Thanks. greetings, William de Smet

Re: QT: How do I put text into a text file on the web (this is just too easy but can't get it to work)

2008-03-13 Thread William de Smet
-talk.com http://www.salery.biz A large collection of scripts for HyperCard, Revolution, SuperCard and other programming languages can be found at http://runrev.info On 13 mrt 2008, at 20:11, William de Smet wrote: Hi there all, This is an easy one but I having a lot of trouble

Re: QT: How do I put text into a text file on the web (this is just too easy but can't get it to work)

2008-03-15 Thread William de Smet
Hi Mark, Last night I tried to fix my problem and looked at the server path using Transmit. Within a minute it worked! I knew it had to be a simple thing. Thanks again. So there is no issue with CHMOD like you said! greetings, William de Smet 2008/3/13, Mark Schonewille [EMAIL PROTECTED

Standalone has wrong look and feel

2008-04-12 Thread William de Smet
standalone? greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Standalone has wrong look and feel

2008-04-12 Thread William de Smet
Hi Sarah, Thanks! It works now. But strange that it started after using a legacy file. greetings, William 2008/4/12, Sarah Reichelt [EMAIL PROTECTED]: On Sun, Apr 13, 2008 at 5:07 AM, William de Smet [EMAIL PROTECTED] wrote: Hi there, I just made a standalone with RR 2.7.4 on OSX

QT: How do I convert a folderpath to a clickable link?

2008-04-14 Thread William de Smet
Hi there, I call with answer folder and longfilepath the path to a netwerkfolder. Now I want to convert it into a clickable link. Any idea's on this one? greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com

QT: How do I show the contents of listed TXT files?

2008-08-20 Thread William de Smet
of the .TXT files in field contents2' when I click on them. And thats where I am stuck! I can click on the listed TXT files but what do I need to do to show the contents of the clicked TXT file in field contents2? Thanks for your help! Greetings, William de Smet

Re: QT: How do I show the contents of listed TXT files?

2008-08-20 Thread William de Smet
of fld contents) into fld contents2 ... Thanks for your help! Graag gedan :-) Greetings, William de Smet Best Klaus Major [EMAIL PROTECTED] http://www.major-k.de ___ use-revolution mailing list use-revolution@lists.runrev.com Please

Re: Mac icon specifications

2008-08-20 Thread William de Smet
Hi there Chris, As I recall you need to paste the icon file yourself be done by right-clicking on the .rev file (???) and then use the 'show info' option. Then copy and paste the icon file and then built the app. Greetings, William 2008/8/20 Chris Sheffield [EMAIL PROTECTED]: Forgive me if

Re: [OT] Copyright infringement, sometimes a good way to do guerilla marketing :o)

2008-08-27 Thread William de Smet
Hi there Malte, This is just one of the disadvantages of the internet. I hope for you your website traffic is unlimited with your host otherwise you have to start paying. The kid probably doesn't know any better! I guess :-) You can however very easily prevent deeplinking by using some script on

QT: Defaultfolder files

2008-08-27 Thread William de Smet
Hi there, A quick question about Defaultfolder files. I create a folder Backup and set the defaultfolder to it and then save the .txt file. But now everytime there is a new folder created in which the new .txt file is saved. Of course I want the Backup folder to be created only once so I want

Re: QT: Defaultfolder files

2008-08-27 Thread William de Smet
Backup', Rev looks at a 'Backup' folder in the current default folder because you specify a name only. Try to use a complete path name for the backup folder and it will work :-) I assume you can deduce it from your main stack location. Le 27 août 08 à 12:43, William de Smet a écrit : Hi

QT: why do the backdrop colors don't match?

2008-09-09 Thread William de Smet
with a different color schema (Mac/PC)? How do I get the colors the same? Must I use RGB colors? Can anyone confirm this? Greetings, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

QT: how do I determine the topleft of a field within a moveble group?

2008-09-09 Thread William de Smet
Hi there all, I have a moveable group in which a field will be resized based upon its input. So far so good: I use the formattedwidth and formattedheight to change the fieldsize. Of course I set the topleft of the field so it remains at its location. But because the group is moveable everytime the

Re: QT: how do I determine the topleft of a field within a moveble group?

2008-09-09 Thread William de Smet
] William, In your resize handler, can you not just get the field's current topleft, and use that? Best, Mark On 9 Sep 2008, at 18:41, William de Smet wrote: Hi there all, I have a moveable group in which a field will be resized based upon its input. So far so good: I use the formattedwidth

Re: beginners quest: set cursor to hand

2008-09-10 Thread William de Smet
Hi Tiemo, on mouseenter set cursor to hand lock cursor end mouseenter on mouseleave unlock cursor set cursor to arrow end mouseleave Greetings, William 2008/9/10 Tiemo Hollmann TB [EMAIL PROTECTED] Hello, sometimes the simplest things I am trying the first time, don't do

QT: how do I determine wheter a chosen file is within the same folder as a new chosen destination folder?

2008-09-12 Thread William de Smet
, William de Smet ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

  1   2   >