Bon jour Yves,

Le 10 avr. 04, � 08:31, Yves COPPE a �crit :
Hi,
I'm in a great panic :
Since Rev 2.2 on MAC OS X 10.3.3, my script doesn't run :
 answer file "Choisissez un courrier"
  if (it = "") or (the result = "cancel") then
    exit to top
  end if
  put it into tfilename
  put URL("file:"&tfilename) into tx

the variable "tx" is empty !!!!!!!!!!!!!!!

what happens ??????
Please help
Formerly, with all the versions of Rev I had no problems...
Greetings.

I found a big problem :


when the pathway contains a folder with a diacritical character, then the variable "tx" is empty or contains de pathway

/users/<myname>/desktop/<txfile>   : OK
/users/<myname>/�l�ments/<txfile> : nothing....

what to do ????

thank you for rapid help !

Greetings.

Yves COPPE
[EMAIL PROTECTED]

Confirmed!


Looks like the handling of paths with umlauts/diacriticals is still screwed up in Rev on OS X :-(
Merde alors!!!



I created a folder on my desktop called "�t�" and put an image in it...


This is what i get with "ask file xxx;put it"

/Users/klaus/Desktop/e��te��/mess_path2.gif

And this will also be in the "Inspector"-field when i set the filenname of an image to that file...

But i can script:
set the filename of img 1 to "/Users/klaus/Desktop/e��te��/mess_path2.gif"


OR

set the filename of img 1 to "/Users/klaus/Desktop/�t�/mess_path2.gif"
without problems...

In the latter case, the filename-field in the Inspector will contain the diacritical characters!?

put url"binfile:/Users/klaus/Desktop/�t�/mess_path2.gif" into img 1

-> can't open file

What gives???
Deeeep sigh...


Regards



Klaus Major [EMAIL PROTECTED] www.major-k.de

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to