> 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.
>
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
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
#
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
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
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
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
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
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
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
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/
11 matches
Mail list logo