Search Type: Posts; User: thenewmexican
Search: Search took 0.02 seconds.
-
28 Sep 2009 6:24 AM
Jump to post Thread: refresh grid by thenewmexican
- Replies
- 7
- Views
- 1,341
Thanks for the reply.
But. Your response has no bearing on the abysmal Grid rendering issues. The render/resize issues are even worse on Windows IE. Its time to have a look at Flex. -
25 Sep 2009 9:20 AM
Jump to post Thread: refresh grid by thenewmexican
- Replies
- 7
- Views
- 1,341
I hear ya.
But. This is the only way that I have used code to insert stuff into a grid.
Sometimes the examples are a little confusing. Since. It appears that there are numerous
ways to get from... -
25 Sep 2009 9:12 AM
Jump to post Thread: refresh grid by thenewmexican
- Replies
- 7
- Views
- 1,341
This is from the examples
rowEditor.stopEditing();
store.insert(0,newObj);
grid.getView().refresh();
grid.getSelectionModel().selectRow(0);
... -
25 Sep 2009 7:55 AM
Jump to post Thread: refresh grid by thenewmexican
- Replies
- 7
- Views
- 1,341
grid.refresh();
-
25 Sep 2009 6:32 AM
Jump to post Thread: layouts and performance by thenewmexican
- Replies
- 2
- Views
- 685
Thanks for the rapid reply. I perused the forms and found that there are serious
issues with Grid performance.
And. Thanks for recommendation of the ListView. However. What I'm trying to... -
25 Sep 2009 5:27 AM
Jump to post Thread: layouts and performance by thenewmexican
- Replies
- 2
- Views
- 685
I have a column layout with nine individual grid panels. Each GridPanel has three columns and, can have up to twenty rows. There are nine of these GridPanels contained in a Ext.Panel, with
a... -
18 Sep 2009 7:13 AM
- Replies
- 2
- Views
- 1,115
Environment is LinuxMint version 8.10.
I installed version 3.0.14 of firefox today.
When I click on my application link I receive a popup that says this:
A script on this page may be busy, or... -
10 Sep 2009 9:11 AM
- Replies
- 1
- Views
- 977
I'm trying, in vein, to hide the border on a radiocheckbox.
I have tried style: 'border-style: none;'. But. It doesn't work.
{
xtype: 'radiogroup',
style:... -
18 Aug 2009 5:03 PM
Jump to post Thread: Tab Header Background Color by thenewmexican
- Replies
- 1
- Views
- 857
Is it possible to change the tab header background color.
So far. I have But. The tab header stays the default color
getRedColorTab : function(){
var centerPanel... -
5 Aug 2009 8:22 AM
- Replies
- 12
- Views
- 2,023
Thanks Animal. I really appreciate your help.
I understand what you're saying now.
I have to aaaaadjust my thinking accordingly for this project. -
5 Aug 2009 6:43 AM
- Replies
- 12
- Views
- 2,023
I understand what async means full well. However. THAT. Is what toolkits life DWR were born to handle. The async nature of Ajax.
But. Again. This worked fine in Tibco. So. I work it out. But. ... -
5 Aug 2009 6:37 AM
- Replies
- 12
- Views
- 2,023
I'm just stating what the DWR specs say. And. Besides. This worked in TibcoGI.
-
5 Aug 2009 6:36 AM
- Replies
- 12
- Views
- 2,023
So. What you're saying is. The doLogin method completes, before the callback method completes.
What does the JS call stack look like ??
I thought the call stack should be
1. doLogin()
... -
5 Aug 2009 6:24 AM
- Replies
- 12
- Views
- 2,023
I appreciate the reply.
However I think that you are both incorrect.
//: From the DWR site
Writing JavaScript with DWR
DWR generates Javascript code that is similar to the Java code that... -
5 Aug 2009 6:14 AM
- Replies
- 12
- Views
- 2,023
Thanks for the reply.
As per the DWR specs. The handleAuthenticationResult is a method that is called when the return value is available
. -
5 Aug 2009 5:48 AM
- Replies
- 12
- Views
- 2,023
I have the following source artefacts.
From my gui code, I invoke the com.mystuff.dwrService.doLogin(userID,password); method. Which in turn invokes the... -
3 Aug 2009 7:06 PM
- Replies
- 11
- Views
- 1,731
Just one more thing Lukman.
I'm addressing your next to last post. I know that sure, just because there are no syntax errors, doesn't mean your code is going to work as expected. Yes. Thats true,... -
3 Aug 2009 7:02 PM
- Replies
- 11
- Views
- 1,731
Thanks. I really appreciate your help.
-
3 Aug 2009 6:54 PM
- Replies
- 11
- Views
- 1,731
Thanks again Lukman
I know that Ext.ns is an alias for Ext.namespace.
However. I could not find the API docs for Ex.namespace.
Also. If you do a search in the Ext 3.0 API doc. It comes up empty.... -
3 Aug 2009 6:43 PM
- Replies
- 11
- Views
- 1,731
Thanks for the reply.
This may seem like a foolish question. But. What does "wrong" mean. Which part is "wrong".
And. What type of "wrong" did you categorise this "wrong" code under.
No. I... -
3 Aug 2009 6:14 PM
- Replies
- 11
- Views
- 1,731
I'm making a concentrated effort to separate the GUI definitions from the JS logic that calls server side functions.
I have two files.
One file containing the code which communicates with the... -
3 Aug 2009 9:08 AM
- Replies
- 1
- Views
- 677
To Carina, or anyone else.
Does the VerticalTabPanel work correctly in ExtJS 3.0 ??
Currently. I'm using the VTP. It ALMOST works correctly. The only thing missing at this point,
is the... -
3 Aug 2009 8:57 AM
Jump to post Thread: Vertical tabs for TabPanel by thenewmexican
- Replies
- 65
- Views
- 52,226
Hi Carina.
Excellent implementation of VerticalTabPanel.
However. It doesn't scroll as expected when the number of items exceed the viewable space of the VerticalTabPanel.
The Browser is FF:... -
26 Jul 2009 1:59 PM
- Replies
- 32
- Views
- 4,211
Sorry. Error Correction. Ronaldo.
-
26 Jul 2009 1:58 PM
- Replies
- 32
- Views
- 4,211
Thanks for the insights Rolando. I really like what ExtJS provides in the way of EyeCandy etc..
I guess I have to put in the "tooth ache" time, and get further into JS.
BTW. We are going to be...
Results 1 to 25 of 41
