Problem in creating new project on smalltalk hub
hi all, when i am creating new project it is showing "*Oops! *Invalid username or password" , any suggestion? I am already login to my account and using web interface (http://smalltalkhub.com/#!/register). Regards Rohit
rohit_01 wrote
when i am creating new project it is showing "*Oops! *Invalid username or password" , any suggestion?
Hmm... I've never encountered that. Can you take a screenshot? ----- Cheers, Sean -- View this message in context: http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
hi sean, these are the screenshots. rohit On Tue, Mar 31, 2015 at 2:56 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
rohit_01 wrote
when i am creating new project it is showing "*Oops! *Invalid username or password" , any suggestion?
Hmm... I've never encountered that. Can you take a screenshot?
----- Cheers, Sean -- View this message in context: http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On Tue, Mar 31, 2015 at 3:18 AM, rohit sharma <rohitbprm@gmail.com> wrote:
hi sean, these are the screenshots.
rohit
On Tue, Mar 31, 2015 at 2:56 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
rohit_01 wrote
when i am creating new project it is showing "*Oops! *Invalid username or password" , any suggestion?
Hmm... I've never encountered that. Can you take a screenshot?
----- Cheers, Sean -- View this message in context: http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Maybe try logging out and then back in? Or logging in with a different browser? ----- Cheers, Sean -- View this message in context: http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Thanks Sean. Problem solved. This is the first time i am facing such problem. I have one more doubt, Is there any case in which if we don't do write super initialize and we face problems. Regards rohit_01 On Tue, Mar 31, 2015 at 4:57 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
Maybe try logging out and then back in? Or logging in with a different browser? Cheers, Sean
------------------------------ View this message in context: Re: Problem in creating new project on smalltalk hub <http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481...>
Sent from the Pharo Smalltalk Users mailing list archive <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> at Nabble.com.
I have one more doubt, Is there any case in which if we don't do write super initialize and we face problems. It's a common practice to always send #initialize to super on the instance side. If you don't, and super does something important (e.g. in a Morph subclass), you will have problems. On the class side, it's the reverse - don't send to super unless you have a specific reason.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
ok, thanks. Greetings, rohit_01 On Tue, Mar 31, 2015 at 6:20 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
I have one more doubt, Is there any case in which if we don't do write super initialize and we face problems. It's a common practice to always send #initialize to super on the instance side. If you don't, and super does something important (e.g. in a Morph subclass), you will have problems. On the class side, it's the reverse - don't send to super unless you have a specific reason.
Cheers, Sean
------------------------------ View this message in context: Re: Problem in creating new project on smalltalk hub <http://forum.world.st/Problem-in-creating-new-project-on-smalltalk-hub-tp481...> Sent from the Pharo Smalltalk Users mailing list archive <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> at Nabble.com.
participants (2)
-
rohit sharma -
Sean P. DeNigris