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
hi
im really stuck with my combobox. I have a button on my gui which says add sound which adds a filename to my database and then consequently should update the combobox.
The problem is sometimes the combox is updated when othertimes it goes completely blank but when i click in it the...
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...
if any one can help me with this problem I would be so grateful as Ive been stuck on it for over a week now ....
basically i want the user to select a file from a drop down box and then this will then pass the file name to the player which takes in filename as one its parameters...
i know the...
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.