Search Type: Posts; User: wdonne
Search: Search took 0.02 seconds.
-
31 Mar 2011 1:59 AM
- Replies
- 2
- Views
- 1,070
The error is mine entirely. The call to "doLayout" should have been to the inner scrolling panel instead of its container.
The whole sits in a panel that is part of a card layout panel. The left... -
31 Mar 2011 12:25 AM
- Replies
- 2
- Views
- 1,070
I forgot to mention I'm using version 1.0.1a.
Werner. -
31 Mar 2011 12:23 AM
- Replies
- 2
- Views
- 1,070
Hi,
I have panels with layout set to 'fit' containing another panel with scroll set to 'vertical'. This is part of a larger structure:
items:
[
{
... -
21 Mar 2011 2:50 AM
- Replies
- 0
- Views
- 759
Hi,
In version 1.0.1a the cross icon doesn't appear when typing in a search field on iOS. On Safari it does, but it is partially clipped.
Best regards,
Werner. -
21 Mar 2011 2:26 AM
- Replies
- 4
- Views
- 1,706
Hi,
I'm using version 1.0.1a and I see the same behaviour.
Best regards,
Werner. -
21 Mar 2011 1:54 AM
Jump to post Thread: [OPEN-393] search field on toolbar by wdonne
- Replies
- 6
- Views
- 2,308
Hi,
I'm using version 1.0.1a and I still seem to have this issue. This is the configuration:
dockedItems:
[
{
dock: 'top',
... -
7 Mar 2011 10:16 AM
- Replies
- 14
- Views
- 5,115
Thank you for the workaround.
Werner. -
4 Mar 2011 12:11 AM
- Replies
- 5
- Views
- 2,590
Thanks for the tip Ralf!
Werner. -
2 Mar 2011 2:53 AM
- Replies
- 5
- Views
- 2,590
The delay seems to occur when the contents of the main panel is changed like when switching cards in a card layout panel. If you just display an alert in the event handler then there is no delay.
... -
1 Mar 2011 10:06 AM
- Replies
- 14
- Views
- 5,115
Hi,
Setting different handlers for the "disclosure" and "itemtap" events on a list doesn't work because both are called when the disclosure button is pressed.
Best regards,
Werner Donné. -
1 Mar 2011 3:27 AM
- Replies
- 5
- Views
- 2,590
Hi,
I have a list in a panel that is configured as follows:
{
disableSelection: true,
itemTpl:
'<table class="library-item"><tr><td><img... -
28 Feb 2011 10:31 AM
- Replies
- 3
- Views
- 1,198
Hi,
When you have a form panel containing a select control, select a value in it and rotate the device, the layout will be shifted up by about 50%. This happens with the iPhone, but not the iPad,... -
24 Feb 2011 5:45 AM
- Replies
- 0
- Views
- 447
Hi,
A message box is modal by default. When I add "modal: false" to the configuration the message box is still modal. Is this option supported for Ext.MessageBox?
Best regards,
Werner. -
24 Feb 2011 5:23 AM
- Replies
- 0
- Views
- 1,254
Hi,
When I call "show" of another modal message box in the "show" method of a modal message box, the second message box is not modal. The grey mask disappears and the rest of the interface can be... -
23 Feb 2011 2:48 AM
Jump to post Thread: Ext.DOMQuery and XML namespaces by wdonne
- Replies
- 2
- Views
- 783
I have seen most of those, but they are about parsing prefixes. People seem to try to use the namespace prefixes that are in the document in their selectors. This is wrong. Namespace URIs should be...
-
23 Feb 2011 1:29 AM
Jump to post Thread: Ext.DOMQuery and XML namespaces by wdonne
- Replies
- 2
- Views
- 783
Hi,
Are there plans to support XML namespaces in the CSS3 selectors as described in http://www.w3.org/TR/2005/WD-css3-selectors-20051215/#typenmsp? This is relevant for Ajax responses that are... -
22 Feb 2011 12:32 PM
Jump to post Thread: xml namespaces with Ext.DomQuery by wdonne
- Replies
- 13
- Views
- 9,379
This approach lets you search for names with namespace prefixes, but not namespaces. Throughout a document the same namespace can be used with different prefixes. The DOM API should be level 2 and...
Results 1 to 17 of 17
