Re-8: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-10-01 Thread [EMAIL PROTECTED]
Hello 

thanks for the good info, Mark!
I have a menuPick handler in the script of the main stack to handle all menus.

After opening the group in the menueditor I saw what you mean. 
Where in the group menu does runrev store this information about shortcuts?


Regards, Franz


Original Messageprocessed by David InfoCenter 
Subject: Re: Re-6: I cannot paste in any field in an app (consisting of up to 7 
stacks) (01-Okt-2008 18:06)
From:Mark Wieder [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]


Franz-

Wednesday, October 1, 2008, 1:45:33 AM, you wrote:

 the http://animabit.de/runrev/test.exe is a 2.9 standalone which
 loads the runrev stack with the same name in the same dir. If
 someone wants to download both files in a dir and test it.

 The Problem are the menuitems in the background group in a
 standalone. If I delete the menuitems and just put a button in the
 background group it works in the standalone.

Here's your problem: in your background menu group you have defined
the control-V keyboard sequence, so you're trapping it from the
keyboard in your Bearbeiten button but you haven't put in any code to
process it.

You can paste into the fields with control-shift-insert, so the paste
mechanism is working fine in the standalone. You can change the
keyboard equivalent for the paste operation in your menu, or you can
put some paste code in the menu handler.

on menuPick pChoice
answer I got it
end menuPick

Now... here's where I think this is still a bug... if you disable the
Bearbeiten button then you obviously can't select it with the mouse.
But it *still traps the control-V keyboard sequence*. I think
disabling the button should disable the keyboard traps as well.

-- 
-Mark Wieder
[EMAIL PROTECTED]

___
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

To: use-revolution@lists.runrev.com
___
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-8: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-10-01 Thread Mark Wieder
Franz-

Wednesday, October 1, 2008, 9:52:51 AM, you wrote:

 Where in the group menu does runrev store this information about shortcuts?

Now *that's* a good question. Since your original stack works in the
IDE but not a standalone, I'd guess that the process of building the
standalone binds the keyboard equivalents, but I don't have a clue as
to when or where this happens.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

___
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