cancel
Showing results for 
Search instead for 
Did you mean: 

Graphics tools?

Former Member
0 Kudos

Hi, i want work with MI in Develpor Studio, and i have a question, are there any plugin for install tool for insert textbox, label, button, etc etc?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi victor,

you mean WYSIWYG editor plugin? since NWDS is based on Eclipse 2.1 there

are some UI plugins which can take a look the following:

1. MyEclipse Workbench

2. SWT/Swing Designer

3. Jigloo SWT/Swing GUI Builder

4. SWT GUI Builder

i had formerly used 1 & 2. but generally, since Im using 3.x versions, i usually do

the UI designing on 3.x then port the project to NWDS for detailed coding. the

said plugins are also commercial ones and some has trial offer.

regards

jo

Former Member
0 Kudos

I´m interested in free plugin, where can i download?

Thanks,

Former Member
0 Kudos

there's a free plugin called Visual Editor and version 0.5 was created for the 2.1

eclipse platform. you can get it from the following link:

http://archive.eclipse.org/tools/ve/downloads/drops/R-0.5.0-200312051712/index.html

regards

jo

Former Member
0 Kudos

It´s for MI??? Work in Developer Studio 2004s???

Thanks,

Former Member
0 Kudos

are you looking for visual editor for MI specific? if you are, then there's none!

wait for MI 7.1 which is currently in its ramp up phase. this release employs

the WD UI layer which i heard will also come with something like a Mobile

Workbench of WD modelling type...

the Visual Editor which i described here is an Eclipse 2.1 plugin. you can create a

visual java project for your MI AWT apps using this plugin. the MDK itself doesn't

have any visual editor...

regards

jo

Former Member
0 Kudos

Yes, i´m looking for MI in Developer Studio 2004s... I don´t understand all, because my english isn´t very good... but i understand you say that there aren´t visual editor for MI no?

Former Member
0 Kudos

hi victor,

>Yes, i´m looking for MI in Developer Studio 2004s

i assume you are referring to MDK and not MI. MDK and MI are 2 different things.

there aren´t visual editor for MI no?

yes there's no visual editor for MDK specific. however, you can make use of the

standard eclipse plugin. MDK itself is just any ordinary eclipse plugin.

jo

Former Member
0 Kudos

I´m referring in NWDS200S, when i create a new MI Project... I want developer the MI Project with something visual editor? Exists?

Thanks,

Former Member
0 Kudos

unfortunately, there's none. MI doesn't have a runtime like WD. rather it could either

be JSP/servlet or AWT based UI; and there are already existing UI plugins to do

this thus SAP doesn't have to create one for MI...

Answers (1)

Answers (1)

Former Member
0 Kudos

I say as in web dynpro java... In the outline, i select the root node and i can insert child... without code it...