amber-smalltalk Questions

2

In GNU Smalltalk 80 it is possible to write smalltalk code in your own plain text editor of personal choice. Therefore, it is very important to debug the code. First you save the file as txt File...
Maynard asked 26/8, 2015 at 15:49

2

Solved

In Smalltalk, there are two terms often found within a method body: self and yourself. What is the difference between them?
Frazil asked 22/11, 2015 at 0:9

2

Solved

| dict | dict := #{'foo'->'brown'. 'bar'->'yellow'. 'qix'->'white'. 'baz'->'red'. 'flub'->'green'} asDictionary. dict at: 'qix' If I PrintIt, I get 'white'. If I remove 'asDiction...
Ardeliaardelis asked 5/6, 2015 at 13:46

4

I've seen this topic come up a couple times, but I don't think I've seen any definitive solution posted. I've tried the route of combining all my Foo.deploy.js, Bar.deploy.js into a single .js fil...
Skid asked 28/3, 2012 at 16:26

2

Solved

I'm trying to write the equivalent of: $( "#draggable" ).draggable({ axis: "y" }); in Amber smalltalk. My guess was: '#draggable' asJQuery draggable: {'axis' -> 'y'} but that's not it.
Julius asked 2/12, 2012 at 9:18
1

© 2022 - 2024 — McMap. All rights reserved.