Search Type: Posts; User: martinorth
Search: Search took 0.02 seconds.
-
25 Sep 2012 12:45 PM
- Replies
- 21
- Views
- 6,597
I have uploaded a non encrypted version of the class Ext.ux.windowVisualSQLQueryBuilder to use with the example install at http://www.cfsolutions.de/qb/
I have no time for further development. So... -
11 Sep 2012 2:09 PM
- Replies
- 2
- Views
- 321
Hi,
Who wants to be a speaker and to talk about Ext JS (45 minute session) at the cfcamp ( http://www.cfcamp.org/ )? The CFcamp is a web conference addicted to web development and coldfusion. This... -
4 Jun 2012 12:39 PM
- Replies
- 21
- Views
- 6,597
@hendrisoni Looks verry good!
-
4 Jun 2012 1:08 AM
- Replies
- 21
- Views
- 6,597
@another_i It seems to be a obusfactor problem. The non obusfactored version is running fine with chrome. At the moment the public beta is obusfactored until I have made a decision wich license I...
-
2 Jun 2012 4:04 AM
- Replies
- 21
- Views
- 6,597
I have updated the youtube video and the working prototype at http://www.cfsolutions.de/qb/
-
23 May 2012 3:02 PM
- Replies
- 21
- Views
- 6,597
At http://www.cfsolutions.de/qb/ you will find a first beta of a visual sql query builder plugin. It is possible to drag and drop tables to the left area and to define joins between the tables via...
-
14 May 2012 10:04 AM
- Replies
- 2
- Views
- 606
[SOLVED] Yes, it works. It's a path and only the right clicks on the path are captured.
-
13 May 2012 5:13 AM
- Replies
- 2
- Views
- 606
35164
I have developed an extjs based javascript visual sql query builder. At the moment it's a beta version and I want to add contextmenus to the join lines between the sql tables. What would be... -
29 Apr 2012 1:54 PM
- Replies
- 3
- Views
- 1,139
@leprechaun Did you managed to code a drag&drop query builder like in access?
-
11 Apr 2012 6:55 AM
Jump to post Thread: Problem with Grid listFilter by martinorth
- Replies
- 5
- Views
- 459
My store uses idProperty but
itemValue = records[i].get('id');
inside ListMenu.js does not work with the idProperty attribute from the store. I see that it is a mistake to use this.dataIndex... -
11 Apr 2012 6:46 AM
Jump to post Thread: Problem with Grid listFilter by martinorth
- Replies
- 5
- Views
- 459
My store uses idProperty but
itemValue = records[i].get('id');
inside ListMenu.js does not work with the idProperty attribute from the store. I see that it is a mistake to use this.dataIndex... -
10 Apr 2012 11:51 AM
Jump to post Thread: Problem with Grid listFilter by martinorth
- Replies
- 5
- Views
- 459
http://www.sencha.com/forum/showthread.php?193496-Ext4.1-Ext.ux.grid.menu.ListMenu-idProperty
This seems to be the problem. My store does not include the field id.
This code would solve the... -
9 Apr 2012 3:55 PM
Jump to post Thread: Problem with Grid listFilter by martinorth
- Replies
- 5
- Views
- 459
I have a paging grid with a listFilter. I can see the filter options as menu items. This works as expected but when I choose an filter option from the list, the tranfered json for the filter does...
-
14 Mar 2012 1:38 PM
- Replies
- 4
- Views
- 1,633
Move it to bugs because it only works with an override.
-
14 Mar 2012 1:23 PM
- Replies
- 4
- Views
- 1,633
The method alignElWithMouse() uses absolute and relative positioning.
alignElWithMouse: function(el, iPageX, iPageY) {
var oCoord = this.getTargetCoord(iPageX, iPageY),
fly... -
14 Mar 2012 8:18 AM
- Replies
- 4
- Views
- 1,633
There is a strange behaviour with this code using ExtJS 4. After dragging the drag element inside the drop zone it is nearly impossible to drag the element back to its original position. It seems...
-
31 Jul 2011 1:16 PM
- Replies
- 0
- Views
- 450
Hi,
does anybody has visited a Fast Track to Ext JS 4 Development course?
Thanks -
13 Jul 2011 11:34 AM
- Replies
- 0
- Views
- 436
Hi,
has any body visited the official Fast Track to Ext JS 4 Development course? How is the quality of the course material? Do they teach real world examples?
Thanks
Martin -
1 Jun 2011 4:46 PM
Jump to post Thread: icon & theming madness by martinorth
- Replies
- 1
- Views
- 765
I am getting mad while trying to add custom coloured icons to a toolbar button. I can't get it to work. I can't see my icons. Here is the code:
I use a sass mixin to generate the css rules:
... -
9 Jul 2009 9:15 AM
Jump to post Thread: Training Experience by martinorth
- Replies
- 4
- Views
- 1,069
Believe me, I tried to contact the extjs company several times regarding training and a training partnership but I got no answer yet. (yes, Abraham, no answer yet).
-
9 Jul 2009 1:37 AM
Jump to post Thread: Training Experience by martinorth
- Replies
- 4
- Views
- 1,069
Hello,
does anybody has visited an official extjs training class and can recommend it? I want to know more about the X201-Fundamentals and X301-Advanced courses. e.g. Structure of the training... -
23 Jun 2009 7:33 AM
Jump to post Thread: Grid Filter (Plugin) by martinorth
- Replies
- 917
- Views
- 566,694
Hi,
I have a working list filter wich gets data from a store. The problem is that the menue does not collapse(close) when I select an option from the menu. I have to click elsewhere on the screen... -
10 Jun 2009 7:36 AM
- Replies
- 4
- Views
- 3,766
Hi,
I have a rendering problem with windows (not the OS ;-) and IE 7. In firefox everything works fine.
When I want to show content inside an Ext.Window the window width is the same as my... -
5 Apr 2009 2:43 AM
- Replies
- 5
- Views
- 1,543
After a while I found the solution. There is a private method called processEvent inside Ext.grid.GridPanel and there I got the hint for my solution.
Simply use the contextmenu event and check if... -
3 Apr 2009 10:21 AM
- Replies
- 5
- Views
- 1,543
I don't think that looking for the row count would work because it could happen that the row count of the grid is 3 and the mouse pointer is not positioned over a row. Or what did you mean?
If...
Results 1 to 25 of 34
