Ph: 04042008

Reload this Page Search Results

Showing results 1 to 25 of 97
Search took 0.01 seconds.
Search: Posts made by: msuresh
Forum: Ext: Help 09-02-2008, 08:05 AM
Replies: 2
Views: 45
Posted By msuresh
QuestionHow to Call a function after a set of stores loaded?

I am loading few stores, after all the stores are loaded based on the values I need to generate a graph.

I need to call the function CreateGraph() after loading all the stores. However I am unable...
Forum: Ext: Help 08-20-2008, 10:04 AM
Replies: 9
Views: 202
Posted By msuresh
This is what that post says: Still trying to...

This is what that post says:

Still trying to get the my Custom code to work...
Forum: Ext: Help 08-20-2008, 09:44 AM
Replies: 9
Views: 202
Posted By msuresh
Thanks for the quick reply, Yes it is true, it...

Thanks for the quick reply,

Yes it is true, it is returning the objects, i can read values inside the object, but how can i disable my checkbox column. This example is also there in Grid FAQs, but I...
Forum: Ext: Help 08-20-2008, 09:19 AM
Replies: 9
Views: 202
Posted By msuresh
QuestionI am trying the above code, but I didnt...

I am trying the above code, but I didnt understand what is tiGridLocked, is it a function name or column name. Can any one throw more light on this.

store.reader.jsonData.tiGridLocked

Thanking...
Forum: Ext: Help 08-08-2008, 04:53 PM
Replies: 1
Views: 100
Posted By msuresh
QuestionManually compressiong JS using GZip utility

Hi,
We are using weblogic server and I tried searching how to enable gzip compression but could not find any resource in that direction.

I manually compressed the JS files using gzip...
Forum: Ext: Help 07-28-2008, 02:29 AM
Replies: 2
Views: 71
Posted By msuresh
QuestionExt Components goes behind Flash movie

Hi,
I have a flash component in my page. The Menu or the Error Message boxes goes behind the flash movie. I tried the below code, it works to a certain extent (Outside frame disappears) in...
Forum: Ext: Help 07-28-2008, 02:10 AM
Replies: 2
Views: 48
Posted By msuresh
Thumbs upThanks Evant. I added the code as you suggested...

Thanks Evant. I added the code as you suggested in the Grid Panel and it works. =D>
Forum: Ext: Help 07-28-2008, 01:45 AM
Replies: 2
Views: 48
Posted By msuresh
PostProblem in Collapse...

I have a problem in collapsing the panel. When I initially load the page the first panel gets expanded. However I would like to collapse all the panels when the page loads. I have used collapseFirst,...
Forum: Ext: Help 07-28-2008, 01:37 AM
Replies: 11
Views: 346
Posted By msuresh
Thumbs upSo here is the solution: /* JSON...

So here is the solution:

/* JSON DATA
{
"invalidBusinessRule":[
{"description":"IBR row 1 - Value for mandatory column 'Customer Type' is missing., WorksheetName: Manage APM...
Forum: Ext: Help 07-23-2008, 03:30 AM
Replies: 11
Views: 346
Posted By msuresh
The code breaks...

The code breaks here:

storeInvalidDataType.loadData(jsonData.invalidDataType);
Forum: Ext: Help 07-22-2008, 01:28 PM
Replies: 11
Views: 346
Posted By msuresh
I referred No.42 in FAQs, my code is as below...

I referred No.42 in FAQs, my code is as below which is not loading the data into the grid store:

Ext.Ajax.request({
url: 'js/getErrorData.txt',
success: function(response , request){
...
Forum: Ext: Help 07-22-2008, 01:03 PM
Replies: 11
Views: 346
Posted By msuresh
Ok, I got the file from the following url:...

Ok, I got the file from the following url: http://ido.nl.eu.org/ext-pagingmemoryproxy/
Forum: Ext: Help 07-22-2008, 12:35 PM
Replies: 11
Views: 346
Posted By msuresh
I have looked into the example and trying the...

I have looked into the example and trying the same. However I could not find the file BufferedPagingMemoryProxy.js file?

I found one below for Ext 1.0 version, however it is giving some problem in...
Forum: Ext: Help 07-22-2008, 08:50 AM
Replies: 11
Views: 346
Posted By msuresh
Sorry if I am not clear, I have 3 stores, instead...

Sorry if I am not clear, I have 3 stores, instead of making 3 calls to the server and from server to DB, I want to make a single call and load 3 stores.

A simple example will help me a lot.
Forum: Ext: Help 07-22-2008, 08:25 AM
Replies: 11
Views: 346
Posted By msuresh
Handling Nested JSON

Hi,
I have a single nested JSON data and 3 grid stores. Now I want to know how to fill this 3 stores with Single Nested JSON data.

My JSON looks like...
Forum: Ext: Help 07-17-2008, 11:39 PM
Replies: 1
Views: 43
Posted By msuresh
Display Problem

Hi,
I have a page which loads correctly when I use my local IP Address. If I use localhost in the url it fails to load properly.

I tested in FireFox 2.0 and IE 7.0, in both the browsers I am...
Forum: Ext: Help 07-08-2008, 02:01 AM
Replies: 14
Views: 267
Posted By msuresh
You are using "Ext.MessageBox.show"...

You are using "Ext.MessageBox.show" instead of "Ext.MessageBox.confirm".

Sample code for your reference:

Ext.MessageBox.confirm('Confirm', "You are about to reload the grid that has unsaved...
Forum: Ext: Help 07-08-2008, 01:48 AM
Forum: Ext: Help 07-08-2008, 01:43 AM
Replies: 19
Views: 284
Posted By msuresh
Yes you can do using renderer. Go thru the below...

Yes you can do using renderer. Go thru the below code.

function pass1Color(val, cell, record, rowIndex, colIndex, store){
cell.attr = 'style="background: #F9F9F9; !important;"';
return...
Forum: Ext: Help 07-05-2008, 11:52 AM
Replies: 1
Views: 133
Posted By msuresh
QuestionHow to validate for duplicate records in Grid?

Hi,
I have a grid where I need to validate for duplicate records. I have used two for loops, the first loop gets the modified records and compares with the store.

The problem is even the store...
Forum: Ext: Help 06-11-2008, 01:26 AM
Replies: 2
Views: 90
Posted By msuresh
QuestionHow much data we can load in a Combo?

Hi,
I would like to know how much data we can load in a Combo considering the system is Pentium 4 with 512 MB RAM without affecting the performance.

Kindly share if you have any idea regarding...
Forum: Gxt: Help 06-11-2008, 12:59 AM
Replies: 0
Views: 95
Posted By msuresh
QuestionHow much data we can load in a Combo?

(Sorry for posting at the wrong place, I have posted the same message in Ext Help as I didn't know how to move the message from here to there)

Hi,
I would like to know how much data we can...
Replies: 8
Views: 921
Posted By msuresh
Unable to download or View. Can you please upload...

Unable to download or View. Can you please upload the file?
Replies: 38
Views: 6,155
Posted By msuresh
Unable to download the plugin. Can you upload the...

Unable to download the plugin. Can you upload the plugin.
Showing results 1 to 25 of 97

 
Forum Jump
All times are GMT -5. The time now is 12:20 PM.

© 2006-2008 Ext, LLC
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Ext JS

Cross-browser JavaScript library for building rich internet applications


Ext GWT

Java library for building rich internet applications with GWT

Support Subscriptions

With 1-on-1 email and phone support, we solve your Ext JS, GWT, CSS and JavaScript issues


Training

Get up to speed quickly with on-site training provided by Ext


Community

The Ext community forums and wiki


Ext Solutions

Enterprise consulting and custom development

Ext JS


Ext GWT


Help


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser