- This topic has 30 replies, 9 voices, and was last updated 16 years, 4 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
December 7, 2007 at 11:45 am #279452
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 ?
February 5, 2008 at 11:10 am #281472
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?
TOmFebruary 5, 2008 at 1:30 pm #281478
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.
February 7, 2008 at 7:10 am #281549
Loyal WaterMemberGlad you sorted out this issue.
February 23, 2008 at 6:29 am #282080
danny70437MemberGreat – this fix also my problem. Thanks !
February 25, 2008 at 3:52 am #282099
Loyal WaterMemberYour Welcome.
April 10, 2008 at 3:56 am #283863
mrtnldMemberThis message has not been recovered.
April 10, 2008 at 9:52 am #283879
Loyal WaterMemberThis message has not been recovered.
April 11, 2008 at 2:12 am #283905
mrtnldMemberThis message has not been recovered.
April 11, 2008 at 10:17 am #283927
Loyal WaterMemberThis message has not been recovered.
May 29, 2008 at 8:20 am #285441
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?
May 30, 2008 at 11:34 am #285503
Loyal WaterMember-clean is the only way you can fix this. I hope you don’t run into this issue again.
July 2, 2008 at 6:57 am #286619
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)July 2, 2008 at 12:19 pm #286651
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