Search Type: Posts; User: JimR
Search: Search took 0.03 seconds.
-
17 Apr 2012 6:00 PM
Jump to post Thread: Can tree lines wrap for long text? by JimR
- Replies
- 7
- Views
- 1,529
I hate to say this because it's so common as to be trite, but it's true: Firebug is your friend. That's the only way I figured this out, and it's probably how to tell what's wrong in your case. Is...
-
7 Feb 2012 1:46 PM
- Replies
- 2
- Views
- 968
My Designer project was working fine, I don't even think I made any changes just beforehand, and then all of the sudden if I view one of my components, I get this error. The error is fatal (options...
-
7 Feb 2012 11:52 AM
Jump to post Thread: Can tree lines wrap for long text? by JimR
- Replies
- 7
- Views
- 1,529
Here is the solution, for those who do not wish to change things programmatically (which might be cleaner in terms of making sure nothing else is inadvertently targeted). This requires nothing but...
-
7 Feb 2012 10:29 AM
Jump to post Thread: Can tree lines wrap for long text? by JimR
- Replies
- 7
- Views
- 1,529
Never mind -- it is the "line-height" tag on x-grid-cell-inner. I'll post the change when I find an elegant one, since I've seen this question asked before.
-
7 Feb 2012 10:17 AM
Jump to post Thread: Can tree lines wrap for long text? by JimR
- Replies
- 7
- Views
- 1,529
I've tried. I've changed white-space to normal (it is set to nowrap by default), clip is auto (which means no clipping), I've adjusted the line heights to see if that was limiting the box from...
-
7 Feb 2012 10:13 AM
- Replies
- 1
- Views
- 727
I created a project, with multiple screens and multiple components on those screens. I then deleted some things, and ever since then when I try to export, I get "The following components are missing...
-
6 Feb 2012 5:56 PM
Jump to post Thread: Can tree lines wrap for long text? by JimR
- Replies
- 7
- Views
- 1,529
I'd like to put long text in tree nodes (like a paragraph) and have it all displayed, rather than cut off at the end of one line. Is there a way to allow nodes to wrap text and take up as much...
-
6 Feb 2012 2:33 PM
- Replies
- 6
- Views
- 1,560
No luck. Saving it as a new file and then reopening it fixed the problem also. Maybe data corruption? Here is the file anyway. The "notes" panel had no flex property (across many saves and reopens -...
-
6 Feb 2012 2:24 PM
- Replies
- 6
- Views
- 1,560
I used "duplicate" to copy everything and start paring it down to a minimal example, and the duplicated version works (while the original still doesn't). So, I have two layouts, exactly the same, and...
-
6 Feb 2012 2:04 PM
- Replies
- 6
- Views
- 1,560
Parent is hbox. Looks like this:
container (hbox)
--panel (vbox)
----field sets
--panel (fit)
----text area
The second panel doesn't have flex available... -
6 Feb 2012 1:42 PM
- Replies
- 3
- Views
- 898
That's a first lol. So, I guess that means no fix - I can see it getting too complicated, and actually undesirable, to start storing hidden parameters to add them in case that componet gets converted...
-
6 Feb 2012 9:14 AM
- Replies
- 3
- Views
- 898
For example: If you set up a layout that can have a flex value associated with it, set the flex value, then try a new layout of a kind that does not have a flex value associated with it, decide you...
-
6 Feb 2012 9:05 AM
- Replies
- 6
- Views
- 1,560
I have a Container that holds another Container, and a Form Panel, using HBOX layout. Flex can be set on the chlid Container, but not on the form panel, via Designer. If I add "flex: 1" to the code...
-
6 Feb 2012 6:32 AM
Jump to post Thread: User management and JS Ext by JimR
- Replies
- 1
- Views
- 1,331
This old post hits upon a question that I have, and one which would seem to be a weak point of EXT JS versus higher-level frameworks: User management and authentication. This ubiquitous need...
-
8 Apr 2011 12:10 PM
- Replies
- 7
- Views
- 962
Understood. When the 3rd party code is so obnoxious as to use "!important" itself, you have a problem.
I was thinking a scoped reset block might solve the other problem (of not having declared,... -
8 Apr 2011 11:44 AM
- Replies
- 7
- Views
- 962
Why doesn't it solve the problem? If the class CSS takes precedence, either due to that's the way it works, or order of declaration, or declaring "!", and everything generated by EXT JS has an EXT...
-
8 Apr 2011 10:40 AM
- Replies
- 7
- Views
- 962
How about abandoning built-in class names (e.g., "button", "submit", etc.), and using EXT JS-specific class names on all generated code?
Let's face it: Portlets appear to be here to stay. When... -
27 Feb 2011 7:46 PM
- Replies
- 35
- Views
- 9,514
Just wondering what the plan is. Thinking about giving 4.0 pr2 a try now and did most UI work in Designer previously. Implications?
-
6 Jan 2011 12:16 AM
Jump to post Thread: Section 508 Compliance by JimR
- Replies
- 1
- Views
- 652
Nothing exists. I've asked for anyone with such info, and the silence was deafening. I think at this point we are relegated to wiating for 4.0.
-
6 Jan 2011 12:14 AM
- Replies
- 1
- Views
- 817
I wonder what HTML this generates? Many ARIA attributes are redundant with well-formed HTML. If the checkboxes are simply HTML checkboxes, screen readers should read them. In fact, the following...
-
5 Jan 2011 11:40 PM
Jump to post Thread: Section 508 accessability by JimR
- Replies
- 2
- Views
- 845
Thanks for the reference. That presentation mentions state tracking. I was specifcially told that state tracking would NOT be present in 4.0 (but that it would be added during the 4.X lifecycle)....
-
5 Jan 2011 11:21 PM
- Replies
- 4
- Views
- 2,065
No one has done this? Seriously??
-
5 Jan 2011 11:18 PM
- Replies
- 3
- Views
- 792
We are adding WAI-ARIA states to EXT JS 3.3 code via direct updating of the DOM. In many cases this is simple because EXT JS allows assigning an ID to the component at the approrpiate level of...
-
4 Jan 2011 11:48 AM
- Replies
- 5
- Views
- 2,360
Thanks! I think we've largely switched to JSON for internal reasons, but I'm sure this will come in handy!
-
23 Dec 2010 12:43 PM
- Replies
- 4
- Views
- 2,065
I know 4.0 is supposed to address these issues, so this probably isn't high on anyone's list of new development to do, but I wonder how much 3.3 code is out there that people have enhanced to include...
Results 1 to 25 of 56
