 |
|
 |
OT: we're heading up to Northumberland on Friday. I thought I'd better give you fair warning!
|
|
|
|
 |
|
 |
We'll get some more beer in up here then.
|
|
|
|
 |
|
 |
Now there's a plan!
I'll privmail you my mobile no. shortly so we can co-ordinate quaffing plans.
|
|
|
|
 |
|
 |
What you talkin' about, sucker?
print "http://www.codeproject.com".toURL().text
Ain't that Groovy?
|
|
|
|
 |
|
 |
Developers (all libraries) seem to be utterly unable to create components that only improve on existing components, without actually removing basic, common sense functionality. I populate an extJS combo with a value-name list. I select an item in the list, and the 'value' property reflects the value part of my list item. I clear the combo text, i.e. it is blank! Any user would assume no item is selected, but the 'value' property still reflects my first selection. I have no way of knowing that nothing should be selected, unless I add freaking big ugly 'clear' buttons to each freaking combo!
You really gotta try harder to keep up with everyone that's not on the short bus with you.
- John Simmons / outlaw programmer.
|
|
|
|
 |
|
 |
Sounds like you want an auto-complete list, not a combo box...
|
|
|
|
 |
|
 |
I actually want a combo, with a drop-down, and a selection that can be overridden by custom text.
That bordered on a programming question, but I have one of those in the correct place.
You really gotta try harder to keep up with everyone that's not on the short bus with you.
- John Simmons / outlaw programmer.
|
|
|
|
 |
|
 |
Brady Kelly wrote: I actually want a combo, with a drop-down, and a selection that can be overridden by custom text.
Ah, i see then... So you've entered custom text (an empty string), but ExtJS is still returning the value of the previously-selected predefined entry?
|
|
|
|
 |
|
 |
Yes, an empty string, or a string that isn't matched by the TypeAhead thingy. I'm going to write some code tomorrow to do a lookup in the store, and decide whether to return the display text or the value text based on that, but this strikes me as something I really shouldn't have to do if I pay for a library.
You really gotta try harder to keep up with everyone that's not on the short bus with you.
- John Simmons / outlaw programmer.
|
|
|
|
 |
|
 |
Sounds like they designed the value aspect for list / autocomplete uses, without really considering the combo box aspect. That said, couldn't you just ignore the value entirely, always relying on the text instead?
|
|
|
|
 |
|
 |
I'm doing that now, but it is a pretty crappy compromise IMO.
You really gotta try harder to keep up with everyone that's not on the short bus with you.
- John Simmons / outlaw programmer.
|
|
|
|
 |
|
 |
Is it me or when it comes to these things you have to set the text/value as a pair. If you zero out the text and zero out the values you should have an empty list. If not right a routine you can call to blank the dropdown thoroughly and then either repopulate it or leave it blank. BTW I have a feeling is being stored by your postback event. Fix that and you probably will have what you want.
|
|
|
|
 |
|
 |
0) Because I can't figure out how to add a frakking reference. The dialog box wants me to select by frakking DLL name instead of by assembly name.
1) Because you apparently can't use the mouse to drag a control around, and you can't apparently use the keyboard to change the control's size.
2) You can't make the solution/properties/resources/tools panes collapsible - you either have them,, or you don't. Of course you could make them floaters, but it's a "pane in the ass" to have to keep moving them out of your way.
Who the f*ck is in charge up in Redmond? Mickey-F*cking-Mouse?
(I had to override the template for the ManuallyTypeNumericalList to allow an item 0, and that's why WPF sucks today.)
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
|
|
|
|
 |
|
 |
John Simmons / outlaw programmer wrote: Who the f*ck is in charge up in Redmond? Mickey-F*cking-Mouse?
No, that would be an improvement. Mickey, if I recall, is able to assert control from time to time.
|
|
|
|
 |
|
 |
...whereas all Balmer can manage is alternating dancing and ranting!
|
|
|
|
 |
|
 |
I am surprised to find that the overall look and feel of blend is not in your list.
I have not come into terms with that funky color scheme yet.
|
|
|
|
 |
|
 |
Brrrriiiinnnngggg! Ladies and gentlemen, we haaaave a wiinnnnnerrrr!
The moron who decided a dark gray on dark gray UI was a good idea ought to be stabbed in the face with a shovel.
Software Zen: delete this;
|
|
|
|
 |
|
 |
And lets not mention totally nonstandard UI elements. Nothing like re-inventing the wheel...
|
|
|
|
 |
|
 |
That's what modern UIs are about these days. Get with it, you know you can throw away the Windows Guidelines book/spec.
|
|
|
|
 |
|
 |
Actually, the fact that the USER cannot control the way the app looks as far as color scheme goes (outside of selecting between a bad or a worse skin) is what I think is wrong with things.
I have taken enough design classes to understand the reasoning behind what they did, but they are very bad at understanding (the huge part about design int eh first place) that not everyone LIKES the same thing, and that some people love what the experts think is not right.
|
|
|
|
 |
|
 |
The stupid motherfrakkers designed it for twenty-something art majors with color-calibrated LCD monitors whose mommies and daddies bought them high-end LASIK procedures as a graduation present.
They did not design it for middle-aged grumpy software developers with a job to do.
I posted my complaint on the forum for Blend and was told (oh so politely) to frakk off.
|
|
|
|
 |
|
 |
As I said before:
"Actually, the fact that the USER cannot control the way the app looks as far as color scheme goes (outside of selecting between a bad or a worse skin) is what I think is wrong with things."
I kind of like it.
|
|
|
|
 |
|
 |
Rama Krishna Vavilala wrote: I have not come into terms with that funky color scheme yet
Well your free to change it!. The XAML skin is located in one of the subdirectories in main installation directory.
|
|
|
|
 |
|
 |
Good God we might as well step back to 1989 and editing .xrc files in unix. Gag me with a meta tag.
|
|
|
|
 |
|
 |
John Simmons / outlaw programmer wrote: 1) Because you apparently can't use the mouse to drag a control around
No, you can use the mouse, blend is just picky about what editing mode it is in before it will allow you to do that. Once of the tool palette icons puts you into 'select and move' mode.
John Simmons / outlaw programmer wrote: 2) You can't make the solution/properties/resources/tools panes collapsible
There are a bunch of cool keyboard shortcuts you can use:
http://www.uxpassion.com/2008/09/top-10-useful-shortcuts-in-expression-blend/[^]
|
|
|
|
 |