Search Type: Posts; User: Raymi
Search: Search took 0.03 seconds.
-
10 Oct 2012 10:49 AM
- Replies
- 9
- Views
- 562
Waouw, thanks for your help.
Just for fun, I will try to summarize how this issue is going back and forth for one week now:
- One week ago, I have to open an old project made with Designer and... -
9 Oct 2012 8:57 PM
- Replies
- 9
- Views
- 562
The goal is to open an old project made with Designer and framework 3.3.3
-
9 Oct 2012 11:37 AM
- Replies
- 0
- Views
- 1,265
Hello,
When trying to open an existing project, I am facing the following issue: "This framework version is not supported".
I am getting crasy, have tried lot of stuff without any success.
... -
9 Oct 2012 9:18 AM
- Replies
- 9
- Views
- 562
Ok but Designer is producing the same error!
So what is the solution to the existing client project? -
9 Oct 2012 6:38 AM
- Replies
- 9
- Views
- 562
Ok, but initialy I opened a ticket at support because the error was produced by Designer after update. Then I was recommended to upgrade to Architect that was running in place of Designer, and now...
-
8 Oct 2012 11:34 AM
- Replies
- 9
- Views
- 562
Hello,
I am trying to open a project that was made with Ext Designer 3 with Architect 2.
Unfortunately, I am facing the following error: This framework version is not supported.
Searching... -
30 Dec 2010 12:36 AM
Jump to post Thread: Strange UI behavior with MS IE by Raymi
- Replies
- 5
- Views
- 728
Flex parameter is set on both panels. Regarding the layout, as I mentioned I changed to table layout which is the only one working. But with this layout flex parameters are not available...
... -
29 Dec 2010 7:45 AM
Jump to post Thread: Strange UI behavior with MS IE by Raymi
- Replies
- 5
- Views
- 728
Regarding the third issue I mentioned above
It looks like hbox layout with flex to 1 works odd with IE. What I noticed is that when the page was loading I could see the 2 different panels. But as... -
29 Dec 2010 6:27 AM
Jump to post Thread: Strange UI behavior with MS IE by Raymi
- Replies
- 5
- Views
- 728
I did try changing (and increasing the width) for horizontal scrollbars but it did not solve with MS IE.
For the field that looks to be missing in the upload form here is the code:
... -
29 Dec 2010 6:04 AM
Jump to post Thread: Strange UI behavior with MS IE by Raymi
- Replies
- 5
- Views
- 728
Hi,
It is not that I am not a real fan of Microsoft Internet Explorer 8.0.7600, however I need to take it into account because of my end-users...
I am facing strange behavior UI wise for my... -
8 Dec 2010 6:08 AM
- Replies
- 2
- Views
- 447
Indeed, it was stupid :">
It works now. Thanks for your help Condor! -
8 Dec 2010 5:49 AM
- Replies
- 2
- Views
- 447
Hi,
I cannot figure our why the typeAhead is not working in my context; maybe it is obvious but I can't find...
Let's say an array list [['111'],['222'],['333']] (in my case it is remote (XML),... -
2 Nov 2010 5:26 AM
Jump to post Thread: GridPanel/GridView not refreshed by Raymi
- Replies
- 2
- Views
- 680
SOLVED! STUPID MISTAKE!!!!!!!!!!!!!!!!!!!!!!!! :D
I forgot the AJAX post was async, and since ExtJS is so performant the store was .(re)load was executed before the post was finished. :((
Sorry... -
1 Nov 2010 2:52 AM
Jump to post Thread: GridPanel/GridView not refreshed by Raymi
- Replies
- 2
- Views
- 680
Well, after many tests and different attempts this is not working in my end.
I cannot believe such function not working properly with ExtJS, but I cannot find where I am wrong... What is also... -
31 Oct 2010 1:26 AM
Jump to post Thread: GridPanel/GridView not refreshed by Raymi
- Replies
- 2
- Views
- 680
Hi,
After making an AJAX post to update values, none of the call below do refresh the grid when triggered after the post;
Tried with:
log_store.reload();And:
myGrid.getView().refresh;I saw... -
31 Oct 2010 12:53 AM
- Replies
- 0
- Views
- 477
SORRY!!! WRONG PLACE!!!!
Hi,
After making an AJAX post to update values, none of the call below do refresh the grid when triggered after the post;
Tried with:
log_store.reload();And:
... -
28 Oct 2010 1:18 AM
- Replies
- 9
- Views
- 1,023
OK. I think I grabbed the right way for achieving...
What I was doing:
autoLoad: true,
baseParams: {params: {'$Command&Section=Log&From=19800101000000&To=20991231235959'}}, //to set default... -
27 Oct 2010 7:17 AM
- Replies
- 9
- Views
- 1,023
Actually, does not change anything... The result is that existing params are not replaced but readjusted params are added, whatever I am using quotes or not.
-
26 Oct 2010 12:56 PM
- Replies
- 9
- Views
- 1,023
Great, thanks for the recommendations.
It is ok as I don't get any errors. However, I would like to clearly understand what is happening.
Looking in Firebug at what is being passed:
with... -
26 Oct 2010 7:05 AM
- Replies
- 9
- Views
- 1,023
Moreover, I just noticed the call is using POST method whereas I absolutely need GET...
Argh just get the feeling running around the bush :-) -
26 Oct 2010 6:47 AM
- Replies
- 9
- Views
- 1,023
Thanks for your answer.
Indeed, using [baseParams] enables at least the first call.
But when using load({params: {}} I get now another error:
var log_store = Ext.StoreMgr.lookup('MyStore');... -
26 Oct 2010 12:19 AM
- Replies
- 9
- Views
- 1,023
Hi,
I am new to ExtJS so if the question looks to be silly I apologies...
I am trying to reload an XML store depending on some input from the user: In the URL, depending on dates selected by...
Results 1 to 22 of 22
