search for: mac_os_x

Displaying 3 results from an estimated 3 matches for "mac_os_x".

2006 Jul 17
0
Is there an example of using "Prototype Window Class'' with rails?
I feel like a bit of an idiot asking this but does anyone have an example of http://prototype-window.xilinus.com/index.html being used in rails. Should I try and feed it through page.call using rjh. Like this: page.call (''win = new Window("window_id", {className: "mac_os_x", title: "Sample", width:200, height:150});win.getContent().innerHTML = "<h1>Hello world !!</h1>";win.setDestroyOnClose();win.showCenter();'') I think I am missing something really obvious.
2008 Jun 20
0
Slider as Scrollbar in a window
...t work in a separate window. I did not use an iFrame for the window (simple div). Here is my code: window effect from : http://prototype-window.xilinus.com/ // generates a nice window with <div> inside. win = new Window({Id: "mywindow", name:"mywindow", className: "mac_os_x", title: "Mainboard", width:400, resizable:false, height: 500, destroyOnClose: true, recenterAuto:false}); win.keepMultiModalWindow=true; // generateComponentChooserAsHTML() gives only simple html code back. win.setHTMLContent(generateComponentChooserAsHTML()); win.showCenter(); win....
2003 Apr 29
6
Connection refused
I've added the: /etc/services /etc/inetd entries as well as /etc/rsync.conf with the contents: [io] path = //Volumes/Mac_OS_X/Library/WebServer/iolanguage.com/Io comment = iolanguage source code But I get this error: % rsync -rvR --progress localhost:/ . localhost.dekorte.com: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12...