Search Type: Posts; User: busybee
Search: Search took 0.01 seconds.
-
25 Oct 2010 1:11 PM
Jump to post Thread: Sizing Issue in Portrait Mode by busybee
- Replies
- 0
- Views
- 426
Hello,
When I try to open a page in Portrait mode, I see the page only half the size. When I open it in landscape and flip the iPhone into portrait I see the page much larger. Is there a way we... -
19 Oct 2010 4:09 AM
Jump to post Thread: Populate XML data in a List by busybee
- Replies
- 2
- Views
- 799
kortovos,
I tried that and it didn't work. -
18 Oct 2010 4:35 PM
Jump to post Thread: Icon issue by busybee
- Replies
- 5
- Views
- 718
Try the code below.
icon: 'xyx.png' -
18 Oct 2010 4:26 PM
Jump to post Thread: Missing XMLStore in API Doc by busybee
- Replies
- 0
- Views
- 362
Hello,
I can't find the XMLStore in API docs. Also can't get to load xml data using the xml reader.
Reference post. ... -
18 Oct 2010 1:05 PM
Jump to post Thread: Populate XML data in a List by busybee
- Replies
- 2
- Views
- 799
Hello I am trying to populate xml data into a list. But can't get any data to be populated. Can somebody tell me where I am going wrong.
Ext.onReady(function(){
Ext.regModel('State', {... -
13 Oct 2010 10:07 AM
- Replies
- 16
- Views
- 4,050
Steve,
I saw the example and the nestedlist javascript source code as well. In the treestore, the reader and the data are of json type.
I need to use an xmlreader, which i am essentially using... -
12 Oct 2010 3:06 PM
- Replies
- 16
- Views
- 4,050
Hello,
I am trying an example of displaying an xml data using a list/nestedlist. Could display that using a grid in Ext Js API.
Sencha looks completely different in its features.
Is there a... -
12 Oct 2010 11:14 AM
- Replies
- 2
- Views
- 1,175
Yes I do now. It works. Thanks.
-
12 Oct 2010 10:22 AM
- Replies
- 2
- Views
- 1,175
I am trying to run the examples on my local machine on IIS. The Nested List example poses errors.
http://img707.imageshack.us/img707/9901/testkt.png -
7 Oct 2010 3:44 AM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Thanks Condor. I liked your Disclaimer part. But couldn't get to display the data in the grid. How do people debug javascript or extjs, in the sense that how do I get to know what values are getting...
-
7 Oct 2010 3:14 AM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Yes Flattened. For each row displaying the City row, I would display the State elements. So the State elements would pretty much be repeating.
I can use a tree, but I am not sure, how do I display... -
7 Oct 2010 2:43 AM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Condor,
Thanks for your help. I got the basic grid to be rendered with the State element. Yes I figured that my zipcode mapping is wrong. I am trying to as well display the child element (City) in... -
6 Oct 2010 10:43 AM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Hi,
I am still encountering problems in rendering a grid :( I am trying to render the xml elements into the grid. I tried putting in another xmlreader for child elements but could'nt get to work.... -
6 Oct 2010 4:37 AM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Condor
Yes, <State> Element is inside <States> element in the xml document. I haven't posted the whole document.
XML document is coming from a server, But I am initially testing with a sample... -
5 Oct 2010 3:05 PM
Jump to post Thread: XML Grid Problem by busybee
- Replies
- 11
- Views
- 1,076
Hello,
I am trying to build a simple grid. But I am encountering a null exception.
/*!
* Ext JS Library 3.2.1
* Copyright(c) 2006-2010 Ext JS, Inc.
* licensing@extjs.com
*... -
5 Oct 2010 11:23 AM
- Replies
- 3
- Views
- 2,745
Thank you scarsick.
Now I get another error :(
Uncaught TypeError: Cannot read property 'dom' of null
var grid = new Ext.grid.GridPanel('mygrid', {
ds: store,
cm: colModel -
5 Oct 2010 10:51 AM
- Replies
- 3
- Views
- 2,745
Hello,
I get an error: Uncaught TypeError: Object #<an Object> has no method 'addEvents' - ext-all-debug-21347
which is from the Java script form the below code
var store =... -
4 Oct 2010 1:58 PM
- Replies
- 1
- Views
- 536
<State Id="1" Name="John" email-"abc@test.com" >
<City Id="501" CustomerName="Darryl Bowen" />
<City Id="502" CustomerName="Kai Ramadan" />
</State>
<State Id="1" Name="John"... -
4 Oct 2010 9:45 AM
Jump to post Thread: [Solved] Grid Example by busybee
- Replies
- 0
- Views
- 531
Hello,
I am trying ext js and to run a simple xml grid example. I see the grid to load on IE 8 and not on chrome 6.
Data on the grid on ie8 is not displayed as what I see on the online example....
Results 1 to 19 of 19
