Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Form not loading when opened via RCPTT
Form not loading when opened via RCPTT [message #1703714] Tue, 04 August 2015 11:33 Go to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi,

I have a Form which is loaded when I click a radio button. It is working well without RCPTT as the screenshot 2.png shows.

index.php/fa/22765/0/

But the same option when clicked via RCPTT replay option, it is not happening. See screenshot 1.png

index.php/fa/22764/0/

It is recording but not replaying it because this option is not loading.

How can I solve this. Kindly let me know.

I have also attached the log file in my workspace/.metadata

Thank you
Jeevan
  • Attachment: 1.PNG
    (Size: 30.53KB, Downloaded 385 times)
  • Attachment: 2.PNG
    (Size: 36.97KB, Downloaded 364 times)
  • Attachment: form.log
    (Size: 322.86KB, Downloaded 101 times)

[Updated on: Tue, 04 August 2015 11:55]

Report message to a moderator

Re: Form not loading when opened via RCPTT [message #1703725 is a reply to message #1703714] Tue, 04 August 2015 11:56 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Jeevan,

What RCPTT version do you use?
Could you please check this on 2.1.0-SNAPSHOT and check the result?

Kind regards,
Ulyana.
Re: Form not loading when opened via RCPTT [message #1703843 is a reply to message #1703725] Wed, 05 August 2015 10:24 Go to previous messageGo to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi Ulyana,

I tried with 2.1.0 Nightly (rcptt.ide-2.1.0-N201508042321-linux.gtk.x86_64.zip) and still the issue exist. The latest stable release is still 2.0.0 right?

Please let me know,

Thank you
Jeevam
Re: Form not loading when opened via RCPTT [message #1703852 is a reply to message #1703843] Wed, 05 August 2015 12:22 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Jeevan,

Yes, correct.
Looks like a bug in RCPTT.

Jeevan, is it possible to somehow get your AUT to reproduce the issue on our side?
You can email me at ulyana.skorokhodova@xored.com.

Kind regards,
Ulyana.
Re: Form not loading when opened via RCPTT [message #1704585 is a reply to message #1703852] Mon, 10 August 2015 08:18 Go to previous messageGo to next message
Jeevan Rex is currently offline Jeevan RexFriend
Messages: 80
Registered: March 2015
Location: Bangalore
Member
Hi Ulyana,

I am sorry to say that, i can't provide the AUT as it is propitiatory.

Kindly report this bug or let me know how to report one.

Thank you
Jeevan
Re: Form not loading when opened via RCPTT [message #1709551 is a reply to message #1704585] Tue, 29 September 2015 08:47 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Jeevan,

You can report a bug in eclipse bugzilla against RCPTT Project here: https://bugs.eclipse.org/bugs/describecomponents.cgi?product=RCPTT

Could you please try the latest RCPTT nightly build again and check the result? We've made a few fixes recently which may affect your issue.

Kind regards,
Ulyana.
Re: Form not loading when opened via RCPTT [message #1727201 is a reply to message #1709551] Mon, 21 March 2016 09:50 Go to previous message
Andrey Sobolev is currently offline Andrey SobolevFriend
Messages: 75
Registered: February 2015
Member
Hi,

To understand how to help you we need to understand how your code is working.

Did you use threads inside form? Or how you listen for click event on radio item?

For radio buttons we do following:

1. Send SWT.Selection event to previously selected radio button.
2. Button.setSelection(false) to previously selected radio button.
3. Button.setSelection(true) to new selection button.
4. send MouseEnter, MouseHover, MouseDown
5. send MouseUp, MouseExit

You could post here Widget Details for help us understand how it works.

index.php/fa/25355/0/

Best regards,
Andrey.
Previous Topic:Shift+Double click to copy on replay does not work
Next Topic:[ERROR] Xlib: extension "RANDR" missing on display
Goto Forum:
  


Current Time: Thu Sep 19 10:09:47 GMT 2024

Powered by FUDForum. Page generated in 0.03493 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top