Installation and Open a browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Installation and Open a browser

Bruno-2
Hi,

i have installed Amber without problems and run the server. localhost:4000 working without problems.

But i can not open Amber inside my pages.

I have the following simple HTML code but Class Browser does not open: what i'm doing wrong ? regards, bruno

<!DOCTYPE html>
<html>
<body>

<form action="">
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>

<p><b>Note:</b> The form itself is not visible. Also note that the default width of a text field is 20 characters.</p>

<script src="file:///C:/Program Files (x86)/Amber/amber-0.10/js/amber.js" type="text/javascript"></script>
 <script type="text/javascript">
      loadAmber({smalltalk.Browser._open();}); 
    </script>

</body>
</html>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Installation and Open a browser

Manfred Kröhnert
Hi,

in such a case the first thing you can do is to check the JS console for any errors or warnings.

However, your script tag for loading Amber looks incorrect if you are serving the files via Amber Server.

Best,
Manfred



On Mon, Jun 17, 2013 at 3:31 AM, Bruno <[hidden email]> wrote:
Hi,

i have installed Amber without problems and run the server. localhost:4000 working without problems.

But i can not open Amber inside my pages.

I have the following simple HTML code but Class Browser does not open: what i'm doing wrong ? regards, bruno

<!DOCTYPE html>
<html>
<body>

<form action="">
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>

<p><b>Note:</b> The form itself is not visible. Also note that the default width of a text field is 20 characters.</p>

<script src="file:///C:/Program Files (x86)/Amber/amber-0.10/js/amber.js" type="text/javascript"></script>
 <script type="text/javascript">
      loadAmber({smalltalk.Browser._open();}); 
    </script>

</body>
</html>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Installation and Open a browser

Bruno-2
Hi,

Thanks for the answer, i will check this later and let you if worked ok.

Regards,
Bruno

El lunes, 17 de junio de 2013 04:30:28 UTC-3, Manfred Kröhnert escribió:
Hi,

in such a case the first thing you can do is to check the JS console for any errors or warnings.

However, your script tag for loading Amber looks incorrect if you are serving the files via Amber Server.

Best,
Manfred



On Mon, Jun 17, 2013 at 3:31 AM, Bruno <<a href="javascript:" target="_blank" gdf-obfuscated-mailto="ujebUkMbqmwJ">bruno.b...@...> wrote:
Hi,

i have installed Amber without problems and run the server. localhost:4000 working without problems.

But i can not open Amber inside my pages.

I have the following simple HTML code but Class Browser does not open: what i'm doing wrong ? regards, bruno

<!DOCTYPE html>
<html>
<body>

<form action="">
First name: <input type="text" name="firstname"><br>
Last name: <input type="text" name="lastname">
</form>

<p><b>Note:</b> The form itself is not visible. Also note that the default width of a text field is 20 characters.</p>

<script src="file:///C:/Program Files (x86)/Amber/amber-0.10/js/amber.js" type="text/javascript"></script>
 <script type="text/javascript">
      loadAmber({smalltalk.Browser._open();}); 
    </script>

</body>
</html>

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="ujebUkMbqmwJ">amber-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply | Threaded
Open this post in threaded view
|

Re: Installation and Open a browser

Bruno-2
Hi,

Thanks for the link, working perfect !!!

Regards,
Bruno

--
You received this message because you are subscribed to the Google Groups "amber-lang" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.