03:39
OtherJakeSays joined
04:57
martinfilliau joined
05:17
robbyoconnor 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: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 :(
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
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:45
<MarcGuay>
Arg. This should happen by default..
13:03
jonathanochs joined
13:18
franciscallo joined
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: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
<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>
it is not so complex
14:14
<MarcGuay>
boskiv: The error message is rather strange then, no?
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..
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...
17:35
jonathanochs joined
17:35
jonathanochs joined
17:38
jonathanochs joined
18:26
robbyoconnor joined
19:43
Dead_Thinker joined
22:20
jonathanochs joined