User Profile

Collapse

Profile Sidebar

Collapse
jeffbroodwar
jeffbroodwar
Last Activity: Jul 26 '08, 06:39 AM
Joined: Oct 31 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jeffbroodwar
    started a topic SAP ABAP question... Help abap pros ! ^^

    SAP ABAP question... Help abap pros ! ^^

    Hi,

    I'm tying to develop a program that uses a radio button wherein if this radio button is clicked, it'll do a loop at screen block to display the select option controls that i have. i used :
    Code:
    SELECT-OPTIONS: s_SO FOR vbak-vkorg MODIF ID ONE,
                                 s_DC FOR vbak-vtweg MODIF ID ONE.
    now, when i execute this program. I'm encountering a problem with the output...
    See more | Go to post

  • wow... hmm.. maybe i should learn how to code everything and not using any GUI plugin. ;) , i'll just post questions here from time to time to help me with the error messages that i'll get. its just that, i'm really not that familiar with some of the properties of the class like the north west south,everythin g should be googled to understand... you see most of these are auto generated in netbeans and its giving me a headache just by thinking that...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    started a topic Tutorial Visual Editor Installation in eclipse
    in Java

    Tutorial Visual Editor Installation in eclipse

    Hi,

    I tried to read the visual editor plugin in eclipse.org... and i'm having trouble installing it since some of the links under the requirements page are dead. can't even open the FAQ in VEP installation... dead link.

    can someone help me accomplish this? ofcourse a clean installation of VEP in eclipse...

    Jos, do you manually code everything when ur working on a GUI project? example you'll be developing...
    See more | Go to post

  • jeffbroodwar
    replied to Eclipse GUI plugin suggestions please
    in Java
    hmm...mean, if i'll be developing a simple inventory system with charts,webservi ce and reports... i'll be doing all the coding? dont u think it'll take years to finish? considering all the bloody error messages that i'll get.

    Kind regards,
    Pupoy
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to Eclipse GUI plugin suggestions please
    in Java
    thanks for the code... its really different with netbeans lolz. with that all code... in netbeans it'll only show to subclasses one is your button event and the other is your starting class (public static void.....) i'm just worried if i'll try to develop a simple inventory system in eclipse...i thought it might take years before i finish it.... any suggestions?

    BTW thanks for the tutorial link.

    kind regards,
    ...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to Eclipse GUI plugin suggestions please
    in Java
    Hi Jos,

    ehehe its you again. lolz. I used to work using netbeans... in eclipse after you create a class, you will be the one to control your code ryt? meaning even if you dont use VSE you can create an object using your own style....


    can you please paste a simple class that will show a frame and a single button in the center just to see how it works without the netbeans' auto generated code.

    Thanks...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    started a topic Eclipse GUI plugin suggestions please
    in Java

    Eclipse GUI plugin suggestions please

    Hello everyone,

    Just started using eclipse ide.... just want to know what GUI plugin is preferred by eclipse users... hope its free.. ^^ ;


    Thanks,
    Pupoy
    See more | Go to post

  • jeffbroodwar
    replied to classpath help
    in Java
    just received your reply jos. thanks. so it's not possible to use javac command in any directory even if you've set the classpath variable. only java command to execute the file will work. now i understand. thanks man.

    Thread closed.

    Thanks,
    Pupoy
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to classpath help
    in Java
    hmm.... I tried to add classpath variable in the user variables (the one at the top)
    , it worked for running the class file. but when i try to compile .java files... it can't locate the directory of classpath.

    c:\>javac BarkingDogs.jav a = (Doesn't work)

    (lets say the directory contains class files)

    c:\>java BarkingDogs = (successful !)

    here's my classpath variable...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to classpath help
    in Java
    I tried to create a new variable in the environment variables of windows...

    variable : CLASSPATH
    value : c:\javatest

    still, i can't make it run in root directory :

    c:\>javac BarkingDogs.jav a
    c:\>java BarkingDogs

    once classpath is defined in environment variable.... the system should already know the class location...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to classpath help
    in Java
    Hi,

    I know what executable files are... LOLZ.

    btw, its just that i'm not really familiar on how to set the windows environment variable configuration. that's all. ROTFL...

    thanks Jos, ^^ ;

    Kind regards,
    Pupoy
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to classpath help
    in Java
    i dont get the spaces... u mean in the classpath values?

    by the way, can you please give me a working class path for windows... just to accomplish the 2 steps i mentioned in my previous post:

    javac BarkingDogs.jav a

    java BarkingDogs

    and... do i really always have to tell the windows where the java compiler is(Set path command) ? can't i just include it in the class path? separated by...
    See more | Go to post

    Leave a comment:


  • anyone has a suggestion on the mostly used plugin for eclipse gui? hope its free... =)

    Thanks,
    Pupoy
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to classpath help
    in Java
    Hi Jos,


    Thanks for the reply... i tried to type this in the command line :

    STEP1 : set PATH = c:\program files\Java\jdk1 .6.0_03\bin

    STEP2 : javac C:\javatest\Bar kingDogs.java

    (Then specify where to find the class)

    STEP3 : java -cp c:\javatest BarkingDogs

    after completing these steps... i had a successful ran of the snippet...
    ...
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    started a topic classpath help
    in Java

    classpath help

    Hi All,

    I'm trying to run a sample program from this link:

    http://java.about.com/od/tutorials/ss/SetClasspath.ht m

    it worked fine.. now the problem is... what if i do not want to use the set classpath command, instead, i just want to set the classpath in my system environment variable so that everytime i run the program, i'll just type javac file then java file. I tried to set this in the environment...
    See more | Go to post

  • Thanks r035198x, any other suggestions?

    by the way.... where can i get these stuff? and... i've read about the plugins in eclipse in a thread recently posted here... i tried to get my own... but it isn't free... do you know what GUI plugin for eclipse is commonly used? hope its free... :D

    thanks r035198x

    Regards,
    Pupoy
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    started a topic Eclipse with : webservices,charts and reports
    in Java

    Eclipse with : webservices,charts and reports

    Hello everyone,

    I used to create java programs using netbeans IDE. I decided to try eclipse since a lot of java programmers recommend using it. I wanna know what programs do you recommend in developing the following..


    - Creating charts in Java
    - Creating webservice programs (application server)
    - Creating reports in Java

    ofcourse the topics above should be developed...
    See more | Go to post

  • I think Jos is right. there are some problems that occur when your using windows and linux in terms of syntax. guess you better check the documentation for linux.


    P.S. StarCraft II coming soon... En taro adun !!!


    Regards,
    Jeff
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to Errors
    in Java
    Assignment error : this occurs when you assign a value to a different type declared variable. example : sum as int.... then you passed 'A' to sum. this will trigger the error.

    Relationship error : i'm not sure with this one.... better wait for others to answer this one.... or you can always check mr. google ^^


    P.S. StarCraft II coming soon.... En taro adun !!!

    Regards,
    Jeff
    See more | Go to post

    Leave a comment:


  • jeffbroodwar
    replied to Link with Text
    Hi shaiful,

    Hope this gives you an idea:

    1. change the property of text1 (name of textbox) :
    - mouse pointer : to custom (99)
    - upload icon : get a cursor same with the link cursor (hand)

    2. look for the mouse move property of text1 then follow the idea below:
    (NOTE: the syntax below is not tested since i don't have vb in my office.. somehow it will...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...