For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 16 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
wilkerd1MemberHello,
I have been using the latest MyEclipse plugin for quite a while for an Icefaces based application I’m developing. I originally downloaded the plugin install only, then added to Eclipse. I used the Visual JSF Designer as tool to quickly jump to the code for controls and help me keep my brain straight with layout, etc.
I just received a new PC a few days ago, and this time I downloaded the full Eclipse bundled together with the MyEclipse plugin (v 6.5), and now when I open the .jspx files in my project, the components do not show up like they used to before in the visual designer window. They are missing. I tried running the update to see if maybe there were some patch, but this did not resolve the issue.
What is causing this and how do I fix it????
Thanks,
dwMy environment detail is below….
*** Date:
Wednesday, September 24, 2008 12:18:26 PM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_14*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.1 GA
Build id: 6.5.1-GA-20080715Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\MyEclipse 6.5\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
178c_7c
-clean
-vm
C:\MyEclipse 6.5\jre\bin\javaw.exeSeptember 24, 2008 at 12:06 pm #289317
Loyal WaterMemberWhat components are you referring to? I think the UI must have changed in 6.5 which is making you think the components are missing. If you can point out the components, I can help you out.
September 24, 2008 at 12:44 pm #289320
wilkerd1MemberI wish I could say it was only a few specific components, but the reality is none of them are displaying proper in the layout view: e.g. command buttons, combo boxes, the dotted outlines for each of the panel groups, etc. For example, I opened one of my screens that contains command buttons (<ice:commandButton>) and I see the code is there, but I can’t see a command button on the design view pane directly above my code. When I click on the tag in the code, no button is highlighted above (like it used to), nor is it even showing up on the screen.
I hope I am explaining this ok. My code is there and my app builds ok (thankfully), but the designer is honked and I’m not exactly sure why.
September 25, 2008 at 2:22 pm #289382
Loyal WaterMemberI just tried this at my end but I was unable to reproduce this issue. Does this happen with all projects or one project in particular? Can you create a new project and test this again.
September 26, 2008 at 10:36 am #289426
wilkerd1MemberThanks again for the response nipun. I appreciate it. It does this with all my current projects at the moment. I will try creating a brand new project, see if this still occurs, and post back my results. Could this be a bug that is somehow tied to the particular operating system version and patch level? Everything worked great until I got this new machine….
September 26, 2008 at 4:24 pm #289451
Loyal WaterMemberI haven’t had any other user report such an issue so I doubt its a bug. You can try this with a new workspace let me know what result you get.
-
AuthorPosts