Hi
I use 3 functions to sort a select list that's been populated by dynamically. (people can add and remove items)
Was all working great until I need to apply it to a list of water tank values.
My list (which I can't change) is:
10 Ltrs
25 Ltrs
50 Ltrs
75 Ltrs
100 Ltrs
250 Ltrs
I thought...
Hi. This is really driving me crazy.
I have a custom stensil with a load of shapes in it, each representing functions in a system.
These recur on mulpile pages within the visio document.
If I change a master of the shape, I was expecting all of the instances to update.
The process I'm...
Can someone show me how to add another fake frame accross the top 40px high?
http://www.dynamicdrive.com/style/layouts/item/css-left-top-and-bottom-frames-layout/
Matt
Hi. Is it possible to use JS to have draggable frames in an interface like this.
http://www.dynamicdrive.com/style/layouts/item/css-left-top-and-bottom-frames-layout/
I've seen it done well before but can't find it.
Matt
Hi.
If you look at http://search.msn.com/images/results.aspx?q=images&FORM=QBIR
At the top there is an element that allows people to control the size of all the images in the results pane.
I'm not looking to emulate the image size stuff, but I am trying to workout how to make something...
For the reports I can get things like sessions out by grouping by a var in the cookie.
But some of my clients want different determinations of a session timeout length than others.
What I'm trying to do in a query:
• get the logs for a day (done)
• create a field with an id (sessid) that I...
Hi. I have either come accross something strange, or am being stupid. (tired)
The following code created two queries and then loops through them.
It outputs the following text:
test0: GetData.id=1
test1: GetData.id=1 GetAct.contactid=1 fakeid=1
test2: GetData.id=1 GetAct.contactid=1 fakeid=1...
Hi. I have a Dual Quad Core (8 processors Intel Xeon X5355 2.66 Ghz) machine with 16GB of ram. Using Vista Ultimate 64 bit.
It work very fast (expected) but I'm fairly sure not all the resources are being used where possible.
For example, photoshop PS2 can only address 2GB of ram (limited by...
Hi. I'm having a prob calling a method(?) from the code rather than on an event.
This text box, when clicked will take whatever is in the clip board and paste it in with the content.
Is there any way that I can do this voa code.
For example:
document.getElementById("WordTextst").focus()...
Hi. Is it possible to establish if the mouse is still within the confines of a browser window.
I have a dragable layer and it works fine with draging when the mouse is down and stopping whern the mouse is up.
But, if you keep the mouse down and then drag the mouse all of the way out of the...
Hi. Before I start trying to re-invent the wheel. I though I'd check with you experts if a script already exists that everyone reuses.
I have a lay that appears when you click a button. I have it always appear in the middle base on browser size and scroll pos. Working great.
What I'd like is...
Hi. After latest update to bring cf up to: 7,0,2,142559
(http://www.adobe.com/support/coldfusion/downloads_updates.html)
Now when any of my systems, on multiple sites, perform either an update or an insert the following error happens afterwards. (error at the bottom of the past)
The stange...
Hi. I am tring to remove the selection from a dropdown, without having to repopulate it.
I'm trying with:
for (var n=0;n<document.addeditform[usefield].length;n++){
document.addeditform[usefield][n].selected = false;
}
It always leave one selected....
Any ideas?
Matt
Hi. I am about to start a project that might end up having > a million records.
Is MSSQL better than MySQL for this.
Other than having very efficient queries, stored proceddures and cached queries, is there any architectural methods that I should be emplying?
Such as, having multiple contact...
Hi. I have a datagrid component with some rows of information in it.
Any of the rows can be clicked. What I'd like to do is transfer the data from the row that is clicked to structure, so that I can display it somewhere (where things like multiple lines of text can be viewed).
Does anyone know...
Hi. I am changing the colors of my combo box using:
_global.styles.ComboBox.setStyle("color", 0x373737);
and
_global.style.setStyle("themeColor","0xBDCEE0");
and
_global.style.ComboBox.setStyle("textRollOverColor", 0x373737);
But, what ever I do the selectedColor always stays this horrible...
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.