Search Type: Posts; User: nightwatch
Search: Search took 0.01 seconds.
-
26 Jul 2012 12:49 PM
- Replies
- 4
- Views
- 894
Here's the illustration - the column chart shows the same data as the grid and the rrdtool-based graph at the bottom, but please look how the data points in the sencha chart are incorrectly...
-
26 Jul 2012 12:31 PM
- Replies
- 0
- Views
- 328
Hi, below I'm attaching an image that shows exactly what's the problem. I'm trying to draw a time series graph with 30-minute sample rate. The problem is that sencha chart shows incorrect date for...
-
26 Jul 2012 8:16 AM
- Replies
- 1
- Views
- 626
Hi, I have a time series data with some data points missing. In such case NaN value is supplied. But I noticed that feeding such data to an extjs chart breaks it - no graph is shown and some errors...
-
6 Jul 2012 4:43 AM
- Replies
- 2
- Views
- 4,579
Yes, that's the solution. Thanks!
-
4 Jul 2012 3:42 AM
- Replies
- 2
- Views
- 4,579
Hi, I have a combobox configured for autocompletion in queryMode: "local":
editor: {xtype: 'combobox', store: dataSrcSt, valueField: 'Id', displayField: 'Description', allowBlank: false,... -
17 Apr 2012 11:26 PM
- Replies
- 1
- Views
- 478
Hi, I'd like to create a text field with a date picker (just like a normal date field) but the field should allow any input, not only dates. What's the simplest way of doing that?
Thanks
R -
23 Nov 2011 3:03 AM
Jump to post Thread: GroupTabs in ExtJs 4 by nightwatch
- Replies
- 2
- Views
- 1,785
Well, any update on that? Are grouptabs possible now with extjs 4? I'd be very happy to have such beautiful component in my application.
-
23 Nov 2011 1:38 AM
- Replies
- 4
- Views
- 1,797
Thanks, this will be helpful. But does answer everything I'd like to know.
I would like to build a complex GUI component that internally consists of several views, models, data stores and a... -
22 Nov 2011 7:27 AM
- Replies
- 4
- Views
- 1,797
Hi,
I've been trying to figure out how to apply MVC design to component/widget development but didn't find how this could be done. What I'd like to do is build a self-contained GUI component that... -
28 Oct 2011 12:24 AM
- Replies
- 1
- Views
- 720
Creating a Json data store with inline data fails if proxy is not specified:
ttasx.store = Ext.create('Ext.data.Store', {
model: 'Task',
sorters: 'createdDate',
data: [
... -
26 Jul 2011 1:30 AM
- Replies
- 5
- Views
- 738
Hello, what happened to 'ref' property in Sencha Touch - why isn't it supported and are there any plans to introduce it in future versions? It was extremely handy for me in Ext JS and without it I...
-
25 Aug 2010 1:16 PM
- Replies
- 89
- Views
- 170,904
(copied from elishnievsky's thread which wasn't the right place for this)
I don't remember if I ever posted it here, but some time ago I have implemented my own version of Ext Direct stack as a part... -
25 Aug 2010 1:12 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nightwatch
- Replies
- 372
- Views
- 139,915
sorry, I thought it's about all asp.net mvc implementations.
-
25 Aug 2010 10:09 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nightwatch
- Replies
- 372
- Views
- 139,915
I don't remember if I ever posted it here, but some time ago I have implemented my own version of Ext Direct stack as a part of 'boson-mvc' project. It's an open source library so you can use it...
-
25 Aug 2010 9:52 AM
Jump to post Thread: Sencha Touch on Windows Mobile by nightwatch
- Replies
- 3
- Views
- 2,735
Iris has been abandonned so it's not a good candidate for future development platform. There's also a zetakey browser but it's in alpha stage for quite long time and no one mentions its stable...
-
17 Aug 2010 11:17 AM
Jump to post Thread: Sencha Touch on Windows Mobile by nightwatch
- Replies
- 3
- Views
- 2,735
Do you know of any browser capable of running Sencha Touch on Windows Mobile (5.0 or above)? I was looking for webkit browser but all I have found is some betas that have too many bugs to be usable....
-
13 Aug 2010 12:47 PM
- Replies
- 4
- Views
- 1,485
Workaround for this problem is simple: do not use compositefield.
Use a panel instead. Just replace xtype:'compositefield' with xtype: 'panel', layout: 'hbox'
There will be a little problem with... -
13 Aug 2010 12:24 PM
- Replies
- 4
- Views
- 1,485
Hi, I have two problems with composite field.
First of all, if I place some fields inside a compositefield these fields will not be returned with form.getFieldValues() method (so probably they won't... -
12 Aug 2010 10:36 AM
- Replies
- 0
- Views
- 796
Hi, I have found a problem with Composite field: If I place some form fields inside a composite field I can't access the parent form from handler functions called for fields inside the composite....
-
9 Aug 2010 3:56 AM
- Replies
- 1
- Views
- 925
Hi, I'd like to implement a GUI for factory workers. The user interface must be a bit more 'accessible' than the typical business application GUI. I'd like to have bigger fonts and bigger GUI...
-
24 Nov 2009 2:22 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by nightwatch
- Replies
- 956
- Views
- 307,690
Thanks, wow, this is greater than I thought. Flagging works perfectly with code like that:
callbacks:{
'list-icon-flag': function(grid, record, action, row, col) {... -
23 Nov 2009 11:43 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by nightwatch
- Replies
- 956
- Views
- 307,690
Hi,
Jozef, thanks for providing all the plugins and help, I really appreciate your work. I have a question regarding RowActions: I'd like to display a context menu when a row action is clicked,... -
11 Aug 2009 11:56 AM
- Replies
- 0
- Views
- 794
Hi, I'd like to add several search fields to a paging toolbar, but have problems with item layout.I have experimented with various layouts but every time the toolbar gets messed up. Ideally I'd like...
-
16 Jul 2009 10:41 PM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nightwatch
- Replies
- 372
- Views
- 139,915
Hi, I'm glad you liked it. BTW, dictionary support is already there - if the method parameter is a dictionary (not an IDictionary interface but dictionary class) the Json serializer will fill it with...
-
16 Jul 2009 10:52 AM
Jump to post Thread: Ext.Direct for ASP.NET MVC by nightwatch
- Replies
- 372
- Views
- 139,915
To illustrate what I'm talking about, I have made some modifications to your source code to allow the library to handle complex Json types. I don't think it's a good implementation and probably it...
Results 1 to 25 of 56
