How to develop GUI/Form builder tool...?

Hi,
I am newbie to SWINGS. i've been a middle tier and backend developer in java.
In one of my project i need to develop one GUI builder tool.
Basically it contains menubar, palette to contain few components such as rectangle, table etc, and a space where we can design a gui by
selecting the components from the palette.
How can i start with this...?
plz hlp me out....
Thanks & Regards,
Chandrakanth

hi
as you see i have post the same topic so if you know any
information how to do such thing please inform me

Similar Messages

  • GUI Expression Builder Tool

    We would like to have our customers/analysts to be able to create their own TOPLink query expression. I see the workbench has a SQL feature. However, does the TOPLink product have any GUI expression builder tool, for TOPLink query expression (not SQL)?

    But no TOPLink query expression building in GUI instead of straight SQL or EJBQL.
    I'm talking about "drag and drop" type of GUI features, allowing users to pick and choose the defined toplink persistent object/attributes to form the TOPLink query expression.

  • How can develop a form Approval CO?

    Hi all
    How can develop a form with Developer Studio where you can use the standard functions of the Visual Approval, or that the form allows me to approve or reject and send a mail to the user.
    thank you very much!

    hi pablo...
    how are you...?
    I think you can use normal webdynpro applications in your webdynpro CO ,to know how to send mails from your webdynpro application see the following blog
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40239f38-a94a-2b10-c583-9b89187c3856
    And you can also set your result state from your webdynpro CO according to your actions
    Thanks and Regards
    shanto aloor

  • How to connect Oracle Form Builder - Oracle Developer Suite 10g - Windows 7

    Hi brothers and sisters,
    Hope all you are fine. I have installed Oracle Developer Suite 10g on Windows 7 successfully and it is working properly. But when I connect to Oracle Form Builder using Connect window asking:
    a. User Name
    b. Password
    c. Database
    a message box appear: 'ORA-12154: TNS:could not resolve the connect identifier specified'
    I verify my Connect String with: 'SELECT * FROM v$database', but the problem remain the same.
    Please help me how can I connect to Oracle Form Builder.
    Noor

    hi
    plz use Net Configuration Assistant or set tnsnames.ora with connect string and computer name.
    Net Configuration Assistant.
    when its opened then go to .
    *Local Net Service Name Configuration.
    *Click Next.
    *Add.
    *Click Next.
    * Service Name--Type here connect String which is XE or any Connect String.
    *TCP.
    *Click Next.
    *Host Name--Enter here Computer name or Ip address.
    *Yes,Perform a test.
    you can enter correct password and username here.
    Note:- your Database should be Up if its not Up it will through the same error so plz startup your database first.
    sarah

  • GUI Form Builder (Netbeans)

    Hello!
    I use the form builder to create and position 100 buttons.
    To address these "builder formed" buttons in other code, I created an array .......
    ArrayList<JButton> buttons = new ArrayList<JButton>();
    The "Form Built" buttons are added to my array named "buttons" by adding this code snip in the "post creation" entry option within the Form Builder's code generation section like this ....
    buttons.add(jButton1);
    buttons.add(jButton2);
    buttons.add(jButton3); //.....etc.
    This all works fine, now I can address each of the 100 buttons (ie: change the background color) like this.....
    JButton button = AddRFSwitchMain.buttons.get(but);
    button.setBackground(new Color(a,b,c));
    In reference to adding my "Form Built" buttons to my array, is there a way to add these buttons recursively? ie:
    buttons.add(jButton(X)); // X = 1 to 100

    This is how I add the "builder generated" buttons into my array now....
            buttons.add(jButton1);
            buttons.add(jButton2);
            buttons.add(jButton3);
            buttons.add(jButton4);
            buttons.add(jButton5);
            buttons.add(jButton6);
            buttons.add(jButton7);
            buttons.add(jButton8);
            buttons.add(jButton9);
            buttons.add(jButton10);
            buttons.add(jButton11);
            etc.....
            buttons.add(all the way out to button 100);
            Can the same thing be done recursivily like this: 
            for ( int but=0; but<101; but++ ) {   
            buttons.add(jButton(but));

  • Oracle Development Suite ( Form Builder + Report Builer ) vs Toad

    Hi guys
    I a beginner in oracle world and I would like to ask >>>
    1- What is the difference between toad and Oracle development suite and which one is better?
    2- Could toad be used to create .fmb files ? What is the extension format of toad forms if they exist ?
    According to this thread >>>
    Diff between Oracle Forms and Toad
    Toad cannot be used to create input forms
    on the other hand , my friend told me that Toad can be used to fully control your database and development >>> It involves
    Objects Creation and management ( Tables -- Indexes ... etc)
    Form Creation
    Report Creation
    all in one application
    This thread posing is repeated three times !!!!!!!!!!!!!!!! I don't know how this happened !!!!!!!!!!!!!!!!!
    Sorry for inconvenience
    Edited by: user2393672 on Sep 10, 2011 4:47 PM

    1) toad is only for querying/doing dml against the database
    2) form is for having the screen; report for the output of the system. so toad is totally different from form & report
    Thanks & Best Regards
    HuaMin
    Please remember to always mark the reply if it's helpful or related to your issue!

  • How to display Adobe form build in SFP in BSP?

    Hi ,
    i have built an adobe form (not interactive one) using sfp, and it works fine in SAP GUI, by calling the FM behind.
    now i want to display it on our sap portal, could you please tell me what's the easiest way to do that?  how about in BSP?
    Thanks and best regards.
    Jun

    Hi
    I hope you ppl are able convert the pdf document into xstring. This sample code here will help you tranfer any pdf document, and will display in web browser.
    Sample from BSP application sf_webform_04
    which display smartfrom into pdf format
    Fill HTTP request
      response->set_header_field( name  = 'content-type'
                                  value = 'application/pdf' ).
    response->delete_header_field( name = 'pragma' ).
    response->delete_header_field( name = 'expires' ).
    response->delete_header_field( name = 'cache-control' ).
    some Browsers have caching problems when loading PDF format
    response->set_header_field(
                        name  = 'cache-control'
                        value = 'max-age=0' ).
    start PDF viewer either in the Browser or as a separate window
      if pdf_in_browser is initial.
         response->set_header_field(
                            name  = 'content-disposition'
                            value = 'attachment; filename=webforms.pdf' ).
      endif.
    finally display PDF format in Browser
      l_pdf_len = xstrlen( l_pdf_xstring ).  <= pass ur binary data here
      response->set_data( data   = l_pdf_xstring
                          length = l_pdf_len ).
      navigation->response_complete( ).

  • Can anyone tell me how to manipulate Oracle9i Forms Builder JavaBeans

    Hi,
    I tried to include LWMenuBar java class as a javabean in a form. I found problems adding menus and menuitems in runtime to this javabean.
    If someone knows how to complete this task please help me.
    Bye

    Hi,
    Currently, you cannot rename the link to your fillable form to a custom name or the name of the form.
    You may want to use third party url utility, such as tinyurl.com to construct an alternate URL to post on facebook comments/notes.
    Thanks,
    Lucia

  • Why and How to develop XML forms?

    Hi All,
      I am creating a bulletin board . So I need to create XML  forms . I m not clear as to why do I need to create it and also dont know to create the same . Is there any software installation required for its creation OR else I can do it without any software . Please tell me
    1.its need
    2.and how to create
       and if u have any sample xml form please share the same.
    Thanks in advance,
    Jasmine

    Hi Jasmine,
    XML forms are suited to document types that always have an identical or a similar structure. For example, a news item always has a title, author, creation date, and body text.
    It is just like an application form. The text given by the authors are got using these forms, so that there is some format or pattern followed.
    XML forms are like Templates, using which data are entered. The data entered can be resrticted to suit some conditions, for example, date format.
    You can find the <b>How-To guide</b> <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/90b49c90-0201-0010-8296-bb22a60b2b76">here</a>. This also contains two sample forms.
    Hope this helps,
    Regards,
    Shankar.

  • How to delete adove  ( Form builder )

    dear,
    How to delete blank page in Adove dev. (t-code SFP ).
    regards,
    mukesh

    Hi,
      Open the Form in change mode. Go to the layout tab and open the Hierarchy view. You can create and delete pages here.
    PS:   Hieracrchy view can be selected from the Palettes Option
    Regards,
    Susanta

  • How to develope simulator tool

    hi friends,
    i am dhaya new for smartcard and j2me,
    i want to know how to develope a mobile simulator tool.
    If anyone have experience pls give some idea about that.
    friendly,
    dhaya.

    Lotus, htmlconverter may not convert your html code. If that happens copy and paste the converted code. The converterd code is independed of the class files generated by the compiler.
    nikita

  • Form Builder crashes while saving .fmb file when connected to db

    Hi,
    I am getting error The instruction at "0x679c352c" referenced memory at "0x0000001c". The memory could not be "read".
    Forms version is 6.0.8.11.3 and database version is 10.2.0.3.0
    I am doing the following steps:
    1) Open .fmb file in forms builder
    2) Connecting to database
    3) Making some changes in form
    4) Compiling (Ctrl+Shift+K) and generating form (Ctrl+t)
    5) Saving form <--- Here I am getting the error and form crashes
    If I do not connect to database then builder is allowing me to save the file
    1) Open .fmb file in forms builder
    2) Making some changes in form
    3) Saving form (Successful)
    I did some exercise just as a guess that may some part of the form is causing this error. I full expanded all components of the form i.e. blocks, canvases, triggers etc.
    This exercise produced that 3 program units were giving same error while full expending those. I deleted those 3 program units and re-created them. Now it is not showing me this memory error while full expanding all program units. I can now fully expand my full form.
    But I am still getting this error while saving the changes when I am connected to database.
    Please help.
    Regards,
    Edited by: rawat75 on Sep 2, 2011 7:13 PM

    Hi Experts,
    We are getting the same issue. Our form builder crashes once we open our custom form
    in form builder.
    Server shows:-
    Forms 6.0 (Forms Runtime) Version 6.0.8.28.0 (Production)
    Form Builder shows:-
    Forms [32 Bit] Version 6.0.8.11.3 (Production)
    How to upgrade the form builder version?

  • Cann't open a *.fmb file (with the same version of Form Builder)

    Hello everybody,
    My Form Builder 6.0 cann't open a *.fmb file, created with the same version, even with the same Form Builder tool.
    I worked for long time ago at this module, I saved it many times, I compiled it and it worked very well. But last time it didn't want to work(open). I couldn't open it (FRM-10043: Cannot open file). But the corresponding *.fmx file is working.
    Here is some additional information:
    When I try to rename or replace this file an Windows "There has been a sharing violation. The source or destination file may be in use" error appear. But that file is not in use and it is not shared. Is this helpfull?
    Is there something which can be done?
    Thanks in advance,
    Euge

    Sure. I did that many times. I checked the volume for the errors. I interrupted any share connection. I tried to change the extension of the file and to change it again to *.fmb(I did this on a copy of that file).

  • XML Form Builder does not load

    I am having the following problem, when executing the Form Builder tool under Content Management, it does not load and i get the following error message:
    CONNECTION ERROR: couldn't read response code*
    And sometimes the window gets freezed.
    I have read some previous Threads regarding this issue but the solution did not work to me.
    Someting really strange is happening because if i log to port 80 (http://...) it works, but when I log to port 50000 (https://...) it does not, and that error message pops up.
    I have alredy run the Enviroment check Tool and results were OK in both urls, as follows:
    <i><b>https://*****.net/irj/portal
    Test Environment: XML Forms Builder Environment Check *
    Start Time: 2006-12-05 13:12:48                       *
    End Time: 2006-12-05 13:12:04                         *
    - Test: Java Environment
    - OK
    -      Start Time: 2006-12-05 13:12:48
    -      End Time: 2006-12-05 13:12:48
    -      Java Runtime Version is 1.4.2_13
    - Test: Connection Tests
    - OK
    -      Start Time: 2006-12-05 13:12:48
    -      End Time: 2006-12-05 13:12:04
         - Test: Download XML Forms Builder Jar
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:13
         -      Successfully loaded XML Forms Builder Jar from https://***net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar, Version 6.4.1
         - Test: Download SAP XML Toolkit Jar
         - OK
         -      Start Time: 2006-12-05 13:12:13
         -      End Time: 2006-12-05 13:12:47
         -      Successfully loaded SAP XML Toolkit Jar from https://****/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/sapxmltoolkit.jar
         - Test: XML Forms Builder Version
         - OK
         -      Start Time: 2006-12-05 13:12:47
         -      End Time: 2006-12-05 13:12:48
         -      XML Forms Builder client version is 6.4.1, server version is 6.4.1
         - Test: Load Global Settings
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:48
         -      Successfully loaded XML Forms Builder settings
         - Test: Load Project List
         - OK
         -      Start Time: 2006-12-05 13:12:48
         -      End Time: 2006-12-05 13:12:03
         -      Successfully loaded project list:
    http://*******.net/irj/portal
    Test Environment: XML Forms Builder Environment Check *
    Start Time: 2006-12-05 14:12:33                       *
    End Time: 2006-12-05 14:12:46                         *
    - Test: Java Environment
    - OK
    -      Start Time: 2006-12-05 14:12:33
    -      End Time: 2006-12-05 14:12:33
    -      Java Runtime Version is 1.4.2_13
    - Test: Connection Tests
    - OK
    -      Start Time: 2006-12-05 14:12:33
    -      End Time: 2006-12-05 14:12:46
         - Test: Download XML Forms Builder Jar
         - OK
         -      Start Time: 2006-12-05 14:12:33
         -      End Time: 2006-12-05 14:12:23
         -      Successfully loaded XML Forms Builder Jar from http://****.net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/km.appl.xmlforms.xfbuilder_core.jar, Version 6.4.1
         - Test: Download SAP XML Toolkit Jar
         - OK
         -      Start Time: 2006-12-05 14:12:23
         -      End Time: 2006-12-05 14:12:27
         -      Successfully loaded SAP XML Toolkit Jar from http://*******.net/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/etc/xmlforms/sapxmltoolkit.jar
         - Test: XML Forms Builder Version
         - OK
         -      Start Time: 2006-12-05 14:12:27
         -      End Time: 2006-12-05 14:12:28
         -      XML Forms Builder client version is 6.4.1, server version is 6.4.1
         - Test: Load Global Settings
         - OK
         -      Start Time: 2006-12-05 14:12:28
         -      End Time: 2006-12-05 14:12:29
         -      Successfully loaded XML Forms Builder settings
         - Test: Load Project List
         - OK
         -      Start Time: 2006-12-05 14:12:29
         -      End Time: 2006-12-05 14:12:46
         -      Successfully loaded project list:
    </b></i>
    Don't know what can be, so if anyone has any idea it would be very helpful.
    Cheers,
    Ivan Milkovic

    Hello,
    Immediately after opening the XML forms editor from the Content Manager page, you will get a link Start Environment Check Tool.... Click on that and proceed for a check. It will take some 5-10 mins based on your connection speed.If every thing is successful, clear the browser cache and restart the browser and open forms editor again. It will open the data schema and properties filed and project browser and all.
    I was having this problem just now and i resolved it with the above steps.
    My JRE version is 1.6 and portal is EP 7 SPS 21 patched.
    Regards
    BP

  • Oracle forms builder - windows or unix?

    Until recently we've been developing on Forms Builder 6i on our Sun/Solaris box. Now however, we want to move to developing using Forms 10g. We've already recompiled all our forms on the unix box, which has Application Server 10g and an 11g database. Do we stick to using the version of Form Builder on the unix box, or go with the Windows forms? I'm not keen on the unix version, never have been - it's rather clunky, but all our forms/libraries source code is on the server. What do people generally use? I've been ftp-ing files but this is no good longer term - is it best to go with a samba share?

    Thanks Tony,
    Yes we do still want to deploy on unix. Up until now we've been using unix source control to book modules in and out, as well as using the unix version of form builder. We don't have any other source control software so we'd still need to book in and out on unix. I'd still like to use the Windows forms builder, but we'd prefer to avoid having multiple copies of the source code on windows.

Maybe you are looking for

  • Fs10n line items not appeared

    Hi In FS10n if i click on cumulative balance line item data not appearing the error MSG  is no item exists (see long text).but it showing balances. after that i have checked line item display check box in fs00 every a/c is selected? pls solve the iss

  • Cannot login to XE using PL/SQL Developer Tool

    Hi, I have problem using PL/SQL Developer with XE. Whenever I try to use PL/SQL Developer to connect to the XE, I am getting this error message from PL/SQL Developer: Initialization error: SQL*Net not properly installed. OracleHomeKey: SOFTWARE\ORACL

  • WM- Production order GRN issue

    Hi WM Gurus                 i done goods isuue (261 movement type) TR, TO .After production completed i want to GRN..                i want to move the goods from storage type from 100 storage type to 916 storage type.                process is GRN f

  • Is the import of bank statements possible in Business One US Localization.

    Is the import of bank account statements (file format OFX) possible into the localized US version of SBO?

  • Any solution to the h.264 gamma bug?

    I am one of those victims of the h.264 gamma bug. When I compress a movie out of Final Cut Pro using h.264, the gamma in the resulting video is too bright, making the movie look washed out. This happens regardless of whether I use Compressor or Quick