Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
is there a way to open up the smalltalk browser straight after the page has loaded?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris Zheng  
View profile  
 More options Oct 16 2012, 1:01 am
From: Chris Zheng <z...@caudate.me>
Date: Mon, 15 Oct 2012 22:01:05 -0700 (PDT)
Local: Tues, Oct 16 2012 1:01 am
Subject: is there a way to open up the smalltalk browser straight after the page has loaded?

I've put this function in my html

    <script type="text/javascript">
      loadAmber({
        files: ["KO.js"],
        prefix: 'projects/knockout/js',
        ready: function() {
          alert("Oeuoeu");
          smalltalk.Browser._open();
        }});
    </script>

the alert comes on, but the browser does not open. Is there an option to
open it straight away?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Petton  
View profile  
 More options Oct 16 2012, 5:36 am
From: Nicolas Petton <petton.nico...@gmail.com>
Date: Tue, 16 Oct 2012 11:36:20 +0200
Local: Tues, Oct 16 2012 5:36 am
Subject: Re: [amber-lang] is there a way to open up the smalltalk browser straight after the page has loaded?

Hmm, that should work. Do you get an error in the console?

Nico

Chris Zheng <z...@caudate.me> writes:
> I've put this function in my html

>     <script type="text/javascript">
>       loadAmber({
>         files: ["KO.js"],
>         prefix: 'projects/knockout/js',
>         ready: function() {
>           alert("Oeuoeu");
>           smalltalk.Browser._open();
>         }});
>     </script>

> the alert comes on, but the browser does not open. Is there an option to
> open it straight away?

--
Nicolas Petton
http://nicolas-petton.fr

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Zheng  
View profile  
 More options Oct 16 2012, 7:19 am
From: Chris Zheng <z...@caudate.me>
Date: Tue, 16 Oct 2012 04:19:34 -0700 (PDT)
Local: Tues, Oct 16 2012 7:19 am
Subject: Re: [amber-lang] is there a way to open up the smalltalk browser straight after the page has loaded?

There's no error, I can bring up the console with the button and there is
an alert message, which means that the ready function is being called.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "what is your amber story?" by sebastian
sebastian  
View profile  
 More options Oct 17 2012, 7:37 am
From: sebastian <sebastianconc...@gmail.com>
Date: Wed, 17 Oct 2012 08:37:39 -0300
Local: Wed, Oct 17 2012 7:37 am
Subject: what is your amber story?
hey there,

why did you choose amber?
tell us your most exciting amber story!

sebastian

o/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Janko Mivšek  
View profile  
 More options Oct 17 2012, 9:02 am
From: Janko Mivšek <janko.miv...@gmail.com>
Date: Wed, 17 Oct 2012 06:02:08 -0700 (PDT)
Local: Wed, Oct 17 2012 9:02 am
Subject: Re: what is your amber story?
Hi Sebastian,

Dne 17. 10. 2012 13:37, piše sebastian:

> hey there,

> why did you choose amber?
> tell us your most exciting amber story!

I didn't choose yet but I see a big potential there, because Amber is
opening the door to Smalltalkers into the web browser world, where
JavaScript is a king. Without that king nothing will happen on
client-side soon, that's why Amber is even more important.

My great plan is to use Amber for generating/emitting web apps for
clients from otherwise classical Smalltalk environments like Pharo. In
other worlds: Pharo will be used for development, Amber (integrated in
Aida/Web) for deployment. Classical Smalltalk environments with all
tools are namely still much better for development.

Best regards
Janko

--
Janko Mivšek
Aida/Web
Smalltalk Web Application Server
http://www.aidaweb.s


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Sastre  
View profile  
 More options Oct 20 2012, 9:36 am
From: Sebastian Sastre <sebastianconc...@gmail.com>
Date: Sat, 20 Oct 2012 10:36:28 -0300
Local: Sat, Oct 20 2012 9:36 am
Subject: Re: [amber-lang] Re: what is your amber story?

yes, makes sense.

if something like that would exist, I would be using it by now (unless the
API sucks too much)

On Wed, Oct 17, 2012 at 10:02 AM, Janko Mivšek <janko.miv...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »