**** BEGIN LOGGING AT Wed Apr 03 02:59:58 2013 Apr 03 05:51:48 Howdy friends. I'm using a tree, and the onExpand event seems to be bubbling up and hitting every node on the way up. It also seems to be called on collapse too... I was wondering if anyone had any insite on how to fix this. Apr 03 05:54:55 Just in case anyone is wondering in the future. What I did was addif(inEvent.originator != inSender){return;} to the begining of my onExpand function. Apr 03 05:58:49 and to limit it to expand only I did : if(!inSender.expanded)return; Apr 03 08:00:03 Trex005: if is a bubbled/waterfalled event, you should return true for stop propagation Apr 03 08:00:43 https://github.com/enyojs/enyo/wiki/Event-Handling#creating-handlers Apr 03 08:01:01 check the code sample, (not sure if that solves your problem) Apr 03 16:02:47 No one has made any sort of combobox kind for Enyo yet, have they? Apr 03 16:25:12 GodGinrai: they're called "menus" http://enyojs.com/sampler/lib/onyx/samples/MenuSample.html Apr 03 16:25:33 or Pickers Apr 03 16:25:45 http://enyojs.com/sampler/lib/onyx/samples/PickerSample.html Apr 03 18:06:06 is anyone there? Apr 03 18:06:36 highlighting... fxspec06, scoutcamper, rrix, and summatusmentis Apr 03 18:06:53 I'm here, sort of Apr 03 18:26:14 did you see my message earlier? Apr 03 18:26:29 Or do I need to repaste? Apr 03 18:27:01 I reconnected because of connection problems, so I'm not sure if anyone saw it Apr 03 19:23:50 hey guys Apr 03 19:24:11 is there a way to get an input to grow based on the text input? Apr 03 20:52:32 GodGinrai, this should help : http://stackoverflow.com/questions/8114219/growing-text-box-based-on-width-of-characters-input Apr 03 21:13:11 Ty Trex005 Apr 03 21:13:22 anyways, leaving work, cya all Apr 04 00:02:12 Is there a currency input box? Apr 04 00:02:27 particuallrly in onyx would be nice, but I'll work with what I can get. Apr 04 01:09:10 adf Apr 04 01:09:11 asdf Apr 04 01:09:11 asdf Apr 04 01:09:15 Oops Apr 04 01:10:03 writing EnyoJS websocket chat application andn typed in the wrong box.... Apr 04 01:19:01 grayb0x, lol! Apr 04 01:20:46 grayb0x, however, may I suggest socket.io Apr 04 01:25:04 yeah, thanks for the suggestion, I am using that currently works great **** ENDING LOGGING AT Thu Apr 04 02:59:58 2013