Re: [Pharo-users] Database band reports...

2016-07-11 Thread anonyme
Ok, that's the response I imagined. So, I will use Jaspert report... But a last question : Do you know is I could push a bouton into my Smalltalk application and run a jasper report like this ? I think I could run any a process from smalltalk source code... Thank you again ! Patrick Le 09/07/

Re: [Pharo-users] Database band reports...

2016-07-11 Thread Alistair Grant
On Mon, Jul 11, 2016 at 09:00:27AM +0200, anonyme wrote: > Ok, that's the response I imagined. So, I will use Jaspert report... But a > last question : Do you know is I could push a bouton into my Smalltalk > application and run a jasper report like this ? I think I could run any a > process from s

Re: [Pharo-users] [UFFI] Using a nested structure

2016-07-11 Thread Henrik Johansen
The alignment calculation of external enums is wrong, it should be FFIExternalEnumerationType >> externalTypeAlignment ^ self representationType externalTypeAlignment It only manifests for 32bit platforms on Windows since that's the only one with a pointer alignment (which superclass FF

Re: [Pharo-users] [UFFI] Using a nested structure

2016-07-11 Thread Esteban Lorenzano
Hi, I uploaded the fix for it. it will be integrated soon. Esteban > On 11 Jul 2016, at 13:13, Henrik Johansen > wrote: > > The alignment calculation of external enums is wrong, it should be > > FFIExternalEnumerationType >> externalTypeAlignment > ^ self representationType externalT

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Alexandre Bergel
There is roassal if you need to visualize data. I have seen people visualizing relations between software artifacts. Alexandre > On Jul 11, 2016, at 2:32 AM, Lionel Akue wrote: > > Hi > > I am making a library to accelerate the building of management software. > > I am looking for existing

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread stepharo
Hi lionel to help people answering your question do you have some examples of management software you have in mind? if you need to connect to DB - there is Glorp (which is a relational mapper) and now there is a new version and a nice documentation https://github.com/SquareBracketAssoc

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Dimitris Chloupis
If you don't mind some extra work and don't mind combining Pharo with other programming languages your options are titanic You can use any C/C++ library via UFFI You can use any Python library via my Atlas bridge You can use any Java library via JNIPort You can use any JavaScript library via Pharo

[Pharo-users] SPLASH'16: 3rd Combined Call for Contributions to Collocated Events

2016-07-11 Thread Tijs van der Storm
# ACM Conference on Systems, Programming, Languages, and Applications: Software for Humanity (SPLASH'16) # Amsterdam, The Netherlands Sun 30th October - Fri 4th November , 2016 http://2016.splashcon.or

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread lionelakue
Thanks everyone These are some examples to precise my question: -software for human resources or shop inventory. -IT asset or fleet management systems. These are used to register equipments or cars inside companies and control their allocations. abergel wrote > There is roassal if you need to

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread lionelakue
Sorry for the small talk; sent on the fly. lionelakue wrote > Thanks everyone > > These are some examples to precise my question: > -software for human resources or shop inventory. > -IT asset or fleet management systems. These are used to register > equipments or cars inside companies and co

Re: [Pharo-users] A Management Software Building Library in Pharo

2016-07-11 Thread Johan Fabry
> On Jul 11, 2016, at 20:51, lionelakue wrote: > > > jfabry wrote >> to build user interfaces I recommend that you use Spec. Many user >> interfaces in the standard Pharo image are written using it. I am >> currently writing documentation for it, here is the introductory chapter: > > Thanks. >