- This topic has 30 replies, 9 voices, and was last updated 15 years, 9 months ago by Loyal Water.
-
AuthorPosts
-
infotechmadhuMemberHi
I am trying to add my custom created calendar component into repository.But the form using the custom components shows error.(ie) shows “invalid” in place of the components.Please let me know if there is a way to add the cusotm component.Thanks
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Here a quickstart document explaining “Customizing Matisse Palette ”
http://www.myeclipseide.com/documentation/quickstarts/m4m/#customAre any errors being logged under <workspace>/.metadata/.log file ?
Tom ParryParticipantI am also getting this error. I decided to make a test form and add it to the Matise pallette manager. This appears to work. But after restarting the workspace and then attempting to place the custom form within another form it will not work. Tried both using the mouse as well as the menu add from palette approaches.
I am using MyEclipse 6.0.1 GA but I use the JDK 1.6_04.
IS there anything else to do?
TOm
Tom ParryParticipant@tparry wrote:
I am also getting this error. I decided to make a test form and add it to the Matise pallette manager. This appears to work. But after restarting the workspace and then attempting to place the custom form within another form it will not work. Tried both using the mouse as well as the menu add from palette approaches.
I am using MyEclipse 6.0.1 GA but I use the JDK 1.6_04.
IS there anything else to do?
TOmI think I solved it by myself:
During the process of setup the MyEclipse asked for the DT.jat for Matisse. I searched and found the dt.jat in the genuitec lib directory. However I decided to use the dt,jar in the jdk for 1.6_04 instead to see if it would help – and it did.So the lesson learned is to check that libs are compatible when you change the VM.
Loyal WaterMemberGlad you sorted out this issue.
danny70437MemberGreat – this fix also my problem. Thanks !
Loyal WaterMemberYour Welcome.
mrtnldMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
mrtnldMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
mrtnldMemberFinally back on the project again 🙂
Tried the -clean command, but it didn’t work.
So I had to move the entire project to a new location 🙁
But I guess it will break down again in the future and then I have to move it again.There must be a registration or file some where either in the the workspace or myeclipse folder, which makes this problem consist.
But where is it?
Loyal WaterMember-clean is the only way you can fix this. I hope you don’t run into this issue again.
mrtnldMember🙁
Same problem again.
All components on my forms is INVALID.
And I have done nothing more than viewing forms.So my personal conclusion is that MyEclipse can’t replace NetBeans (which was what I was hoping)
Unless some one have found the cause of this problem or just a quick way to fix it (-clean does not work)
Riyad KallaMembermrtnld,
I am really sorry you are having such a heck of a time with this problem popping up.First let me ask, do all your custom components have no-arg default constructors?
Also is there any series of events that occur before the project stops working AND does moving it *Every time* fix it for a short while? Seems like some little thing is getting triggered each time that’s killing it.
-
AuthorPosts