Same in Linux.
I'd like to have these keybindings working too!
Keybindings guru wanted!
Phil
On Fri, May 23, 2014 at 7:03 AM, Matthew Chadwick wrote:
> hi, I installed version 3.0.1 of TWM for Pharo3, but the keybindings don't
> work in OSX - any idea what I need to do to make them work ? Che
There are also some basic examples in:
http://smalltalkhub.com/#!/~PharoExtras/NBOpenGL
NBOpenGL-Extra
On 22 May 2014, at 18:10, kilon alios wrote:
> you can find plenty of code in Roassal3d that I think uses the NBOpenGL
> library here
>
> http://www.smalltalkhub.com/#!/~ronsaldo/roassal3d
>
there are also my crappy tools that I develop to understand the wavefront
format:
http://smalltalkhub.com/#!/~jeanbaptistearnaud/ObjModel/source
It is able to load .obj file generated from blender and integrate some material.
It is really raw but it is with this tool that I import the Xwing mode
On Fri, May 23, 2014 at 7:09 AM, peter yoo wrote:
> http://ta.onionmixer.net/wordpress/?attachment_id=265
do you want me to reference this url on the http://deepintopharo.com/
website now?
--
Damien Cassou
http://damiencassou.seasidehosting.st
"Success is the ability to go from one failure to
Welcome Judith
Do not hesitate to ask more questions. I may visit brest 1-5 to June.
Guys we should really help judith because like that her boss can show
how Pharo is cool
to his own boss :)
Judith you should look for a previous email of ronie (check the
mailing-list archive)?
I cannot bro
+ 100
The reason is that any package* should be self described. Your
configuration describes your project. If you use another piece of
software, it should also be self-described.
Let's take the following example:
* for now, it's easy for you to add a direct dependency
to Roassal2Spec, ju
Hi,
I'm happy to announce a brand new packaging of the Pharo VM. The
packaging works with all officially supported Ubuntu releases, both 32
and 64bits (see this list of Ubuntu support dates:
http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29#Releases).
I pushed these new packages to a dif
hm really? can then i want. but really ok?
Damien Cassou wrote:
Hi,
I'm happy to announce a brand new packaging of the Pharo VM. The
packaging works with all officially supported Ubuntu releases, both 32
and 64bits (see this list of Ubuntu support dates:
http://en.wikipedia.org/wiki/Ubuntu_%28operating_system%29#Releases).
I pushed thes
Hi. A basic question I hope someone can answer. This works:
— cut here ---
| stream aInt |
stream := (String new:20) writeStream.
aInt := 23.
(aInt storeOn:stream) = (aInt class readFrom:(stream contents))
— cut here ---
This doesn’t (generates an error):
— cut here ---
| stream aTime |
strea
Hello Arturo
nice to see you more and more on this list :).
Where is the code?
So that we can advertize it
Stef
On 23/5/14 03:39, Arturo Zambrano wrote:
Hi All,
you can now download some code for downloading tweets using REST and
Streaming Twitter APIs.
It is far from complete but do the
Hi Steph,
it is in pdf.. that's why we need more practical documentation ;-)
Gofer new url:
'http://smalltalkhub.com/mc/arturozambrano/TwitterRoassalPlayGround/main';
package: 'TwitterConnection';
load.
there are other packages but they are other parts of our twitter thing, I
think they are no
Thanks a lot for your effort and time!!
Stef
On 23/5/14 07:09, peter yoo wrote:
Deep into Pharo make use xetex.
im dont have latex file. make from my templete.
need more touch. but can use.
thank you for all authur~
look here please.
http://ta.onionmixer.net/wordpress/?attachment_id=265
Hi sergio
what do you want to do?
Object subclass: #MyClass
instanceVarNames: 'dict'
MyClass>>initialize
[
super initialize.
dict := Dictionary new.
]
MyClass>>atKey: aKey put: aVal
[
dict at: aKey put: aVal
]
MyClass>>atKey: aKey
[
^ dict at: aKey
On 23/5/14 19:58, Rick Kitts wrote:
Hi. A basic question I hope someone can answer. This works:
— cut here ---
| stream aInt |
stream := (String new:20) writeStream.
aInt := 23.
(aInt storeOn:stream) = (aInt class readFrom:(stream contents))
— cut here ---
This doesn’t (generates an error):
15 matches
Mail list logo