Search Type: Posts; User: marklar
Search: Search took 0.02 seconds.
-
5 Apr 2007 12:53 PM
Jump to post Thread: These widgets are in Ext? by marklar
- Replies
- 11
- Views
- 3,133
Very nice rodiniz. You do cool stuff.
Thank for showin -
5 Apr 2007 10:58 AM
Jump to post Thread: what have changed? by marklar
- Replies
- 13
- Views
- 2,093
Here are some things I'll toss out, I was unable to recreate still, but here are some things to look at
Are you using this for a layout? I do not see layout code and when I tried to add a layout... -
5 Apr 2007 7:35 AM
Jump to post Thread: what have changed? by marklar
- Replies
- 13
- Views
- 2,093
Is there any way you can provide a way to recreate this? (I.e. code that works and code that does not?).
I know code is generally "well distributed", but if there is anyway you can provide some... -
4 Apr 2007 12:20 PM
Jump to post Thread: what have changed? by marklar
- Replies
- 13
- Views
- 2,093
After reading your main entry again, it seems you may have the first folder list but when you click the folder, it just turns into an image from a folder and shows no content.
If that is the case,... -
4 Apr 2007 12:13 PM
Jump to post Thread: what have changed? by marklar
- Replies
- 13
- Views
- 2,093
I am not an official Ext staffer - but I was able to get this working in a Notes environment.
Here are some tips.
1) Your php file should be looking for 'node' as a parameter.
2) Regardless... -
4 Apr 2007 7:57 AM
- Replies
- 2
- Views
- 997
Here is what I was able to "hack in" to get it working by ignoring the read only property and setting the indicators myself.
Hoping for a better solution:
//... added catch to see if vis... -
4 Apr 2007 7:22 AM
Jump to post Thread: reload tree node by marklar
- Replies
- 18
- Views
- 11,953
Here is another method that does not use the var outside the tree. Not that it matters. Just FYI in case you see this type of implementation as well.
var TreeMaker = function(){ //... -
4 Apr 2007 6:11 AM
- Replies
- 2
- Views
- 997
I have been through the docs again and it seems the pressed is read only and the toggle actually runs the toggle. I can imagine there are many cases where the item effected by the toggle button is...
-
3 Apr 2007 10:44 PM
- Replies
- 2
- Views
- 997
Is there a way to turn the "pressed" indicator of a Ext.Toolbar.Button off or on without using toggle?
I want to track when a layout is open or closed and set the pressed indicator accordingly but... -
3 Apr 2007 5:54 PM
- Replies
- 4
- Views
- 2,364
Jack, I wrote a special process to track all loaded objects and content panels and a master cleanup object. I am not just killing the dom and then complaining that it broke.
Please consider... -
3 Apr 2007 5:23 PM
Jump to post Thread: Bug in TreeLoader ? by marklar
- Replies
- 3
- Views
- 2,012
Here is the code, pretty basic.
var Tree = Ext.tree;
var tree = new Tree.TreePanel('somelabel'), {
animate:true,
loader: new... -
3 Apr 2007 5:16 PM
- Replies
- 4
- Views
- 2,364
Many hours are spent chasing down what was needed here. When the documentation comes out, can you include cleanup items that are internal? It seems like making one function and documenting that...
-
3 Apr 2007 2:54 PM
- Replies
- 7
- Views
- 1,824
In Tools - Internet Options - Advanced Tab there is an option called:
Disable Script Debugging (Internet Explorer)
Uncheck this, when you get an error it will ask if you want to debug.
Not... -
3 Apr 2007 2:32 PM
Jump to post Thread: Bug in TreeLoader ? by marklar
- Replies
- 3
- Views
- 2,012
I have to use an ugly hack in order to get the tree loader to work correct doing an async load from a server which wants the node parameter.
Here is the root of the problem I am running into:
... -
3 Apr 2007 2:08 PM
- Replies
- 4
- Views
- 2,364
When I load a tree control inside of a layout and then remove it, there are "parts hanging around" causing errors.
Here is the setup and the error.
I load a ContentPanel object into a... -
30 Mar 2007 6:22 PM
Jump to post Thread: reload tree node by marklar
- Replies
- 18
- Views
- 11,953
Note: I moved the bug note that was here into the bugs forum.
-
28 Mar 2007 10:47 AM
Jump to post Thread: create entire UI without ids? by marklar
- Replies
- 16
- Views
- 3,848
Judging by the fact that this shows how to implement version 2 in a nice easy way ...
I assume those are my only options (1,2 and 3) and that if I need to load the same page twice I have to... -
28 Mar 2007 9:48 AM
Jump to post Thread: create entire UI without ids? by marklar
- Replies
- 16
- Views
- 3,848
Animal - thanks for the info. In order to create say a toolbar component I have to supply a base element, usually give a "div id".
From the examples (this assumes a div tag on the form with... -
28 Mar 2007 6:32 AM
Jump to post Thread: create entire UI without ids? by marklar
- Replies
- 16
- Views
- 3,848
What I was trying to do was make a component that can be reloaded many times with out a conflict with div tags and without having to do as done above - and dynaically create all div tags.
I have... -
21 Mar 2007 7:00 PM
- Replies
- 3
- Views
- 1,730
A genuine genius and inventor is Jack
As hard as you work, its time to give back
Your not just a dreamer but a creator instead
Your newest baby may be the next sliced bread
I paypal'd you a... -
21 Mar 2007 3:43 PM
Jump to post Thread: create entire UI without ids? by marklar
- Replies
- 16
- Views
- 3,848
If the problem your having is that using the div tags cause the same page loaded twice to load it's control into the 1st pages div tag .. then read on.
I am new - so bare with me with some of this... -
7 Mar 2007 7:54 PM
- Replies
- 8
- Views
- 2,870
Very nice - I am using 1.0 Alpha, so with a minor update - I was able to get this working.
Now I just add one more include file with the below mod and presto - fixed.
I now understand how to do... -
7 Mar 2007 7:03 PM
- Replies
- 8
- Views
- 2,870
I have no problem with the fact that this should be fixed by user side logic. The problem I am having is figuring out how to do this. Apparently is it not that easy or someone would say .. here add...
-
7 Mar 2007 4:56 PM
- Replies
- 8
- Views
- 2,870
The code in UpdateManager.processSuccess.SortTypes.asText is never hit before the syntax error - can you provide a bit more detail as to how to accomplish this?
I provided an easy way to... -
7 Mar 2007 2:08 PM
- Replies
- 8
- Views
- 2,870
And since I can not change the source of the server output, I must use an overridden version.
Can anyone provide help on how to strip out the content of html and where?
Results 1 to 25 of 35
