electronbender: It's located here... http://www.silverscripting.com/MooTimePick/hoverpick.time.html
On Oct 13, 3:55 pm, electronbender <[EMAIL PROTECTED]> wrote: > Is there a new example page? > This link (http://www.silverscripting.com/MooTimePick/test.html) is > not working well in FF too, but you guys are talking like it is? > Can i see where you are at? > > On Oct 13, 9:46 pm, electronbender <[EMAIL PROTECTED]> wrote: > > > I think it should use scroll for years. > > Think about it. You hover day, chose from 1 to 31, then month (could > > be numeric of full month name), and for years, you could place a range > > starting from current year with +- 5 years. To change to 1980 you > > could scroll up and down, or use arrows which are located at the end > > of the range. > > > On Oct 10, 7:41 pm, nutron <[EMAIL PROTECTED]> wrote: > > > > I don't know how well it would work for years; I think the interface would > > > require some scrolling ability. How do I choose 1980? How far back can we > > > show in a single row? > > > On a related note, Tom, I think we should move my Date.js into MooTools > > > for > > > 1.3. > > > > And if this moves into git, we might as well add it to the MooTools > > > plugins > > > if we're that excited about it (and then I wouldn't add it to Clientside). > > > > -a > > > > On Fri, Oct 10, 2008 at 10:10 AM, tomocchino < > > > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > > > > > wrote: > > > > > I love this time picker... and can't yet understand why all date > > > > pickers are done the same way. This is so much more intuitive than > > > > anything else I've seen. > > > > > Pick the hour, then the minutes, then the seconds. > > > > Pick the year, then the month, then the date. > > > > I have a challenge for you SilverTab... > > > > > var Picker = new Class({ ... }); > > > > Picker.Date = new Class({ Extends: Picker, ... }); > > > > Picker.Time = new Class({ Extends: Picker, ... }); > > > > Picker.Whatever = ...; > > > > > Bonus points if you get it up on GitHub so I can contribute to it when > > > > I have some time. :) > > > > (note: the name Picker was arbitrary, you could use probably use any > > > > name.) > > > > > Cheers, > > > > - Tom > > > > > On Oct 10, 2008, at 12:51 PM, SilverTab wrote: > > > > > > Aaron: I have absolutely no problem with it! It still needs some more > > > > > work (gotta clean up the code, I might add a couple more options > > > > > etc...) but once it is done, feel free to add it to clientside! :) > > > > > I'll update this thread with my progress! > > > > > > On Oct 10, 12:08 pm, nutron <[EMAIL > > > > > PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1316982&i=0>> > > > > wrote: > > > > >> Very nice! I really like this work. > > > > >> SilverTab, if you are interested in releasing this I might be > > > > >> interested in > > > > >> including it in our Clientside libs (http://clientside.cnet.com/js) > > > > >> under > > > > >> the 3rd party code. If you aren't comfortable with this of course I > > > > >> wouldn't... > > > > > >> Aaron > > > > > >> On Thu, Oct 9, 2008 at 11:08 PM, SilverTab < > > > > >> [EMAIL > > > > >> PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1316982&i=1><ml-user > > > > > >> [EMAIL > > > > >> PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1316982&i=2>> > > > > > >>> wrote: > > > > > >>> So far I tested on IE7 only...Basically, the Hours list (ul, which > > > > >>> is > > > > >>> set to "position: absolute") should be displayed under the text > > > > >>> element, not over it... it displays just fine in webkit and > > > > >>> firefox... > > > > > >>> My guess is that it is worse or, in the best case, just as bad in > > > > >>> IE6! :) > > > > > >>> On Oct 10, 2:02 am, keif <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=0 > > > > > >>> wrote: > > > > >>>> what version of IE? I can try and peak at it tomorrow at work, when > > > > >>>> I'm on a PC again. > > > > > >>>> On Oct 9, 11:54 pm, SilverTab <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=1 > > > > > >>> wrote: > > > > > >>>>> Since I mentioned it, about IE compatibility, if anyone here is > > > > >>>>> good > > > > >>>>> at CSS (personally I'm not that much of a CSS l33t :) ) Please > > > > >>>>> let me > > > > >>>>> know if you have any idea on how to fix the CSS so that it works > > > > >>>>> with > > > > >>>>> IE! (pretty sure it's a CSS only problem)... > > > > > >>>>> On Oct 9, 11:49 pm, SilverTab <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=2 > > > > > >>> wrote: > > > > > >>>>>> You can actually pick the intervals yourself (for both hours and > > > > >>>>>> minutes) by passing 2 arrays in the options, for example, right > > > > >>>>>> now > > > > >>> Im > > > > >>>>>> using: > > > > >>>>>> options: { > > > > >>>>>> hours: [1,2,3,4,5,6,7,8,9,10,11,12], > > > > >>>>>> minutes: [00, 15, 30, 45], > > > > >>>>>> amPm: ['am', 'pm'] > > > > >>>>>> }, > > > > > >>>>>> As for "remembering" the selected time, it was like that at > > > > >>>>>> first, > > > > >>> but > > > > >>>>>> I decided to reset it ... it can totally become an option > > > > >>>>>> though... > > > > > >>>>>> Still far from complete though (missing animation/effects... > > > > >>>>>> compatibility with IE... testing... etc etc)...but it's getting > > > > >>> there! > > > > > >>>>>> On Oct 9, 11:40 pm, ibolmo <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=3 > > > > > >>> wrote: > > > > > >>>>>>> Pretty cool. What about sub 15 minute increments? Also, what > > > > >>>>>>> about: > > > > >>> if > > > > >>>>>>> you select a time, and you activate the widget the selected > > > > >>>>>>> time is > > > > > >>>>>>> shown? > > > > > >>>>>>> Olmo > > > > > >>>>>>> On Oct 9, 6:48 pm, SilverTab <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=4 > > > > > >>> wrote: > > > > > >>>>>>>> Well the basic interface is there, I'm working on it right now > > > > >>> (right > > > > >>>>>>>> on the server), so it's quite possible that you'll get an error > > > > >>> every > > > > >>>>>>>> once in a while, it means I screwed something up, but it should > > > > >>>>>>>> probably be fixed if you reload the page a minute later.... > > > > > >>>>>>>>http://www.silverscripting.com/MooTimePick/test.html > > > > > >>>>>>>> Just gotta add a couple of click events, and clean up the > > > > >>>>>>>> code (a > > > > > >>>>>>>> lot).... > > > > > >>>>>>>> I might be able to get it done tonight... will depends on how > > > > >>> much > > > > >>>>>>>> coffee I drink! :P > > > > > >>>>>>>> -SilverTab > > > > > >>>>>>>> On Oct 9, 6:18 pm, SilverTab <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=5 > > > > > >>> wrote: > > > > > >>>>>>>>> I'm giving it a shot... we'll see how it goes! :) > > > > > >>>>>>>>> On Oct 8, 8:03 am, electronbender <[EMAIL PROTECTED]< > > > >http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1315339&i=6 > > > > > >>> wrote: > > > > > >>>>>>>>>> I found this cute looking time picker plugin: > > > > >http://haineault.com/media/examples/jquery-utils/demo/ui-timepickr.html > > > > >>>>>>>>>> Amazing UI, very cute and usable. > > > > >>>>>>>>>> Any chance for a moo port? > > > > > >>> ------------------------------ > > > > >>> View message @ > > > > >>>http://n2.nabble.com/Sweet-time-picker-plugin-tp1306377p1315339.html > > > > >>> To start a new topic under MooTools Users, email > > > > >>> [EMAIL > > > > >>> PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1316982&i=3><ml-node > > > > > >>> [EMAIL > > > > >>> PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1316982&i=4>> > > > > > >>> To unsubscribe from MooTools Users, click here< (link removed) >. > > > > > >> ----- > > > > >> The MooTools Tutorial: http://www.mootorial.comwww.mootorial.com > > > > >> CNET Clientside: http://clientside.cnet.comclientside.cnet.com > > > > >> -- > > > > >> View this message in context: > > > >http://n2.nabble.com/Sweet-time-picker-plugin-tp1306377p1316777.html > > > > >> Sent from the MooTools Users mailing list archive at Nabble.com. > > > > > ------------------------------ > > > > View message @ > > > >http://n2.nabble.com/Sweet-time-picker-plugin-tp1306377p1316982.html > > > > To start a new topic under MooTools Users, email > > > > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > > > > To unsubscribe from MooTools Users, click here< (link removed) >. > > > > ----- > > > The MooTools Tutorial: http://www.mootorial.comwww.mootorial.com > > > CNET Clientside: http://clientside.cnet.comclientside.cnet.com > > > -- > > > View this message in > > > context:http://n2.nabble.com/Sweet-time-picker-plugin-tp1306377p1317078.html > > > Sent from the MooTools Users mailing list archive at Nabble.com.
