Hi all,
I was wondering if someone here knows about a framework that can automatically map some Swing components in my GUI to the beans I created that are stored in memory.
Let me explain :
I made an app to generate strategies for ET-QW game.
I created beans to store the data this way ...
Hi all,
I have a little problem I couldn't solve by myself so if someone can help me...
I put a JTabbedPane in a Swing Application and could find how to change some of the colors of the pane :
- the selected tab title color,
- the background color behind the tabs titles
I tried almost every...
Hi guys and girls !
I need to make a button on a HTML page in order to allow user to save (download) a given image to it's disk. The problem is that the image is located on a server that needs autentication. I managed to do it using the following method :
public void extractImage() {
String...
I have a javascript that is dynamically created by my framework. I want to check that javascript content in order to debug it. What I do for the momoent is an "alert(response);" before sending the response. My problem is that the response content is so big that the alert box cuts it before the...
I just wrote a faq on this subject : creating drop down menus with hidden div. It content all the necessary script and a detailled how to.
If you want to have a look : faq216-3320
you can also see the VBScript version : faq329-3319
Tell me what you think of it. Water is not bad as long as it...
I wrote 2 faqs on the same suject : creating drop down menus with hidden div. They content all the necessary script and a detailled how to.
If you want to have a look :
JavaScript version : faq216-3320
VBScript version : faq329-3319
Tell me what you think of it. Water is not bad as long...
I wrote 2 faqs on same suject : creating drop down menus with hidden div. They content all the necessary script and a detailled how to.
If you want to have a look :
JavaScript version : faq216-3320
VBScript version : faq329-3319
Tell me what you think of it. Water is not bad as long as it...
I tried to post this in "e-mail issues" forum but got no answers. Hope I'll be luckier here !!!
I have a problem : Since I installed XP pro on my new computer (Athlon XP 1800+ / 512Mo / 60Go), I can surf, receive e-mails but can't send them. I access the web with a modem that works...
I have a problem : Since I installed XP pro on my new computer (Athlon XP 1800+ / 512Mo / 60Go), I can surf, receive e-mails but can't send them. I access the web with a modem that works fine (web surfing and fax features works well). My desktop is sometimes linked to my notebook with a crossed...
Vbs allow you to create classes. In each of them, you can code a constructor (public sub Class_Initialize) and a destructor (public sub Class_Terminate). My question is : Can I, as it can be done in java for example, define parameters for the constructor that should work this way :
class...
I'm trying to disconnect all sessions made from clients to my server. Just like doing in commandline a "Net Session //clientName /delete" for all "clientname".
I already tried the old ".bat" method :
- Wscript.run of "Net Session > myfile.txt"
- Read...
I was wondered if it is possible to configure the default settings of Ms Word 2K (default directories) via GPO (group policy) strategy.
If someone could help me, that would be very cool ;-) Water is not bad as long as it stays out human body ;-)
I've been asked to build a tool to compare DLL from differents directories. For each DLL file found in a specified folder, I need to write it's version, date last modified and size. For the 2 last infos, I managed to get them by the properties of the File object. Does anyone knows how to get the...
I had the (bad) surprise to see that the fso.fileExists method doesn't allow joker chars like "*".
ie : fso.FileExists("c:\windows\System32\*.dll") returns "false" even if "c:\windows\System32\" folder is full of dlls.
Does anyone know how to achieve this...
On IE6, when you press the F11 key, the interface is changed to a lonely top bar and all title bar, status bar and so on are hidden displaying the page "almost fullscreen". Does anyone knows how I can obtain the same by script on loading of the page.
More infos :
- I don't want to use...
I posted this under the VBScript forum as my DHTML script is in VB but I'm almost sure that the problem does'nt come from VB. So if you're not allergic to VB, please give an eye to this thread : thread329-398881 Water is not bad as long as it stays out human body ;-)
I have a div in an HTML page in witch I create a table that I fill with values from an XML file. Adding a msgbox at the end of the computing that displays my div innerHTML attribute give me everything allright but when displaying my page under IE6, my div is empty. Here is the code :
HTML page...
Can't you force the width and height values of your submit and reset button by applying a css class like this one :
.button {
font-family: Verdana;
font-size: 8pt;
background: #333;
color: #F90;
border-style: solid;
border-color: #F5F5F5;
border-width: 1px;
margin-left: 1px...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.