Search Type: Posts; User: catapult
Search: Search took 0.03 seconds.
-
30 Sep 2010 7:32 AM
- Replies
- 2
- Views
- 955
Thanks Animal. I'll play around with that.
-
30 Sep 2010 7:14 AM
- Replies
- 2
- Views
- 955
Hi all,
I have a form with a textfield set with "inputType: file". Everything works fine when I submit the form, the file uploads lovelly. When I get the response back I want to reset the field... -
6 Sep 2010 12:32 AM
Jump to post Thread: Form field database lookup by catapult
- Replies
- 5
- Views
- 660
Eak! Yes. It was Friday afternoon. I'd had a long week. To busy thinking about that first beer. Waffle, waffle... :">
Cheers mate. -
3 Sep 2010 7:44 AM
Jump to post Thread: Form field database lookup by catapult
- Replies
- 5
- Views
- 660
I have played with the code and have it working. I was just wondering if it is possible to change the number of characters entered before firing off the search? At the moment it defaults to four and...
-
3 Sep 2010 2:22 AM
- Replies
- 4
- Views
- 518
http://www.sencha.com/forum/showthread.php?107844-ComboBox-fails-in-nexted-window&p=504889#post504889
Is this the post you looked at? If not you could try adding the combobox override to your... -
3 Sep 2010 2:20 AM
- Replies
- 4
- Views
- 518
http://www.sencha.com/forum/showthread.php?107844-ComboBox-fails-in-nexted-window&p=504889#post504889
Is this the post you looked at? If not you could try adding the override for the combobox to... -
3 Sep 2010 2:13 AM
Jump to post Thread: Dynamically add form row by catapult
- Replies
- 1
- Views
- 685
I want to develop an order form where the number of products could be 1 to infinity. I’m thinking of some sort of row based form where the user could add a row at a time for each product. I also have...
-
3 Sep 2010 12:56 AM
Jump to post Thread: Form field database lookup by catapult
- Replies
- 5
- Views
- 660
Cheers mate! Once again you have just what I need, do you ever sleep?
I'll give it a go and see what I get. -
3 Sep 2010 12:54 AM
- Replies
- 2
- Views
- 570
I think you will find that your code does work (as long as the path to extjs is correct). You will only get a little window about 1cm square with the cross to close it. Maybe you should try giving...
-
3 Sep 2010 12:37 AM
Jump to post Thread: Form field database lookup by catapult
- Replies
- 5
- Views
- 660
Hi all,
I’m after a bit of general thought and any ideas for a project I am undertaking. I’ve been asked to develop an ordering system which is to manage customers, products and the usual... -
24 Aug 2010 1:42 AM
Jump to post Thread: ComboBox fails in nexted window by catapult
- Replies
- 8
- Views
- 719
Hi Condor,
I seem to have it working now, definitely a strange one. I had to modify your bug fix slightly to get it going.
As I understand it the function is working its way up the DOM tree... -
23 Aug 2010 7:19 AM
Jump to post Thread: ComboBox fails in nexted window by catapult
- Replies
- 8
- Views
- 719
You wouldn't happen to have the link to the bug fix? I have searched the forum but haven't found anything.
-
23 Aug 2010 6:35 AM
Jump to post Thread: ComboBox fails in nexted window by catapult
- Replies
- 8
- Views
- 719
I am trying to create a dashboard for various graphs/charts showing statistical data. I wanted a menu of charts on the left which when clicked would open the chart within the viewing pane in a...
-
23 Aug 2010 6:12 AM
Jump to post Thread: ComboBox fails in nexted window by catapult
- Replies
- 8
- Views
- 719
Thanks for that Condor.
Is it possible that I can make the panel act like a window? I basically want the ability to move and resize the panel within its parent container. I'm trying to create a... -
23 Aug 2010 5:54 AM
Jump to post Thread: ComboBox fails in nexted window by catapult
- Replies
- 8
- Views
- 719
Hi all,
I have a problem where a combobox doesn't work correctly when I use nested windows. If I click the dropdown the list does not display. I can type in the value of a list item and that... -
19 Aug 2010 3:15 AM
- Replies
- 2
- Views
- 1,342
Hi thanks for the reply. I had to declare the first field in the series as "type : 'column'" for the negative values to display.
-
18 Aug 2010 8:03 AM
- Replies
- 2
- Views
- 1,342
Hi all,
Is it possible to show negative values on a stacked column chart? So if I have a sales chart showing my sales > 0 can I also have it showing my refunds < 0.
I'm new to charts and so... -
25 May 2010 1:19 AM
- Replies
- 1
- Views
- 1,497
Ext version tested:
Ext 3.2 rev 1
Adapter used:
ext
css used: -
25 May 2010 12:29 AM
Jump to post Thread: Click event on Tree Panel +/- by catapult
- Replies
- 5
- Views
- 1,242
I am developing a catalogue and the items in the content panel reflect the nodes in the tab panel. The user can click either the node or the icon in the content panel to navigate the tree. That is...
-
24 May 2010 8:31 AM
Jump to post Thread: Click event on Tree Panel +/- by catapult
- Replies
- 5
- Views
- 1,242
Sorry I wasn't very clear. When I said "collapsing all" I meant collapsing all child nodes from that point.
So My code does this:
listeners : {
collapseNode : function(n){
... -
24 May 2010 4:36 AM
Jump to post Thread: Click event on Tree Panel +/- by catapult
- Replies
- 5
- Views
- 1,242
I have a tree panel that loads something into another content panel at each node level. I have event listeners on my tree for click, expand and collapse. The expand and collapse listeners call a...
-
12 May 2010 1:03 AM
Jump to post Thread: Tree panel and breadcrumbs by catapult
- Replies
- 0
- Views
- 1,082
I am creating a catalogue and have been asked for breadcrumbs.
I have a border layout with a tree panel in the west location, another panel to show the details in the center location and a panel... -
11 May 2010 7:26 AM
Jump to post Thread: Single click expand tree nodes by catapult
- Replies
- 4
- Views
- 3,002
Thanks guys that's solved my problem.
-
11 May 2010 12:51 AM
Jump to post Thread: Single click expand tree nodes by catapult
- Replies
- 4
- Views
- 3,002
How do I go about making the nodes in my tree expand on a single click? I have looked at the API and Ext.tree.TreeNode has the property "singleClickExpand" but I'm not sure how to implement this.
... -
10 May 2010 7:15 AM
- Replies
- 2
- Views
- 543
Thanks Fabio. I had an extra dot in the path to the image.
Would never have thought of that.
Results 1 to 25 of 59
