Re: [Pharo-users] Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread stepharo
If one day you think that this part can be shared it would be great because it could bring business around your techno Le 16/4/15 08:10, Cameron Sanders via Pharo-users a écrit : We have a full-featured CRUD system based on Magritte. Actually, we have extended Magritte so much that all our desc

[Pharo-users] [FUN] [OUT OF TOPIC] Lighthouse in their way ;-)

2015-04-15 Thread Luc Fabresse
https://www.youtube.com/watch?v=_VHXRYXzEVU Enjoy, #Luc

Re: [Pharo-users] Fwd: Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread Yanni Chiu
On Apr 15, 2015, at 8:01 PM, Cameron Sanders via Pharo-users wrote: > > Sure, I am happy to share. We are to the point that we need to get people > interested in this platform; one thing we offer is a source license and > therefore we need to document things that we have not yet documented. >

[Pharo-users] Fwd: Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread Cameron Sanders via Pharo-users
--- Begin Message --- Sure, I am happy to share. We are to the point that we need to get people interested in this platform; one thing we offer is a source license and therefore we need to document things that we have not yet documented. So please, fire away any questions. -Cam On Wed, Apr 15,

Re: [Pharo-users] Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread Brad
I'd love to know more about your architecture. It seems like you've built an architecture very similar to what I've dreamed of building. Is there any possibility of asking questions or of you providing examples of some of the features from time to time? Brad Selfridge 913-269-2385 > On Apr 15,

Re: [Pharo-users] Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread Luc Fabresse
Hi, Thanks for this email. It is really nice to read that all these frameworks are used in yet another successful commercial app such as Quuve. Best, #Luc 2015-04-15 23:30 GMT+02:00 Cameron Sanders via Pharo-users < pharo-users@lists.pharo.org>: > > > -- Message transféré -- >

[Pharo-users] Fwd: Debris' Quuve - Technologies used

2015-04-15 Thread Cameron Sanders via Pharo-users
--- Begin Message --- Several people inquired as to how Quuve was built. Mariano wrote up a nice description of the various tools that were used to build Quuve -- see below. Note also that DebrisPublishing.com website is now up; we are still working on videos, but the site is very lean at present.

[Pharo-users] Class comments rendered in Nautilus (through Pillar)

2015-04-15 Thread Damien Cassou
Hi, Kasper Østerbye has just finished a proof-of-concept that renders Pillar text inside a class comment pane. >From the view, the developer can press $ (dollar) to edit the document in >Pillar. Best regards, -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to

Re: [Pharo-users] Roasal: Putting a white background instead of a transparent one in word clouds

2015-04-15 Thread Alexandre Bergel
Thanks Peter! Alexandre > On Apr 13, 2015, at 1:08 PM, Peter Uhnák wrote: > > I think there is a bug in the exporter, because the canvas has a color (which > is white and _not_ transparent). > Normally you can set the color of the of the canvas (view canvas color: Color > purple), but the de

Re: [Pharo-users] builder pattern

2015-04-15 Thread Nicolai Hess
Hi Peter, 2015-04-09 21:20 GMT+02:00 Peter Uhnák : > Is there some common / best way for coding builders? > > Two ways that I see are: > > a) using a block - I've seen this in menus and some other, however in my > case I need to add an extra parameter as label > > "variant with two params" > aFor