Results 1 to 1 of 1
- 08-10-2009, 06:37 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
"endless" eventLoop when creating new Instance
Hi everyone,
I'm pretty new to Eclipse-Plugins and I have a major problem.
I've created a simple menu-entry with a handler. In this handler I create a new instance of a certain class of a referenced package.
Well, it does not work and the code after the instantiation is not even executed (I have tested it by simply adding a message-call after it).
When I debug the plug in the EventTable.event is called and it results in a "endless" eventLoop in the IWorkspace class.
I do not understand how EventTable is connected with the creation of the new instance.
I have once had a similar problem when I created an instance of a class of another referenced package. Weirdly enough, I was able to solve this problem by replacing my implementation of a conventional popup-action with the command/handler pattern.
I know my description is not very precise, but I hope I can give you more details afterwards.
Any help is appreciated!
Similar Threads
-
Java, Military Format using "/" and "%" Operator!!
By sk8rsam77 in forum New To JavaReplies: 11Last Post: 02-26-2010, 03:03 AM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
"source not found" at debug time when creating new class
By rafamd11 in forum New To JavaReplies: 0Last Post: 11-22-2008, 01:49 AM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM -
"Jumble" or "Scramble" Program
By Shadow22202 in forum Java AppletsReplies: 8Last Post: 04-30-2008, 03:42 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks