Re: iUI users and developer's lists? (was Re: svn repository vs. joe hewitt's download

2007-10-05 Thread BikePilgrim
I'd also like to see more development on iUI, and would love to participate in the community. Just sharing my two cents. On Oct 5, 11:54 am, "Christopher Allen" <[EMAIL PROTECTED]> wrote: > On 10/4/07, Sean Gilligan <[EMAIL PROTECTED]> wrote: > > > Does it make sense to create them, and move de

Bugs with the onKeyUp event?

2007-08-28 Thread BikePilgrim
I've been working on a site called Slu.gr for the iPhone (dev.slu.gr/ iphone). I allow users to email photos to the site by attaching the photos to an email and addressing it to "[EMAIL PROTECTED]". On the registration form, below the input for the Pin number I provide them with an example. When t

Re: iUI: JavaScript and buttons in sub-pages

2007-08-27 Thread BikePilgrim
I believe inline event handlers still work properly in iUI-ajax loaded pages. So now we've got both. Thanks Snyke. Is anyone here involved with the iUI Google Code project? I requested an invitation, but I guess Joe's too busy (probably curing cancer). I'd like to see things like this being implem

Re: iUI: JavaScript and buttons in sub-pages

2007-08-27 Thread BikePilgrim
Mobivity showed me a great way to do #2 http://groups.google.com/group/iphonewebdev/browse_thread/thread/e91f3ca75212abea/7ae06ad18427c549?lnk=gst&q=bikepilgrim&rnum=1#7ae06ad18427c549 On Aug 27, 6:25 pm, Snyke <[EMAIL PROTECTED]> wrote: > I changed the iui.js to eval javascrip

Have an iPhone and a Bicycle? Help us test our app (San Francisco Bay Area)

2007-08-23 Thread BikePilgrim
We're looking for a few iPhone users to participate in a small test of an iPhone web-app. The test will be held August 31st during the San Francisco, Critical Mass. Critical Mass is like a bicycle parade that happens on the last Friday of the month. It involves hundreds of bikers slowly meanderin

Running Javascript called by iUI

2007-08-20 Thread BikePilgrim
Has anyone using the iUI toolkit tried to run javascript from the ajax pages they load? I've tried putting

Re: iUi toolbar buttons

2007-08-16 Thread BikePilgrim
On Aug 15, 5:49 am, unowen <[EMAIL PROTECTED]> wrote: > try this: > href="javascript: document.getElementById('formID').submit();" > > On Aug 14, 3:54 pm, BikePilgrim <[EMAIL PROTECTED]> wrote: > > > Any idea how to make the

Re: iUi toolbar buttons

2007-08-16 Thread BikePilgrim
On Aug 15, 9:46 am, Ralist <[EMAIL PROTECTED]> wrote: > Why don't you guys use XML instead of unvalid HTML? > > On Aug 15, 8:49 am, unowen <[EMAIL PROTECTED]> wrote: > > > try this: > > href="javascript: document.getElementById('formID').

Re: iUi toolbar buttons

2007-08-14 Thread BikePilgrim
t; > if (page.getAttribute("toolbarButtonType")) > > toolbarButton.setAttribute("type",page.getAttribute("toolbarButtonType")); > > } > // *** > > Works great. Hope this helps. I struggled for a while before deciding > to ha

Re: iUi toolbar buttons

2007-08-14 Thread BikePilgrim
EF")) > > toolbarButton.setAttribute("href",page.getAttribute("toolbarButtonHREF")); > > if (page.getAttribute("toolbarButtonType")) > > toolbarButton.setAttribute("type",page.getAttribute("toolbarButtonType")); >

iUi toolbar buttons

2007-08-13 Thread BikePilgrim
I'm using iUI to build an app. Going off of the examples provided on the website, I put a blue button in the top right corner of the toolbar. When I visit other pages which are loaded via ajax I'd like to change the function of that button. Can anyone think of a clean way to do this from an ajax l