Search Type: Posts; User: usiw
Search: Search took 0.02 seconds.
-
21 Jul 2011 6:18 AM
- Replies
- 19
- Views
- 10,206
I tested several SMTP servers using an email address with consecutive periods and about half of them returned this:
"RCPT TO address improperly formatted, see RFC 821 sec 3.3"
so it appears... -
20 Jul 2011 12:08 PM
- Replies
- 19
- Views
- 10,206
There is always a risk when not following the specifications. In the case of emails, most email providers don't perform validation when delivering emails with the thought that the destination mail...
-
20 Jul 2011 8:18 AM
- Replies
- 19
- Views
- 10,206
Also note that this thread as viewed on the Sencha's forums do not highlight the email addresses that contain consecutive periods, but RFC compliant ones are highlighted! Just an example of how other...
-
20 Jul 2011 8:16 AM
- Replies
- 19
- Views
- 10,206
Per RFC 5322(http://tools.ietf.org/html/rfc5322#section-3.2.3), consecutive periods are NOT allowed in the local part (the portion before the @). Google 's use of periods within a name is unique to...
-
3 Feb 2011 8:42 AM
- Replies
- 6
- Views
- 2,957
The new website has not Ext core page (http://www.sencha.com/products/core/). The only page that is accessible is the API documentation. There is no link on the Product page either. Is core being...
-
8 Aug 2010 2:02 PM
- Replies
- 1
- Views
- 682
Google Maps sample on your site needs a new key for sencha.com. The old key only works for extjs.com
-
21 May 2010 1:09 PM
Jump to post Thread: hbox margin problem by usiw
- Replies
- 3
- Views
- 1,958
The point of the bug is that it is a bug and needs to be resolved. The margins config options works if you prefix it with a space such as:
margins: ' 10 10 10 10',
//or
margins: '... -
21 May 2010 11:07 AM
Jump to post Thread: hbox margin problem by usiw
- Replies
- 3
- Views
- 1,958
Here is a clearer example. This is also visible in Ext Designer. It seems that it ignores the first value in the string version of margins.
{
xtype: 'panel',
layout: {
type:... -
27 Apr 2010 8:06 AM
- Replies
- 2
- Views
- 1,629
Ext version tested:
Ext 3.2
Adapter used: -
15 Oct 2009 4:53 PM
- Replies
- 19
- Views
- 10,206
It's all a matter of preference. For instance, Microsoft's Hotmail and Live email services don't allow the whole RFC character set either:
and Google's GMail is even more restrictive:
I for one... -
15 Oct 2009 6:40 AM
- Replies
- 19
- Views
- 10,206
Evant is right, and if you would read the whole thread I already provided a regex that provides more functionality, you just need to create a new vtype that uses it:
Ext.apply(Ext.form.VTypes,... -
28 Aug 2009 3:49 AM
Jump to post Thread: isValid() vs validate() in fields by usiw
- Replies
- 1
- Views
- 712
Comparing the isValid and validate function of the Field class it appears that the functionality is nearly identical. It seems that validate() is unnecessary and that the clearInvalid() statement...
-
10 Jun 2009 11:38 AM
Jump to post Thread: Preconfiguration of JsonStore fails by usiw
- Replies
- 11
- Views
- 3,446
Code reuse.
I know in my example I created only one instance but in the real world I would be creating many instances:
Ext.ux.TestStore = Ext.extend(Ext.data.JsonStore, {
url:... -
10 Jun 2009 8:52 AM
Jump to post Thread: Preconfiguration of JsonStore fails by usiw
- Replies
- 11
- Views
- 3,446
Back to the original post, this appears to be an issue with only the Ext.data.JsonStore and not the Ext.data.Store. Why does the following code fail to parse the json response properly:
... -
11 May 2009 3:43 AM
- Replies
- 5
- Views
- 3,377
From the conference it was explained that hbox is an easier-to-work-with column layout with advanced features (stretching, etc) and should produce the same result as :
var viewport = new... -
10 May 2009 5:36 PM
- Replies
- 5
- Views
- 3,377
Once I resize the browser window and the panels refresh their layout it appears correct, or if I have the example in a tab and navigate away then back to the tab it appears correct. It appears that...
-
9 May 2009 5:50 AM
- Replies
- 5
- Views
- 3,377
I am trying to achieve a flex based horizontal layout of fields and hbox is giving me issues. Here is what I am trying to achieve:
+-FormPanel-----------------------------------------+
| ... -
29 Apr 2009 10:26 AM
Jump to post Thread: GroupTabPanel feature requests by usiw
- Replies
- 0
- Views
- 784
There are some enhancements that I would like to see implemented in the GroupTabPanel sample.
Overflow for when tabs flow beyond the height of the page
Ability to show a close icon (X)
... -
25 Mar 2009 4:29 AM
- Replies
- 19
- Views
- 10,206
Here is a regular expression pulled from a larger, more RFC correct regex that should suffice for nearly all real world email addresses:
... -
23 Mar 2009 10:40 AM
Jump to post Thread: Buyout of Emprise Charts by usiw
- Replies
- 9
- Views
- 4,227
Over the weekend I started a good base for a canvas based ExtJS chart/graph extension. I will try to model it after some of the features in the ExtJS flash charting engine with some additional...
-
20 Mar 2009 6:00 AM
Jump to post Thread: Buyout of Emprise Charts by usiw
- Replies
- 9
- Views
- 4,227
Their main page at emprisecorporation.com looks like it hasn't been updated since 2007. The charts page at ejscharts.com has an active community but no active development. We need a solution that is...
-
18 Mar 2009 9:00 AM
Jump to post Thread: Buyout of Emprise Charts by usiw
- Replies
- 9
- Views
- 4,227
You (Ext) should consider buying out a little company called Emprise that makes a javascript charting solution. This would allow creating charts without requiring Flash to be installed. It seems that...
-
11 Sep 2008 12:14 PM
- Replies
- 3
- Views
- 910
As I stated above, I prefer not to specify a width for the window.
-
11 Sep 2008 11:40 AM
- Replies
- 3
- Views
- 910
The window below displays fine in Firefox 3 and Google Chrome (webkit) but in IE7 the Ext.Window's width is 4 times the width of IE's window and the right edge of the Ext.Window is "snapped" or...
Results 1 to 24 of 24
