-
23 Mar 2010 6:31 AM #1
[FIXED-21] Registration and Proxy Issues
[FIXED-21] Registration and Proxy Issues
Unable to register through firewall, it keeps telling me that I have invalid login credentials. Whereas I used the same to post this message.
-
23 Mar 2010 6:56 AM #2
Same here, using company squid prxy with authentification
-
23 Mar 2010 7:03 AM #3
Unfortunately proxy servers are proving more challenging than in our private beta. We're on it and hope to have resolution soon.
-
23 Mar 2010 7:11 AM #4Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- Frederick MD, NYC, DC
- Posts
- 16,170
- Vote Rating
- 32
Products like Appcelerator Titanium have this issue as well. So does Browser plus

Jay Garcia @ModusJesus || Modus Create co-founder
Ext JS in Action author
Sencha Touch in Action author
Get in touch for Ext JS & Sencha Touch Touch Training
We are also working on Video-based Sencha Touch training: Check it out here.
-
23 Mar 2010 7:15 AM #5
We are using squid prxy withOUT authentification and that went fine..
-
23 Mar 2010 7:17 AM #6
Ext (4.0) Docs: http://docs.sencha.com/ext-js/4-0/
-
23 Mar 2010 8:35 AM #7
Problem about license and proxy
Problem about license and proxy
I also have been problem in login; what can I do about it ?
I am network proxy.
[]s
Eduardo Motton
-
23 Mar 2010 9:16 AM #8
Here is a code sample demonstrating the issue.
Code:/*! * Ext JS Library 3.1.1 * Copyright(c) 2006-2010 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license */ Ext.onReady(function() { //initialize History management Ext.History.init(); // Needed if you want to handle history for multiple components in the same page. // Should be something that won't be in component ids. var tokenDelimiter = ':'; var tp = new Ext.TabPanel({ renderTo: Ext.getBody(), id: 'main-tabs', height: 300, width: 600, activeTab: 0, region: 'center', items: [{ title: 'Tab 1', id: 'tab1' },{ title: 'Tab 2', id: 'tab2' },{ title: 'Tab 3', id: 'tab3' },{ title: 'Tab 4', id: 'tab4' },{ title: 'Tab 5', id: 'tab5' }], listeners: { 'tabchange': function(tabPanel, tab){ // Ignore tab1 since it is a separate tab panel and we're managing history for it also. // We'll use its handler instead in that case so we don't get duplicate nav events for sub tabs. Ext.History.add(tab.id); } } }); // Handle this change event in order to restore the UI to the appropriate history state Ext.History.on('change', function(token){ if(token){ tp.show(); tp.setActiveTab(token); } }); });
-
23 Mar 2010 9:42 AM #9
Ext Designer Install and License
Ext Designer Install and License
OK, I remove my proxy, I received updating many times; and It´s continuing stopped.
I selected Get Key, I was redirect to screen for login again; but nothing happen. It´s freeze.
[]s
Eduardo Motton
-
23 Mar 2010 10:53 AM #10
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED][3.1] Restful Store incorrectly overrides proxy configured HTTP method
By magnus76 in forum Ext 3.x: BugsReplies: 1Last Post: 28 Dec 2009, 7:58 AM -
[FIXED] Draggable is ignoring width/height of proxy/ghosted components in a container
By Jan Nawara in forum Ext GWT: Bugs (2.x)Replies: 2Last Post: 25 Aug 2009, 1:57 PM -
[FIXED] [2.x] Destroying a Store doesn't destroy its underlying proxy
By mystix in forum Ext 2.x: BugsReplies: 6Last Post: 14 May 2009, 5:33 AM -
[2.0??][CLOSED] extjs graphics causing proxy server issues
By dlbjr in forum Ext 2.x: BugsReplies: 1Last Post: 25 Feb 2008, 2:43 PM -
[Solved] Forum Registration Issues
By brian.moeskau in forum Ext 1.x: Help & DiscussionReplies: 0Last Post: 31 May 2007, 10:44 AM


Reply With Quote