[Moo] Re: Little SlideShow fading problem

2012-01-09 Thread Robert
http://jsfiddle.net/QRg8q/32/ read the docs ;)

[Moo] Re: Tweening 100% causes element to be too long

2011-11-22 Thread Robert
Its css: You set absolutely positioned element to "height: 100%" and that is what it did: expand to 100% height of the next element in the cascade: Your window. You better measure elements inside and set height of Your combo in pixels. Robert On Nov 22, 8:27 am, NicholasJohn16 wrot

[Moo] Re: Any news on ART?

2011-11-14 Thread Robert
ved much lower priority than other > > items. I tried to find that link, but not coming up successful. Grr! > > > However, I do see that there has been a commit to ART less than 2 > > months ago:https://github.com/kamicane/art > > > ~Philip > > > On Tue, Nov

[Moo] Any news on ART?

2011-11-08 Thread Robert
It looks pretty dead or dying... is it still going to be part of mootools? And also from the Caldera code - where is now JFrame? Link from Aaron blog looks dead... Thanks, Robert

[Moo] Re: OT: CSS3-only image trails effect

2011-10-03 Thread Robert
Nice. On Oct 3, 3:44 am, Sanford Whiteman wrote: > Couldn't be less Mooey, but no JS was my intent: > >    http://jsfiddle.net/sanford/U4aEb/8/ > > I  don't think I'll use it anywhere, but maybe someone has an interest > in   wrapping/extending  the  idea.  I  didn't  feel  like  doing  the > DXT

[Moo] Re: New MooTools website - get involved

2011-09-30 Thread Robert
I don't think it is sane to start work if we don't agree on the principles. For now it looks like we think about different sites for different people. ;) cheers, On 29 Wrz, 18:19, Arian Stolwijk wrote: > > You mean - my own mootools page? ;-) > > No, look the link below. > > > It seems like the

[Moo] Re: New MooTools website - get involved

2011-09-30 Thread Robert
est model, it SHOWS what mootools can do and brought a lot of people to mootools. I would also think about something for Joomla people, even a page with links to docs for versions of mootools which work with different versions of Joomla. Ok, enough the rant ;), thanks for all the hard work, Robert

[Moo] Re: New MooTools website - get involved

2011-09-29 Thread Robert
ttpd.apache.org/ > > > Sites about technology should focus on serving it to their audience. I miss > > the old (first) MooTools.net, but on the flip side, the demos are better, > > the docs are better, the library is better. If I had to choose, I'd choose > > what we

[Moo] Re: New MooTools website - get involved

2011-09-29 Thread Robert
You mean - my own mootools page? ;-) On Sep 28, 10:55 am, Arian Stolwijk wrote: > "Best way to make something happen is to do it" -- Arian, 2011 > > :P > > > > > > > > On Wed, Sep 28, 2011 at 10:25 AM, Robert wrote: > > Developers has to convince

[Moo] Re: New MooTools website - get involved

2011-09-28 Thread Robert
dtshoorn wrote: > On 28/09/11 14:33, Robert wrote:> But webservers are for geeks and js > frameworks are (in many cases) > > also for designers. > > Hmm, I think that in the case of MooTools, the former is far and away > the larger target demographic. Yes, you can achi

[Moo] Re: New MooTools website - get involved

2011-09-27 Thread Robert
/ > > Sites about technology should focus on serving it to their audience. I miss > the old (first) MooTools.net, but on the flip side, the demos are better, > the docs are better, the library is better. If I had to choose, I'd choose > what we have... > > > > > &g

[Moo] Re: New MooTools website - get involved

2011-09-27 Thread Robert
Yes, the initial design says: "I am boring bunch of links from people broken by routine" ;-) It could Use ART, some clever animation (remember this? http://devthought.com/2007/01/29/cssjavascript-true-power-fancy-menu/), something people would instantly want to use on their sites. Reference page w

[Moo] Re: New MooTools website - get involved

2011-09-27 Thread Robert
Same with me. (http://web.archive.org/web/20080513101403/http:// www.mootools.net/) In my opinion the main website should be showcase saying "this is why You WANT to use mootools!". That first black site with subtle animations did just that. > Oh. I miss that design. > > > > > > > > On Mon, Sep 1

[Moo] Re: Event args noob

2011-09-08 Thread Robert
http://jsfiddle.net/nU5Ex/10/ On Aug 31, 4:53 pm, netSQL wrote: > I like 7 the best. > > How would I print mouse x/y with an approach like that? > > traditional event lets me do that in my example at top of the thread). > > > > > > > > > > >    http://jsfiddle.net/nU5Ex/7/ > > > Using  bind,  you

[Moo] Re: Google Maps style drag

2011-09-05 Thread Robert
Shouldn't You check for friction = 0 ? http://jsfiddle.net/d9wSc/1/ On Sep 2, 8:56 am, Arian Stolwijk wrote: > http://mootools.net/demos/?demo=Drag.Scroll > > On Fri, Sep 2, 2011 at 2:36 AM, Graham Warrender > > > > > > > > wrote: > > Have a look at the google map API! > >http://garnerslaw.co.

[Moo] Re: HTMLTable.Sort

2011-07-02 Thread Robert
ddition to matches. I don't disagree > with this, but it's not clear how pulling your suggested change will > solve things for the existing parsers. Do we need to alter all the > included parsers, too? Stuff like this matters, and it's the stuff > we'd discuss IN THE

[Moo] Re: HTMLTable.Sort

2011-06-30 Thread Robert
Just did. ;) On Jun 21, 6:02 pm, Aaron Newton wrote: > Learning opportunities are awesome! > > > > > > > > On Tue, Jun 21, 2011 at 3:08 AM, Robert wrote: > > I will try to send You a pull request, only need to lern git and get > > an account on github ;-)

[Moo] Re: Custom data attribute

2011-06-29 Thread Robert
I am completely new to django (i have .net background) and trying to convert parts of my "json data + html templates + xhr + no page reload" kind of web application to django but it looks against "django way" of doing things... maybe I just give up and move all this (data to html conversion) to th

[Moo] Re: Custom data attribute

2011-06-28 Thread Robert
Aaron, if I only had this classes when I started coding my json/template application :) I am using class name parameters in "data-parameterName- parameterValue" format but this is very limited. Lately I started to use "data-*" attributes but Behavior and BehaviorAPI would be perfect for this projec

[Moo] Re: Custom data attribute

2011-06-28 Thread Robert
Element.dataset is nice, because when it is implemented by the browser Your code can just use the browser version. And because it is in the html standard more and more people would use it anyway, so in the end we would have two idioms (Element.dataset['fooBar'] and Element.get('data-foo-bar')) in t

[Moo] Re: Custom data attribute

2011-06-28 Thread Robert
ata-bar'); works pretty fine. > > > > > > > > On Tue, Jun 28, 2011 at 1:28 PM, Robert wrote: > > Are there plans for some mootools edition to support custom data > > attribute for older browsers? > > [http://www.w3.org/TR/html5/elements.html#custom-data-attribu

[Moo] Custom data attribute

2011-06-28 Thread Robert
Are there plans for some mootools edition to support custom data attribute for older browsers? [http://www.w3.org/TR/html5/elements.html#custom-data-attribute] It would be useful to use same pattern for data handling for both html5 and older browsers...

[Moo] Re: Drag.Group.js

2011-06-21 Thread Robert
old host.. auto renew didn't work with new cc # > :) > > > > > > > > On Tue, Jun 21, 2011 at 3:06 AM, Robert wrote: > > On Nathan White blog there was once a group drag class for selected > > moving elements in groups. > > The blog is no more and I wonder if that code is available somewhere? > > > Thanks,

[Moo] Re: Clientcide 3.0, Behavior 1.0, MooTools Development, and so much more

2011-06-21 Thread Robert
gt; > > > > > > > }); > On Thu, Jun 16, 2011 at 2:23 AM, Robert wrote: > > Btw., Aaron, does behaviors solve problems like this: > > >http://groups.google.com/group/mootools-users/browse_frm/thread/6c63c... > > I mean is there automatic object dispo

[Moo] Re: HTMLTable.Sort

2011-06-21 Thread Robert
orking. > > > > > > > > On Thu, Jun 16, 2011 at 12:37 AM, Robert wrote: > > I didn,t see it as a bug, I just wanted to discuss it :-) > > > On Jun 14, 10:14 am, Aaron Newton wrote: > > > Please post a bug in lighthouse for this; the forums is a poor pl

[Moo] Drag.Group.js

2011-06-21 Thread Robert
On Nathan White blog there was once a group drag class for selected moving elements in groups. The blog is no more and I wonder if that code is available somewhere? Thanks,

[Moo] Re: Clientcide 3.0, Behavior 1.0, MooTools Development, and so much more

2011-06-16 Thread Robert
Btw., Aaron, does behaviors solve problems like this: http://groups.google.com/group/mootools-users/browse_frm/thread/6c63c63795ba1f21?tvc=1&q=tips I mean is there automatic object disposal when You destroy its element? You seam to said so here but I am not sure: "If you change the DOM, you might b

[Moo] Re: HTMLTable.Sort

2011-06-16 Thread Robert
I didn,t see it as a bug, I just wanted to discuss it :-) On Jun 14, 10:14 am, Aaron Newton wrote: > Please post a bug in lighthouse for this; the forums is a poor place for us > to try and keep up with issues. > > > > > > > > On Tue, Jun 7, 2011 at 1:47

[Moo] Re: Clientcide 3.0, Behavior 1.0, MooTools Development, and so much more

2011-06-16 Thread Robert
Shit, another bucket of new shinys to steal and learn ;-) Thanks, On Jun 15, 9:51 am, Aaron Newton wrote: > For those who may not have seen this: > > http://www.clientcide.com/code-releases/clientcide-3-0-behavior-1-0-m...

[Moo] HTMLTable.Sort

2011-06-07 Thread Robert
String sorting in htmltable is not prepared for localization. Recently I had to do it and there was two options: - convert localized string to ascii sortable string - change the HTMLTable.Sort source (refactor) to allow including of different sorting functions. I followed first path (http://jsfidd

[Moo] HTMLTable.Sort

2011-06-07 Thread Robert
String sorting in htmltable is not prepared for localization. Recently I had to do it and there was two options: - convert localized string to ascii sortable string - change the HTMLTable.Sort source (refactor) to allow including of different sorting functions. I followed first path (http://jsfidd

[Moo] Re: Tips on link does not hide.

2011-05-30 Thread Robert
You need to dispose tips, cause You are destroying elements they are attached to: http://jsfiddle.net/mmGvp/3/ On May 30, 10:28 am, woomla wrote: > Hi, > > Please see this fiddle:http://jsfiddle.net/woomla/mmGvp/1/ > > When hovering above 'First' or 'Second', there is a tip shown. > When the tips

[Moo] Re: Display result items one by one

2011-05-30 Thread Robert
Hmm, It looks like You have control of XHR server, why not send a whole thing to the server and parse/iterate it there, and then send everything back and show to the user? You would probably save a lot of time that way... You can use JSON to send whole js object. On May 26, 10:57 pm, Russellmd

[Moo] Re: Community docs for MooTools?

2011-05-23 Thread Robert
I really like php comments. Can disqus do things like code formating or jsfiddle injection? Few times I had this problem: I remember I read something about a function or class here on moo group but just couldn't find it. If it was added as a docs comment it would be there for everybody, forever.

[Moo] HTML.encode

2011-05-16 Thread Robert
One more question - is there in mootools or more any html.encode method? Something like this: http://www.strictly-software.com/htmlencode I would prefer something mooish but cannot find anything proper for the job Thanks,

[Moo] Class and object fields

2011-05-16 Thread Robert
ols way of doing this? ;) Thanks, Robert

[Moo] Re: Does moo need a design contest?

2011-04-06 Thread Robert
Mootools Summer of Code? ;) On Apr 5, 5:31 pm, Trevor Orr wrote: > I think as long as the 'Design Contest' was based on functionality design > over visual design then that would be perfect for MooTools since it really > is a programmers framework not a designers framework like jQuery.  I > person

[Moo] Re: Does moo need a design contest?

2011-04-05 Thread Robert
"However, one has to measure how much designers would actually benefit our community. I'm not sure I know an answer to that question." It is quite simple. More designers, more work for mootoolers, bigger community. Not so long ago friend asked me to write a widget for him. He is designer but he us

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
"HOWEVER, I think I would go back harder to understand why designers don't understand callbacks and see if you can use code layout to help them understand. By that I mean var req = new Request({ ...onComplete:function(html) { what happens when the request completes }}); se

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
leeping" until that request is complete. > > http://jsfiddle.net/rpflorence/54qhG/ > > On Apr 4, 2011, at 6:17 AM, Robert wrote: > > > > > > > > > My problem is - I have a XHR method which saves some data to the > > server. But some of ours designers

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
Fli7e, if I would do this again I would probably use events. But two years ago I wasn't proficient enough with js and mootools to do that... thanks, On Apr 4, 10:44 pm, Fli7e wrote: > Well .. why don't you let the server-feedback trigger your event > instead of looping and waiting ... the XHR Re

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
Sanford, I didn't thought of that... Thanks, On Apr 4, 9:35 pm, Sanford Whiteman wrote: > > what do you mean with a true __getter__? instead of a 'false' one I > > mean? > > what do you mean with a true __getter__? instead of a 'false' one I > > mean? > > An  actual  ECMAScript getter which is

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
r__? instead of a 'false' one I > mean? > > Btw- Robert, maybe I don't understand but you could return data from > the xhr when the saving is done, no? so why are those designers having > problems with reading the data on return (onsuccess) or are they > expecting

[Moo] Re: sleep in mootools?

2011-04-05 Thread Robert
"Sensible enough, though make sure they don't just go and check the flag in a tight loop..." Don't worry I do the checking myself. ;) All the template, data manipulation and XHR methods are mine, they only apply them to new forms... Thanks, On Apr 4, 6:55 pm, Sanford Whiteman wrote: > > I

[Moo] Re: Endless Content Slider

2011-04-04 Thread Robert
very nice, better usability then ones maddingly scrolling there and back ;) On Apr 3, 1:58 pm, Fli7e wrote: > A Real-World Example can be found, at the time beeing, on my dev-test > Webseite under > > http://gpl.artness.de/ > > might disappear soon but for now it can be viewed. > > Timo > > On 2

[Moo] Re: sleep in mootools?

2011-04-04 Thread Robert
My problem is - I have a XHR method which saves some data to the server. But some of ours designers use it like a synchronous one and for example try to read data on return... I think I just use some global flag which will delay read XHR if save is not finished... Thanks for Your help!

[Moo] Re: sleep in mootools?

2011-04-04 Thread Robert
gt; > > > > > > > > On Mon, Apr 4, 2011 at 2:21 PM, Robert wrote: > > I need to delay exit from js method. Normally I am using callbacks, > > but I am working with some designers who do not really grasp the > > concept. > > So I started to think abo

[Moo] sleep in mootools?

2011-04-04 Thread Robert
trick with delay or periodical? Thanks, Robert

[Moo] Need an auto suggest

2011-03-14 Thread robert mena
Hi, I've been using the auto suggest ( http://digitarald.de/project/autocompleter/) but found something that I consider a problem. If the user types fast and hits enter (to perform the action desired) before the suggestions appear, the fragment that the user typed is still considered by the auto

[Moo] Re: js and css class definition

2011-02-09 Thread Robert
lass') > > On Feb 9, 2011, at 3:02 AM, Robert wrote: > > > > > > > > > Thanks! > > > But is it a way to read styles from class definition? If I wanted to > > make a tween between two classes? > > > Something like this: > >http://jsf

[Moo] Re: js and css class definition

2011-02-09 Thread Robert
Thanks! But is it a way to read styles from class definition? If I wanted to make a tween between two classes? Something like this: http://jsfiddle.net/moort/ndHdd/8/ On Feb 9, 10:37 am, Slik wrote: > http://jsfiddle.net/ndHdd/7/ > > > > > > > > On Wed, Feb 9, 2011

[Moo] js and css class definition

2011-02-09 Thread Robert
is there any way to read styles from class definitions? Here it is an example: http://jsfiddle.net/moort/ndHdd/ I was thinking about making tween from one color to another - but I don't really know the real color of div? Thanks,

[Moo] Re: Problem understanding Core

2011-02-09 Thread Robert
> if (typeof(myVar) != 'undefined' && myVar != null) could be simplified > as: if (window.myVar != null). Is it safe? > See by Yourself: http://jsfiddle.net/8DG63/9/ cheers,

[Moo] Re: Problem with each(function)

2011-02-02 Thread Robert
wrote: > Hello Robert, > thanks for your suggestion but i saw it to late. i realized it like > this for now: > > http://jsfiddle.net/YQgcN/ > > you are wellcome for any improvement > and may be you have a solution for my mark function. (you will mark a > cell if you cli

[Moo] Re: Problem with each(function)

2011-02-02 Thread Robert
So, You need something like this: http://jsfiddle.net/CG8Gj/7/ remember to use selectors to Your advantage and never repeat a select if not necessary ;) cheers, On Feb 1, 4:58 pm, hamburger wrote: > Hello Robert, > i trying to switch on/off my table-collums via ckeckboxes. > i think

[Moo] Re: Problem with each(function)

2011-02-01 Thread Robert
Try this: http://jsfiddle.net/CG8Gj/6/ What are You trying to do? On Feb 1, 1:16 pm, hamburger wrote: > Hello, > in the following code i get an error that row[1] is not definded. > > var rows = $('theTable').getElements('tr').getElements('td'); > > rows.each( function(row,number){ >          

[Moo] Re: drawing stuff : canvas, svg, .... ?

2011-01-24 Thread Robert
Ok, thanks You all, I will start next weekend reading code at https://github.com/calyptus/art And try to document what I find. cheers,

[Moo] Re: drawing stuff : canvas, svg, .... ?

2011-01-23 Thread Robert
Is it any clue when it will become official? A month? A year? Next major version of moo? Thanks, On Jan 23, 1:05 pm, Arian Stolwijk wrote: > Valerio started developing art in his own > repositoryhttps://github.com/kamicane/artand now Sebastian mostly picked up > the > development athttps://git

[Moo] Re: Two simple questions

2011-01-12 Thread Robert
what $chain is) you would only have one place in your codebase to fix it. > > > > > > > > On Wed, Jan 12, 2011 at 4:23 AM, Robert wrote: > > > >http://jsfiddle.net/SLWEJ/1/ > > > > And also solved first problem (in the same jsfiddle): > > >

[Moo] Re: Two simple questions

2011-01-12 Thread Robert
> http://jsfiddle.net/SLWEJ/1/ > > And also solved first problem (in the same jsfiddle): > > Chain.implement({ >     flushChain: function() { >         while (this.$chain.length) { >             this.callChain(); >         } >     } Not really. I write faster then think...

[Moo] Re: Two simple questions

2011-01-12 Thread Robert
On Jan 12, 12:57 pm, Piotr Zalewa wrote: > On 01/12/11 11:32, Robert wrote: > > > Sorry - second question solved. > > Wouldn't it be good to share the solution? Just in case switched injecting and injected elem ;) order is always misleading to me with "inject&quo

[Moo] Re: Two simple questions

2011-01-12 Thread Robert
Sorry - second question solved. On Jan 12, 12:00 pm, Robert wrote: > I started to mess with chain a little, and encountered two problems: > > first: is there a way to execute all fn in chain or even better - > execute them as they are added, only in queue? > Right now I am doin

[Moo] Two simple questions

2011-01-12 Thread Robert
I started to mess with chain a little, and encountered two problems: first: is there a way to execute all fn in chain or even better - execute them as they are added, only in queue? Right now I am doing this: while (this.$chain.length) { this.callChain(); } and it does the trick but ma

[Moo] Re: Flickrbadge

2011-01-11 Thread Robert
one thing missing is button to close preview of the image... thanks! On Jan 11, 1:03 pm, Adrian Statescu wrote: > This plugin MooTools allows you to create an unobtrusive interactive > Flickr badge for your website or blog. > check this out:http://jsfiddle.net/z4gVk/ > cheers!

[Moo] Re: Determining parent by class

2011-01-10 Thread Robert
> Correct me if I'm wrong. But this scenario won't catch an element with the > class "name1 name2": > el.getParent('.name1') > This is looking for the exact name. So, this won't work as the method I'm > looking for? el.getParent('.name1.name2') (no space!) will get for You only elements wit

[Moo] Re: callbacks vs events

2011-01-04 Thread Robert
in template)? Hope my english is understandable, haven't use it much lately ;-) Thanks a lot for Your time, Robert

[Moo] Re: callbacks vs events

2011-01-04 Thread Robert
better for extending classes - but I haven't reach that far - yet. ;-) Thanks, On Jan 4, 2:51 pm, Clement Hallet wrote: > Hi Robert, > > In my mind, events don't replace callbacks, it's just an other way to use > them. > However it's a more "dynamic&quo

[Moo] callbacks vs events

2011-01-04 Thread Robert
hey masters of moo! I am trying to make my code more "mooish". If I understand properly, it means using events in exchange of callbacks. But I am not sure how to do this and what is the benefit of using events? For example I have class for tabular data editing, where I can add some validation (ps

[Moo] Re: Best practice request response with/without js

2010-12-31 Thread Robert
I am doing this way: I keep scripts inside main page (lately some with lazy loading), and load html template (kept on server in separate html files) AND data in two chained requests. template and js are generic for all users and uses, only thing differentiating templates is in the DATA (which is j

[Moo] Re: Declarative API Choices

2010-12-31 Thread Robert
I did something similar to iAds, but with possibile prefix (if two parameters have same name). I also tend to put options in separate js objects like this: var columns = [ { 'klasaTh': 'data', 'klasaForm': 'data d-date', 'nazwa': 'Data', 'nazwaPola': 'Data_zaplaty'}, { 'klasaTh': 'data', '

[Moo] Re: Testing a fix for Eevent.Keys

2010-12-29 Thread Robert
Hey Arieh, In the past I had to fixed this for numeric keyboard. With Your code it works like this: problem! keydown:g |press:7 problem! keydown:h |press:8 problem! keydown:i |press:9 problem! keydown:= |press:+ etc. So - press is ok, keydown is not. Same with polish diacritics: problem! keydow

[Moo] Re: DatePicker ClientCide error

2010-12-07 Thread Robert
e/issues#issue/75 > > On Dec 6, 5:04 am, Robert wrote: > > > > > > > > >http://jsfiddle.net/aVfzW/1/ > > > Same error on official DatePicker > > page:http://www.clientcide.com/wiki/cnet-libraries/09-forms/02-datepicker > > > Occurs in all major browsers... > > > Later today will try to find whats happening.

[Moo] Re: MooTools Survey

2010-12-07 Thread Robert
done the first part ;) On Dec 7, 12:23 am, Arian wrote: > For those who haven't seen it, please complete the MooTools Survey and > win a MooTools Shirt! > > http://mootools.net/blog/2010/12/05/mootools-survey/

[Moo] Re: DatePicker ClientCide error

2010-12-07 Thread Robert
ere are several in the MooTools Forge that are far better than > > the > > > one I wrote (years ago!). > > > > On Mon, Dec 6, 2010 at 5:04 AM, Robert wrote: > > > >http://jsfiddle.net/aVfzW/1/ > > > > > Same error on official DatePicker pag

[Moo] DatePicker ClientCide error

2010-12-06 Thread Robert
http://jsfiddle.net/aVfzW/1/ Same error on official DatePicker page: http://www.clientcide.com/wiki/cnet-libraries/09-forms/02-datepicker Occurs in all major browsers... Later today will try to find whats happening.

[Moo] Re: Passing arguments to bound function

2010-12-01 Thread Robert
Yes, it looks pass does the same thing, missed this one... thanks On Dec 1, 8:27 am, אריה גלזר wrote: > On Wed, Dec 1, 2010 at 9:27 AM, אריה גלזר wrote: > > isn't this whay#pass is for? > >http://mootools.net/docs/core/Types/Function#Function:pass > > typos... what Function#pass is for > > > >

[Moo] Re: Passing arguments to bound function

2010-12-01 Thread Robert
({ url:opts.uri, onSuccess: this.myfunc.curry('bob', 'sally').bind(this) }).send(); Didn't test it, hope there is no errors ;) Robert

[Moo] Re: Help with methods of Element

2010-11-08 Thread Robert
By the way, when I build elements outside DOM there is inconsistency with selectors: http://jsfiddle.net/n5ct6/2/ and it is really a pain, because I have to use both id and class to find elements. Why is it so? On Nov 8, 9:43 am, Christoph Pojer wrote: > Sounds like you have downloaded a custo

[Moo] Re: FlipBook-like side scroller

2010-10-12 Thread Robert
Careful, it is not working with 1.3, even with compatibility layer: http://www.jsfiddle.net/ZNaeY/7/ Funny "dancing" effect, btw. On Oct 9, 10:10 pm, Robert wrote: > Sorry was whole day out. > Is this What You are looking for? > > http://www.jsfiddle.net/ZNaeY/3/ >

[Moo] Re: MooTools Core 1.3 Stable and MooTools More 1.3RC

2010-10-12 Thread Robert
...and new powertools: http://cpojer.net/PowerTools/ ;) Thanks! On Oct 12, 12:01 am, Christoph Pojer wrote: > http://mootools.net/blog/2010/10/11/mootools-core-1-3-stable-and-moot... > > Enjoy!

[Moo] Re: FlipBook-like side scroller

2010-10-09 Thread Robert
Sorry was whole day out. Is this What You are looking for? http://www.jsfiddle.net/ZNaeY/3/ On 9 Paź, 14:34, Robert wrote: > No, I mean it. :) > I was rather thinking about something like > this:http://www.jsfiddle.net/ZNaeY/1/ > > On 9 Paź, 11:56, Oskar Krawczyk wrote: >

[Moo] Re: FlipBook-like side scroller

2010-10-09 Thread Robert
ny images > fit in one screen, store this value as perPage, then just go from there - it > seems to do the trick. > > I'm getting there. Will share my final script here... If it's working or not. > > On 2010-10-09, at 11:44, Robert wrote: > > > > > Hmm,

[Moo] Re: FlipBook-like side scroller

2010-10-09 Thread Robert
Hmm, I love cheating, so I would just scroll to the image which is under "next" button ;) If You use propagation, You actually click on it... ;) Actually after some advanced projects I tend to depend on math and position arithmetics less and less... On 9 Paź, 10:28, Oskar Krawczyk wrote: > Hey

[Moo] Re: How to Keyboard.addShortcuts on numeric (keypad) keys?

2010-10-07 Thread Robert
Btw. why this numeric keys are not "merged" with regular numbers? Is there a reason to keep them separate? Just few days ago had to extend event.keys, but never used Keyboard class. Looks fantastic... On 7 Paź, 17:23, Aaron Newton wrote: > http://jsfiddle.net/nutron/pDKj5/ > > > > On Thu, Oct 7

[Moo] Re: Problem with Form.Validator

2010-09-29 Thread Robert
d open a ticket for this request. After opening a ticket, it would > be super awesome if you sent a pull request for us with this change in it. > > > > On Wed, Sep 29, 2010 at 5:53 AM, Robert wrote: > > May I suggest one more change? > > > In  Form.Validator.Inline f

[Moo] Re: Problem with Form.Validator

2010-09-29 Thread Robert
May I suggest one more change? In Form.Validator.Inline function insertAdvice change this: if (field.type.toLowerCase() == 'radio') field.getParent().adopt(advice); for this: if (field.type && field.type.toLowerCase() === 'radio') field.getParent().adopt(advice); insertAdvice: function(adv

[Moo] Re: Problem with Form.Validator

2010-09-29 Thread Robert
Updated lighthouse entry with some enhancement.. On Sep 28, 11:19 pm, Robert wrote: > Thanks, You are fast indeed... ;) > > On 28 Wrz, 17:24, Aaron Newton wrote: > > > > > Good catch. The ignoreHidden option came along after that line was authored > > I'm gue

[Moo] Re: Problem with Form.Validator

2010-09-28 Thread Robert
Thanks, You are fast indeed... ;) On 28 Wrz, 17:24, Aaron Newton wrote: > Good catch. The ignoreHidden option came along after that line was authored > I'm guessing we just missed it. I'll alter it. Look for it in the next > release. > > > > On Tue, Sep 28, 2010 a

[Moo] Problem with Form.Validator

2010-09-28 Thread Robert
eEvent('elementValidate', [isValid, field, className, warn]); I have vanilla input form enhanced by some js controls (popup, meio- autocompliter, etc.) and this really makes it painful. Is it any reason to make it like this? I even tried with "msgPos" property - but it doesn't matter. What You think? thanks, Robert

[Moo] Re: Array.intersection

2010-06-03 Thread Robert
t; > On 3 jun, 11:37, Barry van Oudtshoorn > wrote: > > > > > Maybe add it to the forge. If you bundled it up with a collection of > > useful Array utilities, it'd make it an even more attractive package. :) > > > On 3/06/2010 5:26 PM, Robert wrote: >

[Moo] Re: Strange problem in meio-autocomplete and HTMLTable

2010-06-03 Thread Robert
The problem is I cannot replicate it on my test site, only on production site where I am not really allowed to do anything ;) And even there it does not happens all the time. Dziwne. Robert On 3 Cze, 11:44, Oskar Krawczyk wrote: > Test case on jsfiddle.net would be helpful. > > O. >

[Moo] Strange problem in meio-autocomplete and HTMLTable

2010-06-03 Thread Robert
g changes in library code... I will try to pinpoint the problem later this week. Robert

[Moo] Re: Array.intersection

2010-06-03 Thread Robert
Hmm, Should I add it as a ticket to the lighthouse? It looks like they only accept bugfixes? On 2 Cze, 11:07, Robert wrote: > I believe intersection method would be good extension to the Array > class. There is combine method (set sum) but no set intersection. > > It could lo

[Moo] Array.intersection

2010-06-02 Thread Robert
I believe intersection method would be good extension to the Array class. There is combine method (set sum) but no set intersection. It could look like this: Array.implement({ attest: function(item, array) { if (!array.contains(item)) this.erase(item); return this; },

[Moo] Re: Tween: Slide Element Right to Left

2010-04-01 Thread Robert
hey, is this what You want? http://mootools.net/shell/8ra7V/2/ Robert On 30 Mar, 05:39, Todd wrote: > Hi Darren, > > Here's the original html and css of the inline layout I'm using, no js > or altered css. You should see 3 elements placed next to each other > horizontal

[Moo] Re: selections in Meio.Mask.Reverse

2010-04-01 Thread Robert
I wouldn't I'd never search in jquery section :D . Maybe direct link from forge page would help some people. Thanks again. Robert On 1 Kwi, 16:48, Fábio M. Costa wrote: > Hi Robert, thanks. > I decided that it should work this way because it would be less confusing, >

[Moo] selections in Meio.Mask.Reverse

2010-04-01 Thread Robert
elementValue = this.getValue(elementValue + _char); } But maybe there is a better way to do this? Or am I missing something and it shouldn't be done at all? Happy Easter! Robert -- To unsubscribe, reply using "remove me" as the subject.

[Moo] Re: Simple question about spinner class

2010-02-25 Thread Robert
ort - user sees some flickering before spinner fades in. With solution I use now it works, but user has to wait additional second before request starts, just to put spinner on place... Not sure I am understandable, sorry for my bad English. Thanks for Your help, Robert

[Moo] Re: Simple question about spinner class

2010-02-25 Thread Robert
this is code I am using right now: http://mootools.net/shell/4nKCE/ and I really don't like it...

[Moo] Simple question about spinner class

2010-02-25 Thread Robert
Hey, I am using spinner class, but I need asymmetric showing/hiding - it should show immediately (to hide the container, which is empty) but hide with standard fade. I did it with setStyles but it is somewhat clumsy... any better idea? thanks, Robert

  1   2   >