Hi,
Ok then I need to think about a nice solution...
Maybe by making the shortcut modifiable by the user in the "Settings
browser"?
I think it would be good to have Ctrl/Cmd+Tab on all platform but it can
be done yet.
Julien
On 29/06/16 23:42, Nicolai Hess wrote:
Hi Julien,
yes, findin
Yes it was one of the idea I already had to make it more sexy
and advertise the user that he is using it.
Thanks for the feedback. :)
Julien
On 30/06/16 07:37, stepharo wrote:
Julien
it may be good to put all the preview morphs on top of a blurry
translucent morph so that we clearly identi
Hi Norbert,
Le 30/06/2016 08:51, Norbert Hartl a écrit :
Am 30.06.2016 um 01:26 schrieb Dale Henrichs :
On 6/29/16 3:44 PM, Ben Coman wrote:
On Thu, Jun 30, 2016 at 3:04 AM, Dale Henrichs
wrote:
On 6/29/16 1:00 AM, Thierry Goubier wrote:
Le 29/06/2016 00:55, Dale Henrichs a écrit :
..
I was not complaining about Spec, just reporting my experience with the
various UI toolkits in Pharo as a relatively newbie to this area of Pharo.
Anyway, as I wrote in my first email, I had difficulties with Spec to go
beyond building a standard interface, especially in performing text
manipu
Hello
I have recently used NeoJSON for the first time. All went pretty well, but I
would like to make a small tweak to the output, which probably involves
defining a mapping. I have read through the information in the NeoJSON pdf,
and also looked at the class comments, but I am a bit lost. Cou
Peter,
i had the same issue, i couldn't find the way to do it, but i hack my own
writing like this
NDBFood>>neoJsonOn: neoJSONWriter
"custom writing"
neoJSONWriter
writeMap:
(OrderedDictionary new
add: 'ndb_no' -> ndbno;
add: 'full_name' -> name;
add: 'food_group' -> fg;
add: 'factors' -> self
Bernardo
Thanks for this. After sending my previous mail, I did what I should have done
first and looked at list of collection objects in the system browser. So I
discovered OrderedDictionary for the first time. I am pleased to see that this
is the key to the solution.
Peter
From: Ph
Hello,
How do you guys use Sqlite with Pharo, for example to update an object
from sql table and vis versa ?
Do you use any middle man to do so?
Thanks for the tips.
Hilaire
--
Dr. Geo
http://drgeo.eu
Hilaire,
If you want to generate the SQL statements by hand you can use the
UDBC SQLite3 driver, or if you want o use an ORM you can use Glorp.
See: http://forum.world.st/ANN-Glorp-SQLite3-for-Pharo-5-td4899277.html#a4899303
Regards!
Esteban A. Maringolo
2016-06-30 14:53 GMT-03:00 Hilaire :
>
Hi,
Yes, object properties in JSON are not ordered, by definition. But for humans
it can make sense.
Converting your domain objects to OrderedDictionaries or overwriting
#neoJSONOn: are valid ways to control NeoJSON.
However, I also think that it might be possible to solve the ordering
requi
Thanks sven
I was thinking to add a section in the chapter but I will wait for your
solution.
stef
Le 1/7/16 à 00:56, Sven Van Caekenberghe a écrit :
Hi,
Yes, object properties in JSON are not ordered, by definition. But for humans
it can make sense.
Converting your domain objects to
11 matches
Mail list logo