Hey guys,
I just read somewhere that Session is shared among multiple tabs open to the same site whereas ViewState is not. Is this true? I can see this causing some serious problems if a user has the same page open in two different tabs but the value being held in the Session variable should...
Thanks for your response!
Yes they report the same figure. My understanding is that the ManagementObject uses WMI. But I don't know how DriveInfo is getting its data. I looked around but couldn't find anything definitive about it. I suspect it's using some kind of API call in the background...
Hey guys,
I'm trying to figure out the difference between these two ways of getting free disk space:
One uses a System.Management.ManagementObject:
ManagementObject disk = new ManagementObject("win32_logicaldisk.deviceid=\"c:\"");
disk.Get();
return disk["FreeSpace"]
and the other uses...
Hey guys,
Imagine that you have salesreps that must occasionally download very large files via a desktop app while on the road. I'm looking for some feedback as to the best way to deal with downloading these large files.
Is it better to have a 'background' downloader and get a little bit at a...
prosper,
Thanks for the link. Unfortunately, it's not so much the movement from one line to the other that is the problem. I am able to do that just fine. The issue is that once I get to the next line, I cannot activate the editor. The cell is selected but the editor doesn't necessarily...
Thanks so much for the responses!
Ah swing, how I hate thee! LOL
I am using a JTable which uses a JComboBox as a cell editor. When the user is done, I would like for them to be able to hit 'enter' to go to the next line. Going to the next line is easy. But moving the focus to the next line...
I can't believe this is so difficult to do in Java. I grow to dislike this language more and more as time goes on.
I have tried .requetFocus(), .requestFocusInWindow(), setCaretPosition().
I can't believe how many hours I have spent on something that should be so simple...
Can someone...
Hi guys,
I'm fairly new to Java and have been trying to figure out how to add an icon to the slider bar in a JSplitPane. Is there an easy way to do this that I am missing? Or do I have to create my own subclass of JSplitPane to add a the image?
Thanks for your help!
prgmrgirl
Howdy,
I'm a little confused: I'm assuming you want the stuff after ActiveWorkbook.RefreshAll to run last...? In your post you say the section that begins with Sheets("Adhocs in odd locations") but there are two sections that start with that.
I would suggest doing this: open up the macro to...
Hey guys,
I'm hoping this is the right place to post this as I know there is an XML forum. Not sure which one is more appropriate...Sorry if its in the wrong spot.
I have been trying to incorporate XML into more of our daily processes but in each case that I have examined, it seems that...
Hey Dan (that's one of my favorite songs btw [tongue] ),
- At what stage do you get the error?
As soon as I click the button that runs the javascript.
- Which version of Opera are you testing it with? (have you tried the latest version?)
Latest version
- Do you have a URL to the full page...
Hey guys,
I'm trying to test a webpage on Opera. It works fine in IE and Firefox. I pared down all the javascript trying to isolate the problem but nothing helps.
The details:
Testing the page on a machine running XP Pro. I'm using an aspx file on localhost and running the page by...
Hey Tom,
I know its not working because the column is not coming up as being autofitted even though the AutoFitWidth is set to 1 in the xsl.
The default is <Column ss:AutoFitWidth="0" />.
Normally you would set the width yourself like this: <Column ss:Width="200" />
Not really sure why...
**UPDATE**
Found the problem with using style:
I had accidently put <Workbook> BEFORE <xsl:template match="/">.
D'oh!
Still can't figure out why <Column ss:AutoFitWidth="1" /> isn't working though. [sad]
Howdy All,
This is a weird one:
I have a simple XML file and I want to turn it into Excel via XSL. I can do this without a problem except for a couple of strange things...
For some reason, the following will not work:<Column ss:AutoFitWidth="1"/>
No error, it just doesn't autofit the...
Hi Nick, thanks for joining the lunacy!
They use a network login. The users would already be crawling around the network doing other things. It's just a matter of finding out who exactly is on the page at that moment. What I would like to have is their network login (i.e. DOMAIN\USERNAME)...
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.