Re: Pardon my English...

2003-10-06 Thread Dom
Ryno Swart [EMAIL PROTECTED] wrote:

 Don't fix it if it ain't broke...

Voila :-)

-- 
Not really rude, but a little slang, informal?
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sheet command in MAc OS X

2003-10-06 Thread Dom
Yves COPPE [EMAIL PROTECTED] wrote:

 sheet stack C in stack B
 
 the last command doesn't work : the stack C is open but without the
 sheet effect...

You are trying to open a sheet within a sheet: this is forbidden!

See the doc ;-)

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


Re: revCopyFile broken on OS X?

2003-10-06 Thread Brian Yennie
I can't speak to revCopyFile, but on OS X there is a shell command for 
copying files with resource fork intact. If that's not what revCopyFile 
is using, you could try it:

get shell(ditto -rsrcFork 
quotesourcePathquotequotedestPathquote)

You might try it out first in Terminal.app if you haven't used shell() 
before. For more information about ditto, type man ditto into 
Terminal.app.

If that's what revCopyFile uses already, maybe it's a remote volume / 
server problem?

HTH

Brian

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


Re: Cladding C Libraries for Rev use?

2003-10-06 Thread Peter Reid
At 9:37 PM -0600 10/5/2003, Alex Rice wrote:
Peter, you can email [EMAIL PROTECTED] and ask for the Externals 
SDK, or look for it on metacard.com.


You can also download it from 
http://www.runrev.com/revolution/downloads/distributions/sdk/.
--
Jeanne DeVoto ~ [EMAIL PROTECTED] ~ http://www.runrev.com/
Thanks Alex  Jeanne.  I'll take a look at what's available.

Peter
--
Peter Reid
Reid-IT Limited, Loughborough, Leics., UK
Tel: +44 (0)1509 268843 Fax: +44 (0)8700 527576
E-mail: [EMAIL PROTECTED]
Web: http://www.reidit.co.uk
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: getting revXML to work in a standalone - how?

2003-10-06 Thread Terry Judd
On Monday, October 6, 2003, at 09:18 AM, Terry Judd wrote:

Hmm - what am I missing?
What I was missing was the fact that the filename of a MacOS X app 
reports about three folders deeper than the package's location. It 
wasn't that the xmllib wasn't working, just that it couldn't find the 
required startup file. All is well now - I guess you only need to make 
that mistake the once.

Terry...

 I included the XML script library in the distribution builder prefs 
but there's no XML action in my built application (OSX Rev 2.1). 
Admittedly this is the first time I've built an app with the XML 
library included (actually come to think of it this is the first time 
I've actually used the distribution builder). Everything works fine in 
the development environment.

Any clues?

Cheers,

Terry...

Dr Terry Judd
Lecturer in Educational Technology (Design)
Biomedical Multimedia Unit
Faculty of Medicine, Dentistry  Health Sciences
The University of Melbourne
Parkville VIC 3052
AUSTRALIA
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Some doubts 'bout Revolution

2003-10-06 Thread Júlio César Ködel
Did you tried to create a manifest for Revolution? If revolution uses the
default Windows System Button, then the manifest would draw it as Luna or
other style on XP.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 06, 2003 12:39 AM
Subject: Re: Some doubts 'bout Revolution


 i'd rather have my buttons looking native in winXP ;-)

 -Original Message-
   Set the lookAndFeel to MacOSX -- would be a nice Christmas present

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

 Esta mensagem foi verificada pelo E-mail Protegido Terra.
 Scan engine: VirusScan / Atualizado em 01/10/2003 / Versão: 1.4.0
 Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/


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


Re: Some doubts 'bout Revolution

2003-10-06 Thread Trevor DeVore
I believe for the manifest to work the executable needs to link to and 
initialize ComCtl32.dll.  I tried using Resource Tuner (great program 
by the way -restuner.com) to add the manifest to an executable I built 
with Distribution Builder but apparently the Rev executables are not 
linked to this file so it won't work.  At least that is what Resource 
Tuner says.  I don't have XP handy so I couldn't test it but I could 
send someone a test executable if they wanted to see if it did.

--
Trevor DeVore
Blue Mango Multimedia
[EMAIL PROTECTED]
On Monday, October 6, 2003, at 05:19  AM, Júlio César Ködel wrote:

Did you tried to create a manifest for Revolution? If revolution uses 
the
default Windows System Button, then the manifest would draw it as Luna 
or
other style on XP.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 06, 2003 12:39 AM
Subject: Re: Some doubts 'bout Revolution

i'd rather have my buttons looking native in winXP ;-)

-Original Message-
Set the lookAndFeel to MacOSX -- would be a nice Christmas present
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
Esta mensagem foi verificada pelo E-mail Protegido Terra.
Scan engine: VirusScan / Atualizado em 01/10/2003 / Versão: 1.4.0
Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: revCopyFile broken on OS X?

2003-10-06 Thread Ken Ray
RevCopyFile uses cp through the shell, which copies attributes but
does not copy the resource fork properly.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Brian Yennie
 Sent: Monday, October 06, 2003 2:29 AM
 To: [EMAIL PROTECTED]
 Subject: Re: revCopyFile broken on OS X?
 
 
 I can't speak to revCopyFile, but on OS X there is a shell 
 command for 
 copying files with resource fork intact. If that's not what 
 revCopyFile 
 is using, you could try it:
 
 get shell(ditto -rsrcFork 
 quotesourcePathquotequotedestPathquote)
 
 You might try it out first in Terminal.app if you haven't 
 used shell() 
 before. For more information about ditto, type man ditto into 
 Terminal.app.
 
 If that's what revCopyFile uses already, maybe it's a remote volume / 
 server problem?
 
 HTH
 
 Brian
 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use- revolution
 


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


RE: revCopyFile broken on OS X?

2003-10-06 Thread James . Cass





The terminal command CpMac  will properly copy a Mac file with it's Data
and Resource info.

You'll have to install Mac OS X Developer Tools to get it though.

-James




|-+-
| |   Ken Ray |
| |   [EMAIL PROTECTED]   |
| |   Sent by:  |
| |   [EMAIL PROTECTED]|
| |   .runrev.com   |
| | |
| | |
| |   10/06/03 09:28 AM |
| |   Please respond to |
| |   use-revolution|
|-+-
  
---|
  |
   |
  |   To:   [EMAIL PROTECTED]
 |
  |   cc:  
   |
  |   Subject:  RE: revCopyFile broken on OS X?
   |
  
---|




RevCopyFile uses cp through the shell, which copies attributes but
does not copy the resource fork properly.

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of
 Brian Yennie
 Sent: Monday, October 06, 2003 2:29 AM
 To: [EMAIL PROTECTED]
 Subject: Re: revCopyFile broken on OS X?


 I can't speak to revCopyFile, but on OS X there is a shell
 command for
 copying files with resource fork intact. If that's not what
 revCopyFile
 is using, you could try it:

 get shell(ditto -rsrcFork
 quotesourcePathquotequotedestPathquote)

 You might try it out first in Terminal.app if you haven't
 used shell()
 before. For more information about ditto, type man ditto into
 Terminal.app.

 If that's what revCopyFile uses already, maybe it's a remote volume /
 server problem?

 HTH

 Brian

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



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

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


RE: getting revXML to work in a standalone - how?

2003-10-06 Thread Ken Ray
Terry, Richard Gaskin has a nice function to handle getting the path to
the currently running application that is useful in these circumstances.
It's called AppPath, and you can see it at:

http://www.sonsothunder.com/devres/revolution/revolution.htm?_file008

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Terry Judd
 Sent: Monday, October 06, 2003 5:14 AM
 To: [EMAIL PROTECTED]
 Subject: Re: getting revXML to work in a standalone - how?
 
 
 
 On Monday, October 6, 2003, at 09:18 AM, Terry Judd wrote:
 
  Hmm - what am I missing?
 
 What I was missing was the fact that the filename of a MacOS X app 
 reports about three folders deeper than the package's location. It 
 wasn't that the xmllib wasn't working, just that it couldn't find the 
 required startup file. All is well now - I guess you only 
 need to make 
 that mistake the once.
 
 Terry...
 
   I included the XML script library in the distribution builder prefs
  but there's no XML action in my built application (OSX Rev 2.1). 
  Admittedly this is the first time I've built an app with the XML 
  library included (actually come to think of it this is the 
 first time 
  I've actually used the distribution builder). Everything 
 works fine in 
  the development environment.
 
  Any clues?
 
  Cheers,
 
  Terry...
 
  Dr Terry Judd
  Lecturer in Educational Technology (Design)
  Biomedical Multimedia Unit
  Faculty of Medicine, Dentistry  Health Sciences
  The University of Melbourne
  Parkville VIC 3052
  AUSTRALIA
 
  ___
  use-revolution mailing list
  [EMAIL PROTECTED] 
  http://lists.runrev.com/mailman/listinfo/use-revolution
 
 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use- revolution
 


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


problem with callbacks

2003-10-06 Thread Toma Tasovac
i'm sorry i will have to repost my question -- i think i got spoiled by 
this list where things usually get resolved immediately. in this 
particular case, i have a deadline tomorrow, which is why i am so 
impatient to get this cleared out.

i have a text field in which the highlighting of the sentences is 
synchronized with the callbacks being sent by the QuickTime audio file. 
 The problem is that when the player is stopped and restarted or moved 
to another point -- all the previous callbacks are sent again and the 
engine quickly goes through all the highlights before continuing with 
the sentence at which it left off.

How can this be avoided?  Callbacks are messages sent by the player at 
certain points in the timeline -- why should restarting a player in the 
middle of the movie trigger the callbacks which come before that point?

If this turns out to be a bug, if you have an idea on a possible 
scripting workaround for the time being, I'll be eternally grateful to 
you.

Many thanks in advance,
Toma
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Newbie question - bug fixes

2003-10-06 Thread James Richards
I see bug 450 has been fixed. This means I could run 2.1 on my OS X 10.1.x
Mac. Do I just redownload (on the basis that fixes to date are automatically
included), or do I wait for a new (bug fix) release?

Thanks for your help

James
-- 
James J Richards

[EMAIL PROTECTED]

Tel. +44 (0)15394 43063 

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


Re: Newbie question - bug fixes

2003-10-06 Thread Dar Scott
On Monday, October 6, 2003, at 08:37 AM, James Richards wrote:

I see bug 450 has been fixed. This means I could run 2.1 on my OS X 
10.1.x
Mac. Do I just redownload (on the basis that fixes to date are 
automatically
included), or do I wait for a new (bug fix) release?
Bug fix releases will come.

This weekend I downloaded 2.1 for OS X and got 2.1.1.  (This might be 
available for other OS's, but at least three of the bugs fixed were OS 
X specific.)  I then noticed it is listed in bugzilla for bug reporting.

The readme stated that one could find exactly which bugs were fixed 
from bugzilla.  That is not clear to me.  Some fixed bugs have 2.1 as 
the target, but I see no way to differentiate that from ones fixed by 
2.1.0 or fixed in 2.1.1 or will be fixed in 2.1.2.

As for 450, bugzilla is down at the moment, so I can't comment.  
However, there is a chance it is fixed in 2.1.1.

I have seen no announcement for 2.1.1.  That might mean that not all 
are built; I don't know.

Dar Scott

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


Re: Rotate imageData Through Color Wheel

2003-10-06 Thread Dar Scott
On Sunday, October 5, 2003, at 11:38 PM, Sannyasin Sivakatirswami wrote:

Has anyone written the code to rotate an image through the color 
wheel--or a subset thereof, since 16  million is probably more than 
any one would want to see, by poking the imageData of the image on 
some kind of loop?
If the image is a solid color, then you can compute the four-byte pixel 
once and then replicate it for the number of pixels in the image.

Maybe it is possible to have a 1X1 pixel image (or some other small 
image) and have it resized to the size you want.

That reduces your problem to a single color calculation per frame.

Dar Scott

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


Re: problem with callbacks

2003-10-06 Thread Jan Schenkel
--- Toma Tasovac [EMAIL PROTECTED] wrote:
 i'm sorry i will have to repost my question -- i
 think i got spoiled by 
 this list where things usually get resolved
 immediately. in this 
 particular case, i have a deadline tomorrow, which
 is why i am so 
 impatient to get this cleared out.
 
 i have a text field in which the highlighting of the
 sentences is 
 synchronized with the callbacks being sent by the
 QuickTime audio file. 
   The problem is that when the player is stopped and
 restarted or moved 
 to another point -- all the previous callbacks are
 sent again and the 
 engine quickly goes through all the highlights
 before continuing with 
 the sentence at which it left off.
 
 How can this be avoided?  Callbacks are messages
 sent by the player at 
 certain points in the timeline -- why should
 restarting a player in the 
 middle of the movie trigger the callbacks which come
 before that point?
 
 If this turns out to be a bug, if you have an idea
 on a possible 
 scripting workaround for the time being, I'll be
 eternally grateful to 
 you.
 
 Many thanks in advance,
 Toma
 

Hi Toma,

Off the top of my head, I'd try and save in script
locals whether or not I had received and reacted to a
certain callback -- are they all different callback
handlers or does QT pass a different parameter to the
same callback handler ?
Then, if the movie starts (not resumes) you could
clear these variables. Not sure how to do the above,
but it seems the best solution at this point.

Hope this helped,

Jan Schenkel.


=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: newTool (Correction)

2003-10-06 Thread Dan Shafer
Correction. Claude's newTool script does behave identically on Win2K 
and on OS X. That is, it works if the new tool is chosen from a script 
but not if it's selected by the user.

My bad.

~~
Dan Shafer, Revolutionary
Author of forthcoming 3-book set,
Revolution: Programming at the Speed of Thought
http://www.revolutionpros.com for More Info
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: JDBC instead of ODBC

2003-10-06 Thread Alex Rice
On Saturday, October 4, 2003, at 09:00  PM, Alex Rice wrote:

I'm all for any method to get the bountiful world of JDBC drivers can 
be opened up to us. Certainly better than dealing with ODBC, on Win32 
platforms.
Oops- I meant [JDBC is] Certainly better than dealing with ODBC, on 
*non* Win32 platforms. ODBC has worked pretty good for me in Win32.

Alex Rice [EMAIL PROTECTED] | Mindlube Software | http://mindlube.com

what a waste of thumbs that are opposable
to make machines that are disposable  -Ani DiFranco
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: newTool

2003-10-06 Thread Dan Shafer
Claude wrote:

I can not let work the newTool message.

Looks like a bug from here.

Your script does not work on Mac OS X or Windows. If you choose a new 
tool through a script, your script works right on Windows but not on OS 
X, where still nothing happens.

You should report this to bugzilla.



~~
Dan Shafer, Revolutionary
Author of forthcoming 3-book set,
Revolution: Programming at the Speed of Thought
http://www.revolutionpros.com for More Info
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


delete card, again...

2003-10-06 Thread Dom
Still this problem after deleting a card...

it seems that it is not possible to put a statement *before* a delete
card command, e.g.

on deletekey
  answer Suppress this card? with Cancel or Suppress
  if it is suppress then send delete this card to this card in 10
milliseconds
end deletekey

Here, I cant' follow Pierre's advice: better to ask a deleting
permission *before* acting ;-

Nonetheless... in the development environment, menu Object, menu item
Delete Card, I do have a dialog before card deleting... So, where is the
trick???

OS 10.2.4
Rev 2.1

By the way, is there a mean to quit Rev other than force quit
(OPT-CMD-Esc) in this case?

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


Re: problem with callbacks

2003-10-06 Thread Ken Norris
Hi Toma,

 Date: Mon, 6 Oct 2003 08:46:48 -0700 (PDT)
 From: Jan Schenkel [EMAIL PROTECTED]
 Subject: Re: problem with callbacks

 
 Off the top of my head, I'd try and save in script
 locals whether or not I had received and reacted to a
 certain callback -- are they all different callback
 handlers or does QT pass a different parameter to the
 same callback handler ?
 Then, if the movie starts (not resumes) you could
 clear these variables. Not sure how to do the above,
 but it seems the best solution at this point.
--
I agree this sounds like the right idea until further investigation can show
what's actually happening.

I would simply flag the callbacks as it goes with a simple routine, and
prevent them from showing (if). Make sure the flags are cleared at the
beginning. This is a standard way of flagging things and should be easy to
implement.

HTH,
Ken N.

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


Re: delete card, again...

2003-10-06 Thread Klaus Major
Hi Dom,

Still this problem after deleting a card...

it seems that it is not possible to put a statement *before* a delete
card command, e.g.
on deletekey
  answer Suppress this card? with Cancel or Suppress
  if it is suppress then send delete this card to this card in 10
milliseconds
end deletekey
Your example did ugly things to my version of RR (empty Answer Dialog 
:-(,
so i think the engine is not sure what to dlete from what stack...

Try this:

on deletekey
  put the number of this cd into xyz
  answer Suppress this card? with Cancel or Suppress
  if it is suppress then delete card xyz of stack your stack name 
here
end deletekey

Works fine here...

Remember that even the last (and then only) card can be deleted,
which means that all controls are GONE...
So be careful not to have a group and that last cd or its history...

I always  check for the num of cds and ask the user to empty
all fields etc... (in my app) in that case...


This is how the RR menuitem does it ;-)

...
set the defaultstack to the topstack
answer Really yadda? with Yes or No or Maybe?
if it = Yes then delete this cd
...
Here, too, confusion for the engine is being avoided by setting the 
defaultstack...

Here, I cant' follow Pierre's advice: better to ask a deleting
permission *before* acting ;-
Nonetheless... in the development environment, menu Object, menu item
Delete Card, I do have a dialog before card deleting... So, where is 
the
trick???

OS 10.2.4
Rev 2.1
By the way, is there a mean to quit Rev other than force quit
(OPT-CMD-Esc) in this case?
NO, as i also had to experience ;-)

Hope that helps...

Regards

Klaus Major
[EMAIL PROTECTED]
www.major-k.de
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


RE: delete card, again...

2003-10-06 Thread Ken Ray
The problem is probably the ask/answer dialogs. These are scripted
stacks that interpose themselves modally while your script is running,
and if the defaultStack is changed as a result of their intervention,
the this card will point somewhere else. This may also be the reason
why it works in MetaCArd but not in Revolution (similar but different
code in each ask/answer dialog).

Try calling the card specifically, as in:

on deleteKey
  put the long id of this card into tCardID
  answer Suppress this card? with Cancel or Suppress
  if it is suppress then 
send delete this card to tCardID in 10 milliseconds
  end if
end deletekey

(You may need to do the send statement if it can't resolve tCardID
properly.)

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Dom
 Sent: Monday, October 06, 2003 1:38 PM
 To: Liste Rev
 Subject: delete card, again...
 
 
 Still this problem after deleting a card...
 
 it seems that it is not possible to put a statement *before* 
 a delete card command, e.g.
 
 on deletekey
   answer Suppress this card? with Cancel or Suppress
   if it is suppress then send delete this card to this 
 card in 10 milliseconds end deletekey
 
 Here, I cant' follow Pierre's advice: better to ask a 
 deleting permission *before* acting ;-
 
 Nonetheless... in the development environment, menu Object, 
 menu item Delete Card, I do have a dialog before card 
 deleting... So, where is the trick???
 
 OS 10.2.4
 Rev 2.1
 
 By the way, is there a mean to quit Rev other than force quit
 (OPT-CMD-Esc) in this case?
 
 -- 
 ___
 use-revolution mailing list
 [EMAIL PROTECTED] 
 http://lists.runrev.com/mailman/listinfo/use- revolution
 


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


Rev 2.1.1 enforces U.S.A. keyboard

2003-10-06 Thread Wilhelm Sanke
Rev 2.1.1 enforces an U.S.A. keyboard layout no matter what keyboard
language is set in the Windows control panel.

This begins with the unlock dialog and holds for text fields (did not
yet test with scripts and custom properties).

Rev 2.1 allows me to use my own selected language.

This certainly needs a quick repair. It is an engine bug - not the IDE -
as you have the same problem with Metacard, too.


Wilhelm Sanke

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