Hi
I have been messing around with tortoise cvs and cvs over the past week.
I am now finding a problem where I try to commit/update files to repository that are > 1MB. Tortoise just seems to hang at the 'commiting dialogue box'. I can commit smaller files without any problems at all.
I am...
hi
thanks for your reply but what u typed is what ive done so far. Now say you have another method which updates the contents of your jc ojbject how would u go about updating the display?
thanks
mark
...If any one could help it would be very much ap
preicated...
thanks
mark
my full code is listed below...
package db;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import...
hi
how do I specify a valid URL which would reference my local c drive?
Im trying to get a sound application to run and the sounds need to have a URL to make them work but I keep getting malformed URL exceptions..
ive tried everything...but can't seem to get it right...
i need to point to a...
hi
i can't work out why my function which checks to see if the user has selected an item from the drop down box doesn't work...
any ideas?
thanks
<html>
<HEAD>
<script language='JavaScript'>
<!--
function changeFile(the_file)
{ document.getElementById('thePlayer').FileName =...
i couldnt see a missing brace?
theres one for the function declaration and one for the for loop?
i havnt recieved any errors either...maybe because the images are in the table it may be preventing me from seeing the border ??
sorry ignore that code it was old ...
<HTML><HEAD><TITLE>Credential Recovery: Image Authentication</TITLE>
<script language='JavaScript'>
function submitform(imageid)
{
document.test.imageid.value = imageid
document.test.submit()
}
function addBorder(image) {
var numimages =...
hi
im trying to code my web app so that for this particular section when a user clicks on an image the image is 'highlighted'.
On searching the forums i found a similar question and the sol'n given suggeted a function which changes the border thickness of the image on clicking it....
i also...
hi
ive been trying to code my Jtable do that it updates on the fly as opposed to hard coding it so it is populated on start up...
so far im am initailsing it by :
table = new JTable(mydb.getAllEventQuery(), headings);
where mydb is a class that does all my database query processing and...
hi
i have a table which is like this:
event
(event_id, user_id, tsStart, tsFinish)
where tsStart & tsFinish are timestamps...
now when i add an entry i only add data to the first 3 columns leaving the tsFinish blank (null)...
ie: INSERT INTO event values('1','1',now,null)
now when i try...
hi
i am in the middle in creating a user activity logging facility for my system which records any updates, inserts, removals from the database
I was wandering if my implementation looks ok or can any one see any major pitfalls or redundancy with proceeding with this architecture??
thanks...
hi
i currently have a bunch of servlets that i am using for a user authentication system:
seeAccounts - gives user some questions
choosePic - lets user choose identify their picture
chooseSound - lets user identify thier sound
FinishServlet - gathers parameters and determines if all were true...
...<html><head>
<script language="JavaScript">
<!--
function changeFile(the_file)
{
var the_url = the file;
return the_url;
/*This is just returning a value but I
* want it to update the parameter "FileName" value
* to the item in the drop down box
*/
}
//-->
</script>...
i thought someone would mention that qNum thing... its basically a variable which i use to display how many questions for each user are displayed...
ie : qNum = 3, means for that user, 3 questions are selected at random from the users_ans table for that user particular id.
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.