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

2008-10-01 Thread [EMAIL PROTECTED]
Hello Chipp.

Thanks you very much!

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.

If anyone had the time to make a windows standalone out of the test.rev stack 
with 3.0 we could see whether the problem is still alive or solved.


Thanks for your testing.

Regards, Franz 

Original Messageprocessed by David InfoCenter 
Subject: Re: Re-4: I cannot paste in any field in an app (consisting of up to 7 
stacks) (01-Okt-2008 10:35)
From:Chipp Walters [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]


I'm using the IDE. I cannot debug the standalone.
___
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-6: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-10-01 Thread Joe Lewis Wilkins

Hi Franz,

I downloaded the standalone and attempted to run it on my Intel Mac  
with Leopard running XP under VMWare's Fusion. It wouldn't open at  
all, so I have no idea what your problem may be.


Joe Wilkins

On Oct 1, 2008, at 1:45 AM, [EMAIL PROTECTED] wrote:


Hello Chipp.

Thanks you very much!

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.


If anyone had the time to make a windows standalone out of the  
test.rev stack with 3.0 we could see whether the problem is still  
alive or solved.



Thanks for your testing.

Regards, Franz







___
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-6: I cannot paste in any field in an app (consisting of up to 7 stacks)

2008-10-01 Thread Malte Brill

Hi Franz,

also does not work with a 3.0 Standalone. Please report this to QCC.  
XP Pro, german.


All the best,

Malte
___
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-6: 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, 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