- This topic has 3 replies, 2 voices, and was last updated 17 years ago by
Loyal Water.
-
AuthorPosts
-
OsakaMemberIs there a way to tell Matisse to sync up its .form and .java files?
I am making changes to one that is not reflected in the other. And now sometimes the .java file gets corrupted like the code to generate it has freaked out.
labelHE1.setMaximumSize(new java.awt.Dimension(25, 14)); labelHE1.setMinimumSize(new java.awt.Dimension(25, 14)); labelHE1.setPreferredSize(new java.awt.Dimension(25, 14)); labelHE1.setSize(new java.awt.Dimension(25, 14)); labelHE1.setText(" 01 "); textFieldHE1.setText("999"); textFieldHE1.setPreferredSize(new java.awt.Dimension(30, 19)); labelHE2.setMaximumSize(new java.awt.Dimension(25, 14)); labelHE2.setMinimumSize(new java.awt.Dimension(25, 14)); la belHE2.setPreferredSize(new java.awt.Dimension(25, 14)); labelHE2.setSize(n ava.awt.Dimension(25, 14)); l abelHE2.setText(" 02"); textFieldHE2.setText("999"); text dHE2.setPreferredSize(new java .awt.Dimension(30, 19)); textFieldHE3.setText("999"); text dHE3.setPreferredSize(new java .awt.Dimension(30, 19)); textFieldHE4.setText("999"); text dHE4.setPreferredSize(new java .awt.Dimension(30, 19)); textFieldHE5.setText("999");
Loyal WaterMemberOsaka,
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
OsakaMember*** Date:
Tuesday, January 29, 2008 11:58:39 AM CST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz
Build id: M20071023-1652Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.2.R33x_r20071022-7M7J7C_Mu2gop0b_GAwplOBhyuKO
Build id: M20071023-1652Eclipse RCP
Version: 3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.2.R33x_r20071022-7N7M4CYWLBCz-yHkMIuHN
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.2.R331_v20071019\eclipse_1021.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
1254_68
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe
Loyal WaterMemberThe .form and the .java fle should sync up. Can you switch to a new workspace, create a new project, add a form to it and test this condition again. Do you still face the same issue ?
-
AuthorPosts