| |
| |
| |
|
Page: 1 2
Comments:
<0> hmm <1> how deep <1> in what? <2> maybe 10 levels in container divs mostly <1> unrelated <1> http://vix.myvnc.com:8088/dropbox/untitled3.gif <0> might try hiding it while doing your resize code, then showing it in a try..finally <1> it should work no matter what <1> call layout or refresh after resize <2> well, those pages look a lot like the transactions we want to generate
<2> so i'm optimistic <2> what kind of memory usage do you get with that app from the second screenshot? <1> last's see <1> main win plus order popup, 62mb <2> very nice <1> the order page is in one page <2> you mean the page control doesn't use seperate iframes? <1> that one doesn't <1> the main ui dose <1> my app is about 70% done now <2> 70% = 0.2a? <2> ;) <1> ui is not polish at all ;) <2> well then make sure and send me screenshots when it is. looks very nice already <1> will be in gallery when it is done <2> i noticed that you have nested page controls. i seem to recall reading about some weird issue with them.... had any issues? <1> is not nested <0> getting late <0> gonna bail <1> nite <2> nite. thanks for the help <0> l8r, nice metting you paul <2> ah, i see the seperator line <2> i'm sure we'll meet again <2> :) <2> do you populate your iframes by giving them a url to request data from the server, or do you create them empty and populate them in javascript? <2> i'm just strategizing... <1> request to the server <1> all the grid load json with ajax <2> our app is completely ajax. all requests are intercepted. and we only update relevant portions of the page. we've just switched to rendering in the javascript using xml <2> we used to transform the xml on the webserver with xsl <2> i'll probably end up writing to the iframes <2> anyway, i don't need to bug you any more tonight. i think the iframe trick will do just what i'm looking for <2> thanks a lot <2> you don't mind if i share those screenshots with my coworkers do you? <1> np <1> is ok
<2> great. good night <1> nite <3> Hello, i've got this <select> field that is disabled, trying to read any of its properties results in "undefined". However, alerting the object itself displays [object] in IE. <3> Is it correct that when it is disabled i cant read its properties? <4> Shouldn't be. <3> Same in FF, it must be something i've overlooked. <4> Nope. I can read from disabled values <4> You must be accessing it incorrectly. <4> It's a common held misconception that <select> has value. It does not. <3> I know. <4> var mySel = document.forms['formname'].elements['selectname']; var selVal = mySel.options[mySel.selectedIndex].value; <4> Works for me. <5> can be replaced with an image the browse button of <input type="file"> ? <4> No. <4> You'll have to use a regular image and make it emulate a click on the file input. <5> too much :) <4> http://www.quirksmode.org/dom/inputfile.html <6> how can I put focus on a "button" defined as: <input id="changeUnitButton" type="submit" value="V" cl***="button"> <6> document.getElementById('changeUnitButton').focus() in the <body onload gives me a script error <6> is there something wrong with using document.getElementById('changeUnitButton').focus() ? <4> Other than the fact that it's inefficient for your purposes? I don't see what that would be. <6> I read somewhere that in the onload all elements may not be available yet <6> is that true? <4> Onload is triggered when the page is fully loaded. <4> If you have unavailable elements, you have invalid html. <6> ok, good <6> Pilum: what would be an easier way to write it? <4> document.forms['formname'].elements['buttonname'].focus(); <6> thanks <7> javascript is like c++ <7> what do you think? <7> true or false? <7> as a syntax btw lol <4> False. <4> Yes, it's the same syntax style, but that's all. <7> ;) <6> Does it seem resonable that a window.open(..) in my page triggers my page's <body onLoad=..? <6> why is that? I thought the onload should only happen the first time the page is loaded <8> window.open shouldn't trigger the onload <6> I wonder why it happends.. <6> I have a bunch of frames, each one has it's own onload=set the focus to a certian frame <6> robot, can you see any problem with that? <8> nope
Return to
#javascript or Go to some related
logs:
#linuxhelp pottah manchester
#MissKitten xxxpasswordz address is banned configure a linux server ubuntu #php cecilia11 undernet #linux #AllNiteCafe • OmeNServE v2.52 •
|
|