Hi,
No, I can't reproduce the bug, but our workshop already ended with very
good results by the way. We use some mixture of Phratch and Scratch.
Phratch worked fine almost all the time (except for the bug with Spanish
and Operators, but the almost "real time" support was a convencing
feature
> On 17 Jul 2015, at 18:26, Andy Burnett
> wrote:
>
> The main thing I am wondering about is how to build portable interfaces.
>
> My ideal situation would be to use something like Spec to prototype within
> Pharo, and then generate something similar in JS.
>
> Alternatively, perhaps we co
The main thing I am wondering about is how to build portable interfaces.
My ideal situation would be to use something like Spec to prototype within
Pharo, and then generate something similar in JS.
Alternatively, perhaps we could create mock objects for something like
jquery-ui.
Noury, have
Hello
I came to problem with Roassal which originates in Rectangle class. Although
rectangle holds its points (origin and corner) in float (not rounded)
numbers, the Rectangle>>#center method rounds it down to integers. It causes
wierd behavior in Roassal where moving elements in some ocasions are
Noury Bouraqadi-2 wrote
> The main difference is that with PharoJS we develop and test in Pharo,
> with the confort of all cool tools such as the GT inspector, spotter :-)
Wow!!! That is my main pain point with Amber. Unless one is very disciplined
with TDD, the linkage between the app loaded in
Nicolai, that was indeed a help.
Thanks :)
--
View this message in context:
http://forum.world.st/Seeking-help-on-morphs-expander-and-scrolls-tp4837934p4837945.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
what about "newTextEditorFor:"
*dialog newRow: {*
*(*
* (*
* dialog newExpander: r title asString*
* forAll: { dialog newTextEditorFor: yourTextModel
getText:#getTextSelector setText:#setTextSelector. }*
* )minWidth:600; minHeight: 10*
*)cellInset: 0;*
* borderStyle: (BorderStyle inset ba
https://www.youtube.com/user/esugboard/videos
Hello everyone,
I know, I come up with another question involving NativeBoost ... Sorry !
Anyway, I am currently trying to improve the performance of a Pharo
application by trying to rewrite some parts in C and use them with
NativeBoost.
In the application, there is a need to compute a lot of 2D
Hi
I am using Expander Morphs to display some search results.
I am finding it hard to insert a scroll bar in text displayed after
expanding the title of the search result.
The corresponding code snippet is as:
*dialog newRow: {*
*(*
* (*
* dialog newExpander: r title asString*
* forAll: { dia
Tudor Girba-2 wrote
> However, I do not know where to point "JNIPortJNIInterface libraryFile:"
> to. In the original instructions for Java 1.6, the code looked like:
> JNIPortJNIInterface libraryFile:
> '/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libclient.dylib'
>
> Wit
I blogged about you :)
Le 16/7/15 19:18, Matthieu Lacaton a écrit :
Hello,
I haven't really seen anything related to this on the Internet and
maybe some people will find it cool so I just wanted to report one
thing I found out today :
NativeBoost works great with OpenMP !
I wrote a C funct
12 matches
Mail list logo