Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » RCPTT not triggering table row selection listener
RCPTT not triggering table row selection listener [message #1691121] Thu, 02 April 2015 08:37 Go to next message
Eclipse UserFriend
Hi,

In my application when I select a row in one of the table, it should populate
a screen based on the selection

What I am finding is, via RCP Testing Tool it do select the row. But the row
selection listener is not getting triggered.

if I do a normal mouse click on the row it works fine, but the test tool selection is not working.

This is how I am doing it now.There are no errors while executing the script.

get-editor "Request -122" | get-group "stock commodity" | get-table
| get-cell 1 2 | mouse down -count 1


Is there any other way to do it?

Thanks
Re: RCPTT not triggering table row selection listener [message #1691332 is a reply to message #1691121] Mon, 06 April 2015 02:39 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

Thank you for letting us know about that!
Could you please attach widget details (how to get it)?
Also, could you please attach ECL-script which is generated while recording?
If it is possible please attach source code of selection listener.
Re: RCPTT not triggering table row selection listener [message #1691597 is a reply to message #1691332] Wed, 08 April 2015 08:12 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

Thanks for the reply.

Due to regulatory issues I am not able to attach the zip.
I see this error while starting the application instance in the metadata log.I don't see any error in this log or console.log while selecting the table row.

And this is the version that I am using rcptt.ide-incubation-1.5.6-N201504012314-win32.win32.x86

Let me know if you need any more info.

!ENTRY org.eclipse.rcptt.core 4 0 2015-04-08 08:08:13.421
!MESSAGE Couldn't start model manager
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResourceChangeListener
at org.eclipse.rcptt.internal.core.RcpttPlugin.start(RcpttPlugin.java:59)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:473)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.rcptt.core.internal.ecl.core.commands.SetCommandsDelayService.service(SetCommandsDelayService.java:29)
at org.eclipse.rcptt.ecl.internal.core.AbstractSession.internalDoExecute(AbstractSession.java:86)
at org.eclipse.rcptt.ecl.internal.core.Session$1.run(Session.java:48)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.ClassNotFoundException: org.eclipse.core.resources.IResourceChangeListener
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 23 more


Thanks,
Re: RCPTT not triggering table row selection listener [message #1710151 is a reply to message #1691597] Mon, 05 October 2015 02:36 Go to previous message
Eclipse UserFriend
Hi San Ka,

Could you please try RCPTT 2.0.1 version and check if the problem still exists?

Kind regards,
Ulyana.
Previous Topic:How to log an entry to the XML report
Next Topic:RCPTT doesn't recognize my program has started.
Goto Forum:
  


Current Time: Thu Jun 12 20:40:28 EDT 2025

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

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

Back to the top