419 Posted Topics

Member Avatar for jengar
Member Avatar for slow_jam
0
52
Member Avatar for sham08

is it even trying to boot from the CD? or does it go to your hdd straight away? are your keystrokes actually registering? I assume it is booting into vista, and not the vista setup (because that would mean you are using the wrong cd)... Perhaps try different keys...

Member Avatar for sham08
0
204
Member Avatar for sneekula

yep, my hp laptop (w/ ubuntu) behaves similarly. I just use the network manager to take care of the wireless enabling/disabling and don't bother with the switch.

Member Avatar for Xlphos
0
184
Member Avatar for dazzagaelic
Member Avatar for dazzagaelic
0
181
Member Avatar for tonjaa

yeah, "add to panel" will retrieve anything you remove, please mark the thread as solved if it is.

Member Avatar for sillyboy
0
51
Member Avatar for Rastabot

i am not entirely sure what your issue is. what i gather is you having issues with "return on int", but you don't have to do you... why not treat everything as a char? (assuming single digits)

Member Avatar for sillyboy
0
138
Member Avatar for transplantedNYr

perhaps you are over-complicating this problem... i suggest you look at the Class java.io.File, which should be a lot better than reading files from stdin (i have never even tried that). adding your points, you seem to be over-complicating too. as long as you get each line at a time …

Member Avatar for transplantedNYr
0
160
Member Avatar for JAMartin6815

first of all, please use code tags so your code is readable. you should also try and post relevant sections of your code. [url]http://java.sun.com/j2se/1.5.0/docs/api/java/util/InputMismatchException.html[/url] which indicates the usage of your scanner is probably wrong somewhere.

Member Avatar for JAMartin6815
0
229
Member Avatar for dbcscanada

databases shouldn't come into this. i assume your data is in a form? and if so all you need to do is get the POST/GET data. the easiest way to do this is probably using something like PHP.

Member Avatar for sillyboy
0
64
Member Avatar for helixkod

why are you defining the label in TestDraw? if it is going onto the DrawPanel, why not add it to that instead?

Member Avatar for sillyboy
0
167
Member Avatar for Thinka

It is going to differ depending on your wireless device. On my laptop, the wireless worked straight away (Ubuntu 8.10).

Member Avatar for rm_daniweb
0
165
Member Avatar for hunter007
Member Avatar for Esmeralda

surely there is more to it than that... you haven't defined any of the functions. also, use code tags.

Member Avatar for adam1122
0
129
Member Avatar for m_sam6

as long as "field_names", "tablename", and "condition" are variables... well they are variable.

Member Avatar for sillyboy
0
50
Member Avatar for findlay
Member Avatar for gabec94

you have infinite loop because you are checking for plusminus == 0 or 1. when the value is 0, you add 1, when the value is 1 you subtract 1, therefore the condition is always satisfied. your for loop is commented out, you are actually using a while loop.

Member Avatar for gabec94
0
1K
Member Avatar for Miyuki Suzuki

have you got database drivers? you will most likely need to import some library which is going to include the drivers, you will then create a connection to the database. only after this will you be able to query the database.

Member Avatar for Miyuki Suzuki
0
114
Member Avatar for ziggy66

this link won't help with the GUI, but you should be able to see all the files through terminal: [url]http://www.knoppix.net/wiki/Root[/url] I remember I used to login as root on ubuntu, I think if you set the pwd you can then just logout/login (as root). But not sure if this is …

Member Avatar for sillyboy
0
110
Member Avatar for doha786

[code=java]String f=found.toString();[/code] f is a String representation of found which is already a String. There is no reference to any files I can see.

Member Avatar for BestJewSinceJC
0
99
Member Avatar for Hockeyfreak889

for resizing an image: [url]http://www.velocityreviews.com/forums/t126229-resize-imagejpg-problem.html[/url] your other issue, i believe it is because there is no repaint occuring until your maximise forces one.

Member Avatar for JamesCherrill
0
285
Member Avatar for jeoff

why is JSP middleware? JSP should be used on your front-end... to get the database connection, just get the driver .jar

Member Avatar for peter_budo
0
159
Member Avatar for ckillackey

"I'm having the most trouble with find the largest number" do you ever get more than 1 number in your array? i am not sure how you expect to populate your array without a loop.

Member Avatar for sillyboy
0
119
Member Avatar for Remulon

have you changed broswer? i remember ther are browser considerations you need to be aware of when using AJAX.

Member Avatar for sillyboy
0
63
Member Avatar for shahab.burki

it's being read as a "char" so either cast it to an int, or read an "int" instead.

Member Avatar for ejosiah
0
116
Member Avatar for denniskhor
Member Avatar for RizzLinux1388
Member Avatar for deathwishgenius

if you write the code, it belongs to you. you can choose licensing on what you have written.

Member Avatar for deathwishgenius
0
135
Member Avatar for ice_cool

it doesn't seem like you get it. new Track() is trying to find the default constuctor for "Track" i.e. with no parameters. The only constructor you have defined has many constructors, where you should use new Track(param1, param2, ...). next time use code tags too

Member Avatar for verruckt24
0
189
Member Avatar for gabec94

you need to somehow "remember" values from previous iterations of the while loop. so if you have a MAX number of iterations you could use an array, but perhaps it would be easiest to use a vector instead. you should also consider an exit clause to the loop.

Member Avatar for gabec94
0
925
Member Avatar for gabec94

if you "break" you are going to skip the calculations. does the calculation need to be in the loop?

Member Avatar for gabec94
0
81
Member Avatar for peedi

The "==" operator won't evaluate two Strings as true unless they are the same object. You should use String.equals() instead.

Member Avatar for sillyboy
0
177
Member Avatar for master_mind187

You can use JavaScript to create this type of behaviour. E.g. changing colours (when mouse cursor is over the button) can be achieved using "onmouseover".

Member Avatar for MJ Pieterse
0
140
Member Avatar for cozzie

you don't need to insert any hidden fields as such, just set the value. if this is to be filled when you submit the form, then make use of the onclick event and set the element (your input field) value. e.g. document.getElementById().value = "blah" Don't just copy and paste the …

Member Avatar for cozzie
0
198
Member Avatar for sillyboy
Member Avatar for PradeepCR

you do realise the ways to do this are limitless, not to mention you don't specify any database specifications. in other words, nobody is going to be able to help you with that info.

Member Avatar for sillyboy
0
117
Member Avatar for jbennet

thanks for this thread, i always wanted to be able to middle click with my touch pad.

Member Avatar for sillyboy
0
109
Member Avatar for sassenach

you mention a database, therefore you would probably want a server-side language to set up a database connection.

Member Avatar for sassenach
0
207
Member Avatar for Robdale
Member Avatar for bcurt85
0
89
Member Avatar for senthil12345

this link should probably help you out: [url]http://scorreiait.wordpress.com/2007/09/25/how-to-find-the-free-disk-space-in-java/[/url]

Member Avatar for sillyboy
0
71
Member Avatar for ice_breaker

If you locate the executables (e.g. C:\Program Files\Microsoft Office\Office12) simply right-click + drag theem onto the start menu and into the location you want. you can then set it as a shortcut

Member Avatar for ice_breaker
0
517
Member Avatar for dian69
Member Avatar for cguan_77
0
82
Member Avatar for Sparkie54

um, why are you trying to repair it? last time i checked power supplies were pretty cheap. based on the behaviour you have explained, i reckon your fixes to the broken components are fine, but not right. i think the power supply is shutting itself down because it is running …

Member Avatar for thepastimer
0
140
Member Avatar for manfosys

there is probably going to be no sample source code given before you do anything yourself. research parsing html in java, it shouldn't be all that difficult to achieve what you want once you know how to parse html.

Member Avatar for sillyboy
0
104
Member Avatar for KraZy-Yhan
Member Avatar for youngstorm

jdb says? or prog says? does prog accept arguments when called or when during execution? do you actually call run to start prog execution?

Member Avatar for youngstorm
0
886
Member Avatar for regina11

this link should help you: [url]http://help.bigfix.com/cgi-bin/kbdirect.pl?id=8[/url]

Member Avatar for sillyboy
-1
138
Member Avatar for gsjeha
Member Avatar for hijimoto
0
252
Member Avatar for coolgirl96627

what? if the problem is application specific, you are probably using the wrong device as you microphone. you may also have the sensitivity too low...

Member Avatar for ItCareerCoach
0
130
Member Avatar for EJD

NumberFormatString? it would help if you actually post your error (including line numbers), but my guess would be Double.parseDouble isn't working for you.

Member Avatar for llemes4011
0
111
Member Avatar for ProgrammersTalk

The End.