[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-20 Thread Andrew
I did some further testing. I seem to be getting a border rendering issue with this test example in both Firefox 2 and IE --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, sen

[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-14 Thread Andrew
Thanks for the border solution. I changed the border from false to an rgb() or hex value. I still have problems with FF2's white corners and some borders that the script generates in IE6 are messed up. Is this my css is it rendering incorrectly? --~--~-~--~~~---~--~

[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-13 Thread Andrew
Hi Bob, Sorry here is a testcase. Hope this helps http://www.proclanmanager.com/rounded_corner_testcase.zip --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to m

[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-13 Thread Andrew
Just something else I noticed. Printing out borderColor.toString(); shows "true" as opposed to an "rgb(255,255,255)" string. I'm using the SVN version by the way. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-13 Thread Andrew
I had to put try and error catching in _createCornerSlice: function to get IE 6 stopping because of an error. Replace: inStyle.borderColor = borderColor.toString(); with: try { inStyle.borderColor = borderColor.toString(); } catch (error) { inStyle.borderColor = "#000"; } In the "_createCor

[mochikit] Calling the rounding function after the page has loaded

2006-12-12 Thread Andrew
I am calling the following var roundedCornersOnLoad = function () { MochiKit.Visual.roundClass(null, "round"); MochiKit.Visual.roundClass(null, "roundbottom", {corners: "bottom"}); MochiKit.Visual.roundClass(null, "roundtop", {corners: "top"}); MochiKit.Visual.roundClass(null, "b

[mochikit] Rounded edges technique for an input submit button with an added css class def.

2006-07-15 Thread Andrew Madu
Hi,I have defined a button css class for an input submit button. When the class is applied to the input tag the formerly, standard, rounded edges of the normal input type="submit" buttons are now nice and square!! Can I apply the rounded technique in this instance? My css class is as follows: .butt

[mochikit] Re: MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
uitive, way of doing things in mochikit? regards Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from th

[mochikit] Re: MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
Ok, my bad, I understand now. So my next question is, is there any way in mochikit to create a DOM document from a string or xml type of document? regards Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[mochikit] Re: MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
One of those days! > dojo.ById("myDIV") = my_doc.getElementById("output"); this should be dojo.ById("myDIV").innerHTML = my_doc.getElementById("output").innerHTML; regards Andrew --~--~-~--~~~---~--~~ You received

[mochikit] Re: MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
yId("myDIV") = my_doc.getElementById("output"); HTH's regards Andrew --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com

[mochikit] Re: MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
o.io.FormBind({ formNode: "Form1", load: function(load, data, e) { var dom, divList, xml; xml = MochiKit.DOM.createDOM(data); divList = xml.getElementById("output"); //dojo.byId('output').innerHTML = divList ; },

[mochikit] MochiKit.DOM.createDOM problem.....

2006-07-15 Thread Andrew
: [Exception... "String contains an invalid character" code: "5" nsresult: "0x80530005 (NS_ERROR_DOM_INVALID_CHARACTER_ERR)" location: "http://127.0.0.1/dojo/dojo.js Line: 2960"] What is the issue here and how do resolve it? regards Andrew --~--~-~-

[mochikit] Re: GreaseMonkey, and a bug fix for LoggingPane

2005-11-03 Thread Andrew Durdin
On 11/3/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > This is applied in r410 Cool. I meant to ask this before, but shouldn't line 60 of LoggingPane.js read logger = MochiKit.Logging.logger; ? Andrew

[mochikit] GreaseMonkey, and a bug fix for LoggingPane

2005-11-02 Thread Andrew Durdin
fuss. I'll put the GreaseMonkey script up on the wiki when it's done. Cheers, Andrew. LoggingPane.diff Description: Binary data

[mochikit] Re: LoggingPane as a popup

2005-11-01 Thread Andrew Durdin
to automatically display the logging pane window for a page which has imported MochiKit.LoggingPane (to provide continuous logging, no need to click the bookmarklet to reconnect after refresh), but GreaseMonkey's not working for me at the moment, so that'll have to wait. Andrew LoggingPaneWindowName.diff Description: Binary data