Re: [Pharo-users] GT questions

2017-06-22 Thread Juraj Kubelka
Hi, I have not answer to this. I have an impression that the first two are not supported. It would be necessary to improve the framework. For the third one, there is an example for Drag in the Help / Glamour Example Browser. But no for the World. Cheers, Juraj > El 19-06-2017, a las 03:00,

[Pharo-users] Setting rowHeight: for Spec FastTableModel

2017-06-22 Thread Juraj Kubelka
Hi, I have a code like this: FastTableModel new displayBlock: [ :node | node name ]; items: Collection withAllSubclasses; openWithSpec. Which works fine. But I would like to define row height for each item. FTTableMorph has a method rowHeight:.

Re: [Pharo-users] vested interest in PharoJS?

2017-06-22 Thread Siemen Baader
On Wed, Jun 14, 2017 at 4:10 PM, Dimitris Chloupis wrote: > from my extremely limited understanding about web dev, Seaside if my > memory serves me correctly it integrate JS/ HTML/ CSS . IT has many great > features, its mature and well documented. Most likely most

Re: [Pharo-users] [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread Norbert Hartl
I thought I responded already. We are interested in pharoJS. We developed stuff with amber but stopped using it. We have one app in the app store with ionic and amber and I'd like to do another one with pharoJS. Additionally I think that combining pharoJS with electron could be a nice thing to

Re: [Pharo-users] vested interest in PharoJS?

2017-06-22 Thread Siemen Baader
On Thu, Jun 15, 2017 at 7:03 PM, Brad Selfridge wrote: > I'm very interested in it as I'm programming in Node.js and Typescript as > we > speak. However, I so busy I'm having a hard time just keeping up with the > PharoJS progress. > Would you be able to use PharoJS in

Re: [Pharo-users] Setting rowHeight: for Spec FastTableModel

2017-06-22 Thread Stephan Eggermont
On 22/06/17 10:51, Juraj Kubelka wrote: Hi, I have a code like this: FastTableModel new displayBlock: [ :node | node name ]; items: Collection withAllSubclasses; openWithSpec. Which works fine. But I would like to define row height for each item. FTTableMorph has a method rowHeight:. Is it

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Sven Van Caekenberghe
> On 22 Jun 2017, at 14:40, Norbert Hartl wrote: > > I'm sorry I forgot to post this much earlier. Anyway…. > > We are proud to add another success story to the pharo portfolio > > http://zweidenker.de/en/project/operationstermine-digitalisiert > > It is an operation

[Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Norbert Hartl
I'm sorry I forgot to post this much earlier. Anyway…. We are proud to add another success story to the pharo portfolio http://zweidenker.de/en/project/operationstermine-digitalisiert It is an operation planning tool for an eye

Re: [Pharo-users] [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread Siemen Baader
Very cool, Norbert. I have been watching what you are doing at 2denker and thought you might be interested ;) What is holding you back - do you need more from PharoJS before starting to use it commercially, or are you waiting for a (paid) project before you can start? -- Siemen On Thu, Jun 22,

Re: [Pharo-users] PharoJS

2017-06-22 Thread andrew glynn
I was wondering: a) I'm assuming PharoJS would be much like Amber but inside the Pharo VM. b) How much of the Amber codebase could be re-used for it? I'm interested on the one hand, mainly due to the demand for Angular code in the browser (jQuery is great in Seaside, but many clients are

Re: [Pharo-users] [Pharo-dev] vested interest in PharoJS?

2017-06-22 Thread Norbert Hartl
> Am 22.06.2017 um 13:57 schrieb Siemen Baader : > > Very cool, Norbert. I have been watching what you are doing at 2denker and > thought you might be interested ;) > > What is holding you back - do you need more from PharoJS before starting to > use it commercially,

Re: [Pharo-users] PharoJS

2017-06-22 Thread askoh
There seem to be some interesting work with SqueakJS by Craig Latta. https://thiscontext.com/ I hope Smalltalk of all dialects can get together to develop a killer web development environment. All the best, Aik-Siong Koh -- View this message in context:

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Tudor Girba
Nice work! Doru > On Jun 22, 2017, at 2:40 PM, Norbert Hartl wrote: > > I'm sorry I forgot to post this much earlier. Anyway…. > > We are proud to add another success story to the pharo portfolio > > http://zweidenker.de/en/project/operationstermine-digitalisiert > > It

Re: [Pharo-users] vested interest in PharoJS?

2017-06-22 Thread askoh
There seem to be some interesting work with SqueakJS by Craig Latta. https://thiscontext.com/ I hope Smalltalk of all dialects can get together to develop a killer web development environment. All the best, Aik-Siong Koh -- View this message in context:

[Pharo-users] RES: [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Casimiro de Almeida Barreto - GMAIL
Nice work !!! Will forward to Adilson Hira ayh...@lsi.usp.br , who works in the field of public health systems. Best regards, Casimiro Barreto -Mensagem original- De: Pharo-users [mailto:pharo-users-boun...@lists.pharo.org] Em nome de Tudor Girba Enviada em: quinta-feira, 22 de junho

Re: [Pharo-users] PharoJS

2017-06-22 Thread Norbert Hartl
> Am 22.06.2017 um 17:53 schrieb Ben Coman : > > > > On Thu, Jun 22, 2017 at 9:38 PM, andrew glynn > wrote: > I was wondering: > > a) I'm assuming PharoJS would be much like Amber but inside the Pharo VM. > > I'm

Re: [Pharo-users] PharoJS

2017-06-22 Thread p...@highoctane.be
If one does Angular, one does it the Angular way, typescript and all. There is little point in doing PharoJS in Angular. Amber and Angular is also hard to do. Another issue with Amber is that it "compiles" to JS, and there are a ton of hard to read context handling code (try to debug that in a

Re: [Pharo-users] Setting rowHeight: for Spec FastTableModel

2017-06-22 Thread Esteban Lorenzano
> On 22 Jun 2017, at 17:49, Juraj Kubelka wrote: > > >> El 22-06-2017, a las 17:19, Ben Coman > > escribió: >> >> What considerations are there to have individual row heights? > > The way I understand FastTable,

Re: [Pharo-users] PharoJS

2017-06-22 Thread askoh
Norbert: I appreciate you explanation of Amber and PharoJS. I feel at a lost understanding the plethora of Smalltalk + Web frameworks. Is there a place where there is a pros and cons comparison of frameworks: Seaside, SqueakJS, PharoJS, Amber, Caffeine, VisualWorks Appex, Illiad, Aida, Teapot,

[Pharo-users] Spect TextModel with transparent background

2017-06-22 Thread Juraj Kubelka
Hi, is it possible to set a transparent color to the TextModel? I want a text information that may take a few lines, that is able to wrap according to a window size. So, using LabelModel does not fit, because it does not wrap lines. But it looks like TextModel always looks like text editing

[Pharo-users] How do you develop for gemstone in open source tools (pharo)?

2017-06-22 Thread Petr Fischer
Hello, I'm curious how _comfortably_ develop software for Gemstone, which is the preferred/best way (and future)? 1) tODE - OK, a decent amount of work was inserted to it to make it work somehow. Decent tools with git support, a lot of windows (autolayouting required), very basic inspector,

Re: [Pharo-users] How do you develop for gemstone in open source tools (pharo)?

2017-06-22 Thread itli...@schrievkrom.de
Hello, several ways to do programming under Gemstone. I personally use Jade (under Linux using WINE) the whole time. No support for git, but following the traditional browser concept of Smalltalk. Still missing some development point and has limitation - but for the traditional developer a fast

Re: [Pharo-users] Setting rowHeight: for Spec FastTableModel

2017-06-22 Thread Ben Coman
What considerations are there to have individual row heights? i.e. How close are we to having a spreadsheet interface like simplfied Excel? cheers -ben On Thu, Jun 22, 2017 at 4:51 PM, Juraj Kubelka wrote: > Hi, > > I have a code like this: > > FastTableModel new >

Re: [Pharo-users] PharoJS

2017-06-22 Thread andrew glynn
Smalltalk does have a killer web environment, it's called Seaside. I haven't come across any good reason jQuery with Seaside isn't sufficient to do anything a developer might want to - that customers want Angular isn't based on anything that can't be done without it. Unfortunately

Re: [Pharo-users] [ANN] success story: surgery appointments digitalised

2017-06-22 Thread Ben Coman
On Thu, Jun 22, 2017 at 8:40 PM, Norbert Hartl wrote: > It interfaces with a legacy patient information system, microsoft exchange > and other stuff in order to orchestrate the arrangement of surgery dates. > The tool automates planning (which doctor works on which day and

Re: [Pharo-users] Setting rowHeight: for Spec FastTableModel

2017-06-22 Thread Juraj Kubelka
> El 22-06-2017, a las 17:19, Ben Coman escribió: > > What considerations are there to have individual row heights? The way I understand FastTable, it is not possible to have each item with different height. Cheers, Juraj > i.e. How close are we to having a

Re: [Pharo-users] PharoJS

2017-06-22 Thread Ben Coman
On Thu, Jun 22, 2017 at 9:38 PM, andrew glynn wrote: > I was wondering: > > a) I'm assuming PharoJS would be much like Amber but inside the Pharo VM. > I'm only slightly familiar with PharoJS, but I believe its quite different... https://www.youtube.com/watch?v=XWd2mCQPZUU