<  February 2012   >
Su Mo Tu We Th Fr Sa
          1  2  3  4
 5  6  7  8  9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29
00:00 MarcGuay joined
00:22 Junior joined
00:22 Junior joined
01:19 everplays joined
01:19 topping joined
01:41 virusman joined
01:52 Junior joined
02:03 goshawk joined
02:21 SamuraiJack joined
02:25 Denyerec joined
02:46 soee joined
02:48 mklappstuhl joined
02:49 everplays joined
03:01 mlechner joined
03:05 twqla joined
03:13 asraniel_ joined
03:21 tqmz joined
03:34 tfcoding joined
03:37 tfcoding joined
03:38 stodan joined
03:39 JakeSays joined
03:39 OtherJakeSays joined
03:45 goshawk joined
04:04 VonGodric joined
04:46 Denyerec joined
04:57 martinfilliau joined
05:02 MarcGuay joined
05:04 [[zzz]] joined
05:05 tqmz joined
05:10 mklappstuhl joined
05:17 forda joined
05:17 robbyoconnor joined
05:49 wawrek joined
05:56 <wawrek> I was wondering if there is a way of storing some information inside of Extjs4 components. Like in html5, a tag have a custom data attribute wherein developers can store some data necessary to the validation, element display and so on. Here is a good explanation: http://ejohn.org/blog/html-5-data-attributes/ . Do we actually have such a feature in extjs4.
06:00 himawijaya joined
06:00 <himawijaya> test
06:10 <wawrek> Do extjs 4 components provide a storage area for private data? a possible way would be to define custom Configs attributes.
06:10 <wawrek> but it's hackish :(
06:12 twqla joined
06:39 boonkerz joined
06:45 twqla joined
06:46 soc42 joined
06:48 newcode joined
06:52 thecreators joined
06:53 mklappstuhl joined
06:56 wawrek left
06:58 maritz joined
07:11 kaigan joined
07:26 blaa|2 joined
07:59 Junior joined
08:00 tqmz_ joined
08:05 forda joined
08:57 Junior joined
08:59 newcode joined
09:41 tla joined
09:50 vvidovic joined
10:00 HyGy joined
10:00 jaafar joined
10:22 boonkerz_ joined
10:32 tqmz joined
10:51 jeffmoss joined
11:08 mlechner_ joined
11:20 goshawk joined
11:28 asraniel_ joined
11:29 mantas322 joined
11:29 <mantas322> Hi
11:29 <mantas322> if in my json i have something like ":ROLE":"derp."
11:29 <mantas322> and I use an xtemplate
11:30 <mantas322> I cant seem to get {:ROLE} to work
11:30 <mantas322> For other things like "DEFINITION": " tra lalalala"
11:30 <mantas322> I have no problem using tpl = '{DEFINITION}'
11:31 <mantas322> but for things with : in their name Im not sure how to get the value
11:31 <mantas322> any help would be appreciarted
11:36 boonkerz_ joined
11:39 skython joined
11:43 alvaro_o joined
12:00 [[zz]] joined
12:03 <MarcGuay> I would like fields which are not in the DB, but are in the model (they are the results of "convert"), to be marked as dirty in the associated grid when they're changed. Any ideas?
12:09 <MarcGuay> How about this: Is it possible to say "If this field is dirty, mark this one as dirty as well"?
12:10 <HyGy> If i have a table layout, how can I add elements into it?
12:10 <HyGy> Or I need, to remove the whole table layout, and recreate?
12:18 ardeay joined
12:22 ardeay joined
12:24 twqla joined
12:27 mklappstuhl joined
12:28 VonGodric joined
12:38 ardeay joined
12:39 albeva joined
12:45 <MarcGuay> Arg. This should happen by default..
12:47 virusman joined
13:00 gaius65 joined
13:03 jonathanochs joined
13:18 franciscallo joined
13:40 HyGy joined
13:44 boskiv joined
13:45 <boskiv> hi all
13:46 <boskiv> does anybody vcan help me with extjs 4.0.7 area charts? I have error that can't resolve with google and sencha forum.
13:51 <boskiv> Everyone sleeping (((
13:55 <* boskiv> in sad
13:56 <MarcGuay> boskiv: You might have better luck if you just ask your specific question. I must say I've been hanging here for a few weeks now and this is the first I've heard of area charts, but it wouldn't hurt to try.
13:56 <MarcGuay> It's a very quiet channel but people do help each other now and then.
13:57 <boskiv> ok )
13:57 <HyGy> I'm working on a remote json based form (in a window). Do anybody know what is the correct extjs4 MVC way to do it? I mean I implemented the view in a class, which gets the remote json and displays the form, (buttons, icons, texfields, etc..), now I need some controller events depends on the view. Do I need to create a separate class wich extends the conroller, and somehow put the logic there, or can I implement the contoller functions in the
14:00 <boskiv> I try to create area chart from Load Average statistics. I've generate jcon context from 'sar' command and try to load it into store. I have code said me that store is loaded. But then I try to create chart from this store I got error 'Error: Problem parsing d="L490,200.50252533L67,200.50252533Z"'.
14:00 <boskiv> I see the chart and axes but not my data
14:01 <boskiv> actualy, a see axes and grid but no lines
14:02 <MarcGuay> boskiv: Perhaps the data is not formatted correctly? Have you inspected the JSON and compared it to what the chart is expecting?
14:09 <boskiv> { "data": [
14:09 <boskiv> {"time":"01:00:00 AM", "data1":"0.9"},
14:09 <boskiv> {"time":"02:00:00 AM", "data1":"0.7"},
14:09 <boskiv> {"time":"03:00:00 AM", "data1":"0.5"},
14:09 <boskiv> {"time":"04:00:00 AM", "data1":"0.2"},
14:09 <boskiv> {"time":"05:00:00 AM", "data1":"0.27"}
14:09 <boskiv> ]
14:09 <boskiv> }
14:09 <boskiv> it is not so complex
14:10 <boskiv> i thonk
14:10 <boskiv> i think
14:14 <MarcGuay> boskiv: The error message is rather strange then, no?
14:14 patcito joined
14:15 <boskiv> i thik yes , it's my first time with this error type )
14:16 <MarcGuay> boskiv: Have you done some simple tests like the examples on this page? http://docs.sencha.com/ext-js/4-0/#!/api/Ext.chart.Chart
14:17 <boskiv> of course, example works fine. I use it as template in my app.
14:17 <MarcGuay> Not sure what to tell you. Can you trace the error?
14:17 <MarcGuay> Using debug?
14:18 <MarcGuay> If you console.log() the store, is the data correct?
14:19 <boskiv> yes, data in correct with console.log
14:20 <boskiv> will try to debug tomorrow, thanks for you patience
14:20 <MarcGuay> Sorry, not sure that I can help you.
14:21 <boskiv> Thanks, MarcGuay. See you..
14:21 <MarcGuay> Good luck..
14:23 Junior joined
14:28 thews joined
14:32 tqmz joined
15:11 mklappstuhl joined
15:21 newcode joined
15:26 forda joined
15:44 <MarcGuay> Arg. I can filter the ComboBox by filtering the store in the beforequery event, but when I click on the arrow, it overrides everything with forceAll...
15:57 newcode joined
16:00 boonkerz joined
16:03 boonkerz joined
16:32 skython joined
16:46 yamagami joined
17:15 boonkerz_ joined
17:35 jonathanochs joined
17:35 NathanSDunn joined
17:35 jonathanochs joined
17:38 jonathanochs joined
17:53 EoN_ joined
18:02 chessguy joined
18:26 robbyoconnor joined
18:42 gaius65 joined
18:48 vdeparday joined
18:56 woodzee joined
18:59 thews joined
19:43 Dead_Thinker joined
19:55 JD-Robbs joined
20:13 thecreators joined
20:14 digitalfiz joined
20:20 ardeay__ joined
20:43 Amadiro joined
21:07 boonkerz joined
21:18 boonkerz joined
21:29 baest joined
22:05 patcito joined
22:06 boonkerz joined
22:09 topping joined
22:20 jonathanochs joined
22:30 sasori joined
22:34 DarkRift joined
22:34 DarkRift joined
22:41 baest joined
22:51 jeffmoss joined
23:28 thews joined
23:35 Junior joined