Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Java buttons change on second load
Name: stroke6463 Date: November 8, 2005 at 15:54:40 Pacific OS: XP Pro CPU/Ram: idk
Comment:
I just converted some old vb6 programs to java with a program from diamondedge.com. The programs work great but I have one odd problem.
The buttons are supposed to be black but on the first web page load they look like standard gray buttons. If I refresh the page, they are black like they are supposed to be. I do not know much about Java but this does seems a little unusual.
What do I have to do to fix this problem? If I need to get a Java program could someone point me in the right direction cause I have never programmed in it before. Thanks a lot.
Name: SN Date: November 10, 2005 at 07:25:14 Pacific
Reply:
It's not clear what you want here...Are you talking about java, or javascript? How did an old vb6 app have anything to do with how a web page displayed in the first place? Can you tell us a little more about what kind of app this is and what role each technology is playing?
-SN
0
Response Number 2
Name: stroke6463 Date: November 10, 2005 at 15:48:09 Pacific
Reply:
It's Java. The program I used converts the VB program to a web page with a java window where my program shows up.
http://www.diamondedge.com there is the web page for the converter if you need to see what I mean.
Summary: I wonder if anyone can help me. I've been using VB6 for years, but never really had much experience with the IE side of things. My "mission" is to write a program for VB6 that automates a button press...
Summary: Put this in the head of your document: <META HTTP-EQUIV="Refresh" CONTENT="3;URL=URL_to_document"> The '3' represents the number of seconds to pass after the page has loaded before the download wil...
Summary: I have created a shell to a site using frames. Fixed top frame only, containing 6 flash buttons. The target for these buttons is the mainFrame. When I open the site all buttons work on the first press...