[Pharo-users] PillarHub

2014-07-02 Thread Yuriy Tymchuk
Hi everyone.

I’m so excited that I cannot keep silent. Guys from Pharocloud have implemented 
online editor (and storage) for Pillar documents. This is really amazing, and 
you can check it out here: http://pillarhub.pharocloud.com/hub/pillarhub/about.

They have a really nice plans, and now we can write pillar docs with live 
compilation and share them online.

Cheers!
Uko


Re: [Pharo-users] PillarHub

2014-07-02 Thread Sven Van Caekenberghe
Wow, amazing - great work !

On 02 Jul 2014, at 09:28, Yuriy Tymchuk yuriy.tymc...@me.com wrote:

 Hi everyone.
 
 I’m so excited that I cannot keep silent. Guys from Pharocloud have 
 implemented online editor (and storage) for Pillar documents. This is really 
 amazing, and you can check it out here: 
 http://pillarhub.pharocloud.com/hub/pillarhub/about.
 
 They have a really nice plans, and now we can write pillar docs with live 
 compilation and share them online.
 
 Cheers!
 Uko




Re: [Pharo-users] Roassal question : adding drop condition to ROElements in a visualization

2014-07-02 Thread verdier
On Tue, 01 Jul 2014 21:16:31 +0800, Ben Coman b...@openinworld.com 
wrote:

verdier wrote:

Hi everyone,

I am new to this mailing list and to Smalltalk too. If I've made 
something wrong using this mailing list, please just tell me what I 
have to do.


I am currently making a graphical development tool in Pharo 2.0 (I 
sadly can't go on more recent versions because I'm adding my tool to 
an existing Pharo image).
I discovered Roassal last week and I decided to use it combined with 
a Glamour GUI. I'm currently stuck with ROInteractions.


I would like to add dragdrop interaction to my ROElements with 
conditions like we can do with morphs (a ROElement A can be dropped on 
another one B if A is accepted by B).

Is there an equivalent in Roassal?

I've seen some ROMorph but I found no documentation about them. Is 
it a good idea to use them and if yes, where can I find some tutorials 
to start with?


Best regards,

Frédéric VERDIER.




You might extrapolate from ROExamplerubberBand.

cheers -ben

Thanks a lot for all your answers :)

The ROExamplerubberBand is an awesome example to learn how to use 
ROSelection.


I will try to use it.

Best regards,

Frédéric VERDIER



Re: [Pharo-users] Unsubscribe

2014-07-02 Thread Alexandre Balon-Perin
Thank you very much Marcus. :)

On Jul 2, 2014, at 12:57 AM, Marcus Denker marcus.den...@inria.fr wrote:

 Hello,
 
 The list is not hosted at Inria anymore, but here:
 
 
   http://lists.pharo.org
 
 On 01 Jul 2014, at 15:32, Alexandre Balon-Perin alexb...@gmail.com wrote:
 
 Hi,
 
 I have been trying to unsubscribe from the pharo mailing list but haven't 
 had any luck so far.
 First, I visited the following page 
 http://lists.gforge.inria.fr/cgi-bin/mailman/options/pharo-users/alexbp13%40gmail.com
  to unsubscribe. I think my account was deleted but I still receive emails 
 from the mailing list.
 I also tried to send an email to mail...@lists.gforge.inria.fr asking to 
 unsubscribe me completely but didn't have any reply.
 
 Could you help me out, please? Is there anyone in particular to whom I 
 should address this request?
 Thank you in advance for your help,
 Alex
 



[Pharo-users] ZnLineTooLong override alternative?

2014-07-02 Thread Sabine Knöfel
Hi Sven, all,

I ran into the same problem as described here:

http://forum.world.st/ZnLineReader-set-limit-when-reading-a-header-td4649479.html#a4649489

My question is: that thread was created in 2012, perhaps today you have
another alternative/idea to override it globally in ZNConstants. I want to
avoid this.

The situation is:

I use lesscss. This creates a style tag like this: 



With a button click like this:

html button
onClick: (html jQuery ajax callback: [ :eventData | ( Delay forSeconds: 
10)
wait. eventData inspect  ] value: (JSStream
on:'jQuery(''#less\\:files-RKALibrary-mainStylesFile'').text()'));
script: html jQuery this button;
with: 'CSS File generieren'

I want to get the very very long css file string and use it (to create a
css file from it).

This action is done not so often and I don't want to override the limit it
for all requests.
I would have to change it to at least 15 instead of currently 4096. I
assume this would not be a good solution...

OTOH, this will be used only while a redesign is done, before going
productive. So, in the worst case I will change it for 4 weeks during
redesign. What do you think, does that make sense?

Background: I wrote a less editor for my app and the css designer will be
able to edit the less code and see the changes immediately in the
application.

Regards 
Sabine





--
View this message in context: 
http://forum.world.st/ZnLineTooLong-override-alternative-tp4766100.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.