Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. advait75

    JTree multiselect Drag and Drop

    Maybe I didn't state what I needed clearly. I just want to know if someone can point me to a tutorial or something. I don't expect anyone to write code for me. I looked on Google but couldnt find a solution to multiselect DnD.
  2. advait75

    JTree multiselect Drag and Drop

    Hi, I have a Panel with a JTree. I need to be able to do the following - 1. Multiselect nodes or leaves. However these nodes / leaves must be of the same type only. 2. User should be allowed to drag and drop all selected nodes / leaves. Through certain rules, I will control where these nodes /...
  3. advait75

    Drag and drop between different JTrees

    Hi, Is it possible to implement a drag and drop between 2 JTrees. I am creating a UI where users should be allowed to drag an item from one JTree and drop it into another JTree. Both JTrees are in the same frame, but on different JPanels. Can someone please tell me how to achieve this? Thanks...
  4. advait75

    SimpleDateFormat question

    Hi, I have a string like "01-Feb-2004". I need to get it into a 2004-02-01 format so that I can insert into a MYSQL db. I tried using the SimpleDateFormat, but I get an error saying - Unparseable format. This is my code- String todate=request.getParameter("todate"); SimpleDateFormat df = new...
  5. advait75

    Swing Components

    Hi, Can somebody please point me to some great looking Swing components? Regards
  6. advait75

    PoS Features

    Hi, Could you please send me a complete check list that one would look for in a PoS system, in terms of functionality, technology, features etc, irrespective of which industry/busines line that the PoS will be used in. If reply is in the form of spreadsheets etc, please send to...
  7. advait75

    Apache.exe error

    Hi Jianbo, In case you see this post. Did you ever find a solution to your "Apache.exe error" "The instruction at '0x6f68fbe' reference memory at '0x000004'. The memory couldn't be read". I'm facing the same problem, so if you do have any solution please let me know. Thanks, Advait
  8. advait75

    Apache and JBoss conflict

    Hi, I have JBoss 3.2.3 and Apache 2.0.54 running on a Windows 2K box. I do not want to integrate the 2 or anything. However, there seems to be some kind of conflict going on between JBoss and Apache. Sometime JBoss dies, and sometimes Apache does. I also see the following error in my event...
  9. advait75

    rich client designing

    Hi, Does anybody know of a tool that will help me design the UI for a rich client application. Also, is there a way of giving the application a Mac Aqua look? Regards, Advait
  10. advait75

    Rich client designer

    Hi, Does anybody know of a tool that will help me design the UI for a rich client application. Also, is there a way of giving the application a Mac Aqua look? Regards, Advait
  11. advait75

    javax.servlet.ServletException: No getter method for property

    Hi, I am using java 1.4.2_06, hibernate and struts, on Windows XP. The application runs fine on my machine. However, when I tried to move the code and the app to another Windows XP machine, I get the following error. javax.servlet.ServletException: No getter method for property programForms of...
  12. advait75

    Netbeans and Hibernate

    Hi, I have been developing an app using hibernate, and struts, using an Oracle db. I have successfully been able to get my app done using a text editor and running the app in a stand alone Tomcat 4.1.30 Now, I have been giving the task of moving this app to Netbeans, so that other developers...
  13. advait75

    beginner question

    Yes I will run that php script from the command line as a scheduled task on the server.
  14. advait75

    Netstat results to db

    I tried parsing the text file and put it ino the database. However the output from a netstat command to a file is not formatted and so I was facing errors. Any ida how to format the output. Regards
  15. advait75

    beginner question

    That's ok if the file is on the server. I don't need it on the client's machine. thanks.
  16. advait75

    beginner question

    Hi, I am new to PHP. I have the following code, which executes a command line netstat command and removes the headers and replaces white spaces with commas - <?php exec('netstat -n', $sts); //Runs the Netstat Command unset ($sts[0]); //Removes the first line (Headings) unset ($sts[1]); //Removes...
  17. advait75

    Netstat results to db

    Hi, Can somebody please give me source code for writing the results of a netstat command, to a database using VB6. I am having problems as the output of netstat from the command line is not properly formatted. Thanks and best regards, Advait
  18. advait75

    Running Perl scripts

    Hi, Can someone please tell me how to run perl scripts from Apache 1.3 HTTP server, without the use of mod_perl on Windows 2000. Thanks, Advait
  19. advait75

    Problem with installing Perl Module

    My whole problem started cause I have a Perl app running on IIS 5.0. Had to move this app from IIS 5.0 to Apache 1.3 cause DLLHost.exe was eating up all the memory. When I run my perl app, I am just getting the source code displayed on my browser. But if I run the same thing on command line, I...
  20. advait75

    Problem with installing Perl Module

    Both drives are local to my computer.

Part and Inventory Search

Back
Top