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 TouchToneTommy 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: *

  • Users: Madere
  • Content: Threads
  • Order by date
  1. Madere

    Change decimal separator in double

    Hi, I want to change the decimal separator in a double. The result MUST be a double value with the needed new decimal separator. Input: 10,0 Output: 10.0 How to change the "," into an "." where the local computer settings is put to DE. Changing the local settings of the computer is NOT an...
  2. Madere

    Selecting remote files

    Hallo all, I have a java application that, at some stage, select files from the local filesystem using JFileChooser.showOpenDialog(). Now I want it in a client-server setup. This means opening a GUI for selecting files on the server. For client-server I use RMI. I have already tried several...
  3. Madere

    JMS and MqSeries

    Hi all. I want, if it is possible, to connect to a MqSeries Queue, which is on a remote server, using JMS. I know there are MqSeries JMS API's but I wont/cant use these. With these JMS API I can send messages to the MqSeries Queue without any problem. So I have to fall back on pure JMS API's...
  4. Madere

    JMS and MqSeries

    Hi all. I want, if it is possible, to connect to a MqSeries Queue, which is on a remote server, using JMS. I know there are MqSeries JMS API's but I wont/cant use these. With these JMS API I can send messages to the MqSeries Queue without any problem. So I have to fall back on pure JMS API's...
  5. Madere

    Cursor Control

    Hi all, i like to know the following: is it psoosible, and yes how/which classes/methods, to control the cursor in Java. I mean to position the cursor somewhere on the screen and force a left or right click. Is there a JAR available? Kind regards, Madere.
  6. Madere

    Windows XP Service and shared folder access

    Hi all, i have Java programm that copies, archives files from 1 directory to another. This can all be configured in a properties file. When i start this programm from the command line or from the Windows Service window, all works fine when i use only locally drives and directories. When i use...
  7. Madere

    Windows XP Service and shared folder access

    Hi all, i have Java programm that copies, archives files from 1 directory to another. This can all be configured in a properties file. When i start this programm from the command line or from the Windows Service window, all works fine when i use only locally drives and directories. When i use...
  8. Madere

    Java file permission on Unix

    Hi, I have a question about setting file permissions on a Unix system. I am using the File.createNewFile() methode to create a new file in a Directory. The directory is created using File.mkdirs(). The file/directory must be created using the permissions of the user. But for some reason it...
  9. Madere

    Calling dynamicly created method names

    I have a question about calling dynamicly created method names. First of all: can this be done? What I mean is the following: We have a class Test with several (static) methods: ConvertA(), ConvertB(), ConvertC(), ConvertD(), ... In our programm we get the letter of the method (eg A or B or C...
  10. Madere

    Javadoc question

    We are using java JDK 1.3.1_02 and I have am problem with the javadoc. We are creating multiple document lines in the java code (in the same block), the javadoc generator makes only one line of it (so without any Carriage return/Line feeds). But I want the lines exactly as they are in the code...
  11. Madere

    C# Editor/Workspace environment

    For Java development I am using the freeware Eclipse as Editor/Workspace environment. I am very happy with Eclipse. Can anyone advice me in an freeware C# Editor/Workspace environment (like Eclipse). Now I am using UltraEdit and the commandline, but I like a GUI more. Regards, Madere.
  12. Madere

    String to Integer

    Hi, I have a quiestion. I have a string containing a number: for instance "33". I want to place this in an integer. How can I do this? Thanks, Madere.
  13. Madere

    Automation error

    Hi, I am using e*Gate 4.5.3 without any ESR. I am running Windows XP Home edition. I have ASP.NET installed. When creating an ETD using the Custom Wizard, I get an "Automation Error" during compile. I have tried to logon to XP with a different user (without ASP.NET?), but I still...
  14. Madere

    Local CDONTS does not work

    Hi. I have a question about CDONTS. I have Windows XP, XP SP1 and IIS 5.1 installed. From a page I want to send an email after a form has been completed. When the page is on my providers server, it works fine. But I want to test the page from my local machine. Does anyone have an idea why...
  15. Madere

    Drawing lines on webpage

    Hi, I am busy with displaing genealogy information on a webpage. I do not want to show it as normal statistics but the same as it is shown in the programmes itself. This means I have to draw horizontal and vertical lines and maybe also boxes. I wonder if this is possible with HTML and so how to...

Part and Inventory Search

Back
Top