Search Type: Posts; User: LarssaAndin
Search: Search took 0.02 seconds.
-
17 Jun 2013 3:49 AM
- Replies
- 1
- Views
- 74
As I managed to figure out the answer before I posted the question, I'll just write post my problem and how I solved if anyone else runs into the problem.
---
In my program I have a scenario where... -
20 Mar 2013 1:53 AM
Jump to post Thread: Table layout by LarssaAndin
- Replies
- 0
- Views
- 206
I'm working on creating a touch version of my ExtJS app and one thing I've ran into is the lack of a table/column layout.
What I need is a way to place my elements in something that at least... -
21 Jan 2013 8:14 AM
Jump to post Thread: Custom KeyNav for TextField by LarssaAndin
- Replies
- 1
- Views
- 179
I'm trying to replace the behavior of arrow keys in a text field (that is created by the edit plugin of a gridpanel). To start with I want to make up and down arrow commit the changes and move to the...
-
17 Jan 2013 5:51 AM
- Replies
- 2
- Views
- 392
I might have found the solution for this (at least for standard text inputs).
By overriding the onFocus function in Ext.form.field.Text the problem goes away.
... -
9 Jan 2013 5:35 AM
- Replies
- 2
- Views
- 392
REQUIRED INFORMATION
Ext version tested:
ExtJS rev 4.1.1 and 4.2.0-beta
Browser versions tested against:
IE9
IE10 (preview on Win7) -
8 Jan 2013 4:38 AM
- Replies
- 8
- Views
- 435
Nice!
Yeah, I agree it's a pain :-(.
If you want to keep track of what your app is doing, I suggest having a look at this logging framework, it's quite nice and very easy to use.... -
8 Jan 2013 2:53 AM
- Replies
- 8
- Views
- 435
I always get this behavior if I manage to leave a console.log in my code where it shouldn't be.
IE is the only browser of the ones you list that doesn't define the console until the debug window... -
8 Jan 2013 2:37 AM
- Replies
- 2
- Views
- 451
I suggest that you add a beforeedit listener to your edit plugin.
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.plugin.CellEditing-event-beforeedit
In this listener you just check a variable... -
18 Dec 2012 1:38 AM
- Replies
- 2
- Views
- 169
I agree that in your scenario resetting scroll would be the only reasonable solution. I can't really see how that can be the issue for me though. The reason my app hit's this code is that the store...
-
14 Dec 2012 5:22 AM
Jump to post Thread: can I do this with ext.js by LarssaAndin
- Replies
- 5
- Views
- 232
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.state.LocalStorageProvider
The documentation lacks an example though, but it is very simple.
var store =Ext.state.LocalStorageProvider.create();... -
14 Dec 2012 4:52 AM
Jump to post Thread: can I do this with ext.js by LarssaAndin
- Replies
- 5
- Views
- 232
I can't answer all your questions with authority, but some of them at least :).
1. For what purpose? Is it for printing? It's not very complicated to generate stand alone HTML (I do for printing... -
14 Dec 2012 3:03 AM
- Replies
- 2
- Views
- 169
I have a problem the scroller for my gridpanel. I have application that will trigger a refresh of the grid after edit of a cell is comitted to the server (the server sends an updated version of the...
-
29 Oct 2012 2:02 AM
Jump to post Thread: 3.0.0.201 loop bug ? by LarssaAndin
- Replies
- 13
- Views
- 1,282
Ok, I've generated a new app and now it seems to be working fine without loops. I can't really figure out what I did wrong last time but probably something stupid ;).
-
26 Oct 2012 9:27 AM
Jump to post Thread: 3.0.0.201 loop bug ? by LarssaAndin
- Replies
- 13
- Views
- 1,282
Hmm, I'm not at my work computer any more (already Friday evening here). I'm quite certain I didn't copy the .sencha directory. I generatade a new app, copied the content of the "app" dir (not the...
-
26 Oct 2012 3:08 AM
Jump to post Thread: 3.0.0.201 loop bug ? by LarssaAndin
- Replies
- 13
- Views
- 1,282
I do get this in an ExtJS application, is there two similar problems?
-
26 Oct 2012 12:14 AM
Jump to post Thread: 3.0.0.201 loop bug ? by LarssaAndin
- Replies
- 13
- Views
- 1,282
After upgrading to 230 from 190 I also get the loop bug.
The application is freshly generated (yesterday). I created it using
sencha -sdk ..../ext-4.1.2a generate app Name Path .
After that I... -
15 Oct 2012 5:30 AM
- Replies
- 8
- Views
- 1,149
I've started to use the sencha command for my now fairly big project (should have started earlier but hey, better late then never ;-)). I've created my all-classes.js using sencha app build
Anyway,... -
29 Aug 2012 4:35 AM
- Replies
- 1
- Views
- 304
If you call Ext.JSON.encode(obj) with an object that references itself it will result in a infinite loop (ends with stack overflow in most browsers).
It is of course stupid to call this method... -
20 Aug 2012 8:00 AM
- Replies
- 121
- Views
- 30,603
I'm using those lovely component for my, quite complicated, grid and so far it works extremely well.
I've managed to add editing using the standard CellEditing plugin and it works fine for my...
Results 1 to 19 of 19
