Forum: Java Sep 19th, 2008 |
| Replies: 3 Views: 455 hi,
I think I may have the error. I placed the classes in a folder named "myapp" before zipping and that appears to have done it.
thx again. |
Forum: Java Sep 19th, 2008 |
| Replies: 3 Views: 455 hello,
thx for reply. it's appreciared. i've tried what you suggested and I ended up w/ the same error.
Myapp is the name of the app.
any help is appreciated. |
Forum: Java Sep 19th, 2008 |
| Replies: 3 Views: 455 Hello,
Attempting to run java app from zip file rather than jar but having some difficulty. I have placed all the classes for the app in the zip. The files not are compressed. Here's a sample of... |
Forum: Visual Basic 4 / 5 / 6 Aug 27th, 2008 |
| Replies: 5 Views: 792 Hello,
Yes, I believe the error you are receiving is because the target machine does not have the necessary objects or components that is included in your application. You may need an installation... |
Forum: Visual Basic 4 / 5 / 6 Aug 27th, 2008 |
| Replies: 4 Views: 2,946 hello,
Sounds like you maybe able to use the Dir function to retrieve all the files in the folder and possibly FSO (FileSystemObject) to open, read and process the file. FSO is available by going... |
Forum: Visual Basic 4 / 5 / 6 Aug 27th, 2008 |
| Replies: 2 Views: 755 Hello,
There are a couple of controls that vb provides to do this. One is DTPicker and the other is MonthView. These controls are available via, I believe, MsComtlb2 under Components. You can... |
Forum: Visual Basic 4 / 5 / 6 Aug 27th, 2008 |
| Replies: 0 Views: 819 Hello,
Attempting to use vb6 to call CeRapiInvoke to execute a process on a WM device.
However, I'm having some difficulty invoking this function. The desktop (VB6) application used to call... |
Forum: Java Jul 25th, 2008 |
| Replies: 3 Views: 1,258 Changed command and was able to gain access to the config file, however, now receiving error w/ authenitication parameters. Here's the error rec'v:
Failed to retrieve connection info for database... |
Forum: Java Jul 23rd, 2008 |
| Replies: 3 Views: 1,258 hello,
Attempting to connect HSQL db by calling a config file from a java command line. However, receiving the following error message:
Failed to retrieve connection info for database... |
Forum: Java Jul 18th, 2008 |
| Replies: 10 Views: 935 Hi Ronald,
Thx. for the response. The jdk level is 1.4.2. Unfortunately, I did not implement your code because Swing is required and the app is awt-based.
Jim |
Forum: Java Jul 17th, 2008 |
| Replies: 10 Views: 935 Hi Ronald,
Thx. for your help. I apologize for the vague explanation or scenario. The scenario is as follows:
When a user clicks to open a dialog, there's currently no notification to the user... |
Forum: Java Jul 17th, 2008 |
| Replies: 10 Views: 935 Hi Ronald,
Thanks for the response. It's appreciated. The array is not big at all. It contains about 3 to 4 dialogs. The purpose of this progress bar is give user notification while waiting for a... |
Forum: Java Jul 16th, 2008 |
| Replies: 10 Views: 935 Hi,
Thx. for the input. However, the application is awt-based. No Swing allowed. |
Forum: Java Jul 16th, 2008 |
| Replies: 10 Views: 935 Hello,
Thx. for the response. It's appreciated. It appears that the Class.forName() works because the Progress Bar paints after the class that was preloaded by forName is made visible. That is,... |
Forum: Java Jul 16th, 2008 |
| Replies: 10 Views: 935 Hello,
Attempting to create a progress bar for awt-based application. I'm trying use a thread to do some simple animation to give the appearance that a frame (the progress bar) is incrementing.... |
Forum: Java Jul 7th, 2008 |
| Replies: 2 Views: 3,051 Hello AcidBurn,
thx for the reply. it is appreciated. actually, i was able to find the solution to the problem. it appears that there are couple calls in the code to synchronize the thread the... |
Forum: Java Jul 5th, 2008 |
| Replies: 2 Views: 3,051 Hello,
i'm attempting to create a splash screen using the code snippet posted on this site(i.e. DaniWeb) - http://http://www.daniweb.com/code/snippet697.html... |