Search Type: Posts; User: pouli
Search: Search took 0.02 seconds.
-
5 Jan 2011 5:38 AM
Jump to post Thread: Create XML on the fly by pouli
- Replies
- 2
- Views
- 575
Hello Condor,
yes indeed. My first thought was not correct.
First I found that there is no easy way to create XML in a cross-browser way.
Thus after I stopped thinking about creating XML on the... -
5 Jan 2011 3:24 AM
Jump to post Thread: Create XML on the fly by pouli
- Replies
- 2
- Views
- 575
Hello to all,
I would like to create an XML on the client side and when the user is ready I will send it over to the server.
The visualization of the XML will be a tree component.
Any changes... -
4 Nov 2010 6:12 AM
- Replies
- 9
- Views
- 2,215
This does not look very nice but it works
myPanel.doLayout();
myPanel.show();
... -
4 Nov 2010 5:53 AM
- Replies
- 9
- Views
- 2,215
Ok here is something else
this works with FireFox but fails with IE since it seems that myPanel must not be hidden when the doLayout is called, otherwise the rendering is really problematic (IE 6... -
4 Nov 2010 5:44 AM
- Replies
- 9
- Views
- 2,215
yes this is where I placed it but I used myPanel (private variable) not this.
I suppose that the this will not be undefined. -
4 Nov 2010 5:43 AM
- Replies
- 9
- Views
- 2,215
OOoops,
now the IE does not work! it is a complete disaster there now since not all of the textareas are visible.
This is a bigger problem in comparison with my original. -
4 Nov 2010 5:40 AM
- Replies
- 9
- Views
- 2,215
I have made it working thanks to you.
But the afterLayout event contained an undefined myPanel.
Instead of placing the myPanel.show() there I placed it at the load event of the store.
This is... -
4 Nov 2010 5:04 AM
- Replies
- 9
- Views
- 2,215
Hello Condor,
I tried this
var myPanel = new Ext.form.FormPanel({
layout: 'table',
wiatMsgTarget: true,
... -
4 Nov 2010 4:31 AM
- Replies
- 9
- Views
- 2,215
Hello,
I am having a a rendering problem between FireFox and IE.
I have a UI that builds itself dynamically after loading.
For example:
var myPanel = new Ext.form.FormPanel({
... -
3 Nov 2010 7:10 AM
Jump to post Thread: Write event for Ext.data.Store by pouli
- Replies
- 2
- Views
- 1,543
Hello Condor,
I almost forgot to update this thread.
I imagined that :)
I have found a workaround in the meantime that works ok.
I have made a private variable and I keep the... -
2 Nov 2010 8:01 AM
Jump to post Thread: Write event for Ext.data.Store by pouli
- Replies
- 2
- Views
- 1,543
Hello to all,
I have a Store with a write event listener like this:
var jsWriter = new Ext.data.JsonWriter({
returnJson: true,
... -
18 Oct 2010 4:17 AM
- Replies
- 9
- Views
- 1,722
I found the solution.
The server must always return a success: true if this is set for the reader.
Take care not to return the true as a string since this will be taken as a false.
Additionally... -
15 Oct 2010 3:24 AM
- Replies
- 9
- Views
- 1,722
I do not think that I use Ext.Direct as well.
I tried to return the same message only or with a success: true and a total attribute but with no success.
The only change is that I receive a... -
11 Oct 2010 8:12 AM
- Replies
- 9
- Views
- 1,722
For the read it seems that I handle it ok.
If the answer for the read is this:
{"metaData":{"totalProperty":"total","idProperty":"id","root":"remarks","fields":["id","text"],"successProperty"... -
11 Oct 2010 7:52 AM
- Replies
- 9
- Views
- 1,722
Condor,
even when I do not return any answer to the client the alert inside the exception listener is fired.
Why this is happening ? -
11 Oct 2010 7:21 AM
- Replies
- 9
- Views
- 1,722
Sorry Condor,
I haven't thought of specifying this.
I use this
var proxy = new Ext.data.HttpProxy({
api:{
read :... -
11 Oct 2010 6:40 AM
- Replies
- 9
- Views
- 1,722
Hello to All ( and especially to Condor),
I have a store that the reader is configured from the server with meta-data.
I use an Ext.data.HttpProxy and I have registered the following listeners... -
7 Oct 2010 5:11 AM
Jump to post Thread: Ext.data.Store by pouli
- Replies
- 2
- Views
- 1,016
Condor you are correct once again. :)
-
7 Oct 2010 3:12 AM
Jump to post Thread: Ext.data.Store by pouli
- Replies
- 2
- Views
- 1,016
Hello to all,
my store initiates a create action although I have made an udpate.
Why ? Do I have to specify something else as well ?
Here is the code:
var jsWriter = new... -
7 Oct 2010 1:26 AM
- Replies
- 2
- Views
- 1,308
Hello Condor,
yes I have found a way around this by using metadata form the server.
Your post explains better to me why jsonstore was not working with my reader.
It is interesting though that... -
6 Oct 2010 7:43 AM
- Replies
- 2
- Views
- 1,308
Hello,
I am trying to do my first JsonStore to work but I keep receiving: recordType is undefined.
Here is the the interesting part:
var TestRecord =... -
6 Oct 2010 2:00 AM
Jump to post Thread: Namespace and hidden HTML tags by pouli
- Replies
- 2
- Views
- 1,020
Hello Condor thank you for the quick reply.
I am using this skeleton that I have found at the tutorials:
Ext.namespace('test');
test.app = function()
{
return { -
6 Oct 2010 1:45 AM
Jump to post Thread: Namespace and hidden HTML tags by pouli
- Replies
- 2
- Views
- 1,020
Hello to all,
I am really new to EXTJS and I have a very basic problem.
I have read that is god to use namespace and this is what I did.
I want on the other hand to use some hidden variables...
Results 1 to 23 of 23
