sagar shah | 1 Feb 2006 10:17
Picon

I have forgotten the username.

Please do me a favour. I have forgotten the user name for mailing abbot users. I have password received from your confirmation mail.
Thnaking you.

--
Regards,
Sagar Shah.
email : sagarbs <at> gmail.com

sagar shah | 1 Feb 2006 11:23
Picon

Not able to run the "editor-tutorial-1.xml " script on Linux shell.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
Timothy Wall | 9 Feb 2006 12:46
Picon

Re: No reply to Request ID - 1427234.

Any support provided in this forum is free.  That is, not paid for.   
That usually means it's given in the spirit of collaboration, but  
also means that said spirit is often subjugated to the harsh reality  
that people gotta eat.

If your problem is truly a business-critical one, then do what any  
sensible business does.  Pay someone to address the issue.

If you wish to discuss support options, please contact  
twall <at> users.sf.net off-list.

Thank you.

On Feb 9, 2006, at 1:07 AM, sbs wrote:

>
> Message body follows:
>
> Dear Sir,
> Please go through the Request ID  1427234, which says -
> "Could not find the component - JMenuItem on JTree popup".
> Sir, I need the solution for this as I am in a trouble of
> recording the other relevant actions with this popup. I have
> found one solution - when we run the script with this popup
> action recorded, we can provide a manual right click at that
> time when the editor tries to find the component itself.
> This works fine.
> But this is not done. We should be able to run the script
> without any interference of the user, don't we?
>
> Please let me know your valuable comments on this as early
> as possible.
>

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
Halbert, Jeannie | 9 Feb 2006 20:11
Picon
Favicon

unicode char

I am currently using actionKeyStroke to send data to a widget.  How would I send a superscript?

I’ve tried using this method, but it is using virtual key mappings, and I don’t believe a superscript

has this.  Is there any way to send Unicode to a widget?

 

Thanks for any info,

 

JH

twall | 9 Feb 2006 22:08
Picon

Re: unicode char

On Thu, 9 Feb 2006 at 14:13:09, Halbert, Jeannie wrote:

> I am currently using actionKeyStroke to send data to a widget.  How
> would I send a superscript?
> 
> I've tried using this method, but it is using virtual key mappings, and
> I don't believe a superscript
> 
> has this.  Is there any way to send Unicode to a widget?
> 

actionKeyStroke uses virtual key codes, which represent physical keys.  
actionKeyString will send arbitrary characters.  keystroke cannot work to send 
a unicode character because there is no explicit mapping between keyboard keys 
and unicode characters.

do you want to verify that a given keystroke results in a desired character, or 
that your widget responds properly to a given unicode character?

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
twall | 9 Feb 2006 22:18
Picon

RE: unicode char

On Thu, 9 Feb 2006 at 16:13:08, Halbert, Jeannie wrote:

> I want my widget to respond to the given character.  I'm trying to send
> a superscript to a widget.  It is a math function -- inverse tangent.
> Can I build a string of Unicode characters and send
> this with actionKeyString?

yes, that is what actionKeyString is for.  JTextComponentTester also has 
actionEnterText, which will replace the existing text in a text component by 
selecting and typing.

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
SourceForge.net | 6 Feb 2006 01:59
Picon
Favicon

[ abbot-Patches-1340691 ] abbot.swt runs very slowly

Patches item #1340691, was opened at 2005-10-28 09:30
Message generated for change (Settings changed) made by tlroche
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=461492&aid=1340691&group_id=50939

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: eclipse
Group: None
Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Fred Rotbart (fcr)
Assigned to: Nobody/Anonymous (nobody)
Summary: abbot.swt runs very slowly

Initial Comment:
Build abbot and abbot.swt from CVS.
Run any of the tests or examples in abbot.swt. Each
event takes at least a minute to occur.
Additional symptoms caused by this bug is that timeouts
will invariably occur before events complete.

The problem is in abbot.tester.swt.Robot.java in the
class body where the autodelay is set.

The line:
 		autoDelay =
Properties.getProperty("abbot.robot.auto_delay",-1,
60000, autoDelay); 

has the min and max values reversed so that any delay
will always be 60000.

The fix just reverses the values.

- Fred

----------------------------------------------------------------------

Comment By: Timothy Wall (twall)
Date: 2005-11-03 22:18

Message:
Logged In: YES 
user_id=54098

This one's my fault -- I did a refactor of those utility methods and didn't 
have the abbot.swt project active.  Didn't know it was being used over 
there...

----------------------------------------------------------------------

Comment By: Fred Rotbart (fcr)
Date: 2005-10-28 09:59

Message:
Logged In: YES 
user_id=63850

I forgot to note that this is for the CVS HEAD.
The problem occurred in Eclipse 3.1.1, with jdk 1.5 running
on W2K. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=461492&aid=1340691&group_id=50939

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
SourceForge.net | 5 Feb 2006 11:16
Picon
Favicon

[ abbot-Patches-1340691 ] abbot.swt runs very slowly

Patches item #1340691, was opened at 2005-10-28 13:30
Message generated for change (Settings changed) made by twall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=461492&aid=1340691&group_id=50939

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: eclipse
Group: None
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Fred Rotbart (fcr)
Assigned to: Nobody/Anonymous (nobody)
Summary: abbot.swt runs very slowly

Initial Comment:
Build abbot and abbot.swt from CVS.
Run any of the tests or examples in abbot.swt. Each
event takes at least a minute to occur.
Additional symptoms caused by this bug is that timeouts
will invariably occur before events complete.

The problem is in abbot.tester.swt.Robot.java in the
class body where the autodelay is set.

The line:
 		autoDelay =
Properties.getProperty("abbot.robot.auto_delay",-1,
60000, autoDelay); 

has the min and max values reversed so that any delay
will always be 60000.

The fix just reverses the values.

- Fred

----------------------------------------------------------------------

Comment By: Timothy Wall (twall)
Date: 2005-11-04 03:18

Message:
Logged In: YES 
user_id=54098

This one's my fault -- I did a refactor of those utility methods and didn't 
have the abbot.swt project active.  Didn't know it was being used over 
there...

----------------------------------------------------------------------

Comment By: Fred Rotbart (fcr)
Date: 2005-10-28 13:59

Message:
Logged In: YES 
user_id=63850

I forgot to note that this is for the CVS HEAD.
The problem occurred in Eclipse 3.1.1, with jdk 1.5 running
on W2K. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=461492&aid=1340691&group_id=50939

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
SourceForge.net | 10 Feb 2006 10:05
Picon
Favicon

[abbot - Help] waitForIdle - syncExec


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3568877
By: schausson

Hi all,

I'm currently facing "ramdom" problems when executing my abbot tests (using
API only, no script). Sometimes the robot is not able to locate an existing
menu, sometimes particular "Tester" class just hang...

I had a look deeper in Abbot.swt code, and I wondered about following design : 
I found out "waitForIdle()" calls that were embedded in syncExec() statements.
I couldn't figure out how this can work...Is this a safe design ? In other words,
is the "currently executing" runnable is considered by the Display.readAndDispatch()
method ?

Many thanks,

Sebastien

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
SourceForge.net | 10 Feb 2006 10:32
Picon
Favicon

[abbot - Help] RE: waitForIdle - syncExec


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3568914
By: igolubev

Hi Sebastien, i don't see any dangerous in this design. Could you please describe
what kind of application are yor testing, in what os, arch, window system? And
what Tester usualy bring to hang. I use TreeItem, Button and TreeItem testers,
and they are stable (with my modifications).

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642

Gmane