×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




In discussing this with dev't it would appear that there is an APAR open
for this menu problem already ...

SE55795: RDI 9.0 - INCORRECT CONTEXT MENU ACTIONS IN THE APPLICATION
DIAGRAM VIEW
http://www-01.ibm.com/support/docview.wss?uid=swg1SE55795



Mike Hockings, M.Eng., P.Eng.
IBM Rational Developer for System z and Power Systems Software Technical
Support
IBM Canada Ltd. Laboratory
hockings@xxxxxxxxxx
voice 1-905-413-3199 T/L 313-3199 ITN 23133199




From: Ken Killian <kkillian@xxxxxxxxxxxx>
To: "Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries" <wdsci-l@xxxxxxxxxxxx>,
Date: 2013-06-26 08:28
Subject: Re: [WDSCI-L] RDI 9.0 Right Click
Sent by: wdsci-l-bounces@xxxxxxxxxxxx



Inside RDi 9.0, when I right click, it does not "paint" the pop-up menu
properly...

https://picasaweb.google.com/102276967488806647195/RDi90ScreenShots?authkey=Gv1sRgCIDmgZarxaOYNg#5893765060504791506



And I get this error inside of Eclipse:
"Unhandled event loop exception"

Something is amiss here...
<frown>

Exception Stack Trace:
-----------------------
java.lang.NullPointerException
at
com.ibm.etools.iseries.parsers.ISeriesEditorRPGILEParser$2.menuAboutToShow(ISeriesEditorRPGILEParser.java:535)
at
org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:343)
at
org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:475)
at
org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:470)
at
org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:500)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:255)
at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
at
org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:4881)
at
org.eclipse.swt.widgets.Control.windowProc(Control.java:4557)
at
org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
at
org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
at
org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
at
org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
at
org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method)
at
org.eclipse.swt.widgets.Menu._setVisible(Menu.java:257)
at
org.eclipse.swt.widgets.Display.runPopups(Display.java:4210)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1053)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)
at
org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
at
org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:613)
at
org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at
org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

Session Data:
eclipse.buildId=unknown
java.fullversion=JRE 1.7.0 IBM J9 2.6 Windows 7 amd64-64 Compressed
References 20130306_140761 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR4_FP1_20130306_1011_B140761
JIT - r11.b03_20130131_32403ifx1
GC - R26_Java726_SR4_FP1_20130306_1011_B140761_CMPRSS
J9CL - 20130306_140761
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product com.ibm.rational.developer.ibmi.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product
com.ibm.rational.developer.ibmi.product.ide


-Ken Killian-
(423) 510-3129


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx]
On Behalf Of Buck Calabro
Sent: Tuesday, June 25, 2013 4:30 PM
To: wdsci-l@xxxxxxxxxxxx
Subject: Re: [WDSCI-L] RDI 9.0 Right Click

On 6/25/2013 3:49 PM, Ken Killian wrote:
Inside RDi 9.0, when I right-click on the source, the pop-up menu is not
completed "painted"...

I click off the pop-up, and then right click a 2nd time with my mouse,
and then the pop-up is painted...

A minor bug, anyone else notice this?

No... seems OK here.
--buck

--
This is the Rational Developer for IBM i / Websphere Development Studio
Client for System i & iSeries (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit: http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/wdsci-l.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.