The Moose build of PetitParser fails because of some errors in PetitRegex.
We took a look at the code, and wonder if these tests ever ran successfully.
Who/what uses PetitRegex, and is able to fix these?
Diego & Stephan
ConfigurationOfGlamourSeaside
- added 0.5 baseline
- loading more of Seaside (core no longer loads much)
- referring to smalltalkhub for jQueryWidgetBox
no version 0.5 yet
Stephan
Layout may be applied at each refresh using the class RTLayoutAnimation. This is useful when elements have varying size.
-=-=-=-=-=-=-=-=-=-=-=-=
| v es resizeAnimation shape normalizer |
v := RTView new.
normalizer := RTMultiLinearColor new.
shape := RTBox new size: ‪#‎yourself‬; color: [ :value | (normalizer level: (value / 100)) alpha: 0.4 ].
es := shape elementsOn: (1 to: 100 by: 10).
v addAll: es.
v canvas addMenu: 'Press me!' callback: [
es do: [ :e |
resizeAnimation :=
RTResizeMove new
toExtent: (100 - e model) @ (100 - e model) on: e.
e model: (100 - e model).
v addAnimation: resizeAnimation ] ].
v addAnimation: (RTLayoutAnimation new elements: es; yourself).
v open
-=-=-=-=-=-=-=-=-=-=-=-=
Animation on:
https://www.facebook.com/photo.php?v=636496456436955&set=vb.340543479365589…
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Hi everyone. Is Roassal2 released? I guess is was already integrated into Moose, and from time to time I see amazing pictures and video on Twitter/Facebook. But is there any new guide? Or changes list from Roassal1?
Cheers.
Uko
Hi all,
We would like to have more communication about the Magritte configuration. We will start by describing the current state, as far as we know it.
The current released version of Magritte is 3.1.3. This versions contains the latest changes and is a release version, so should not be changed. Please use #release3.1 in referring to this version, to allow for minor updates and bug fixes to be automatically integrated.
The #release3.0 is also maintained, as this refers to #release3.0 of Seaside. And as long as #release3.1 of Seaside is not released on Gemstone, I will maintain this version.
There is also versions 3.2. We do not know why this version is created. It uses a duplicate baseline (only the Grease version differs), and no big changes for Magritte are planned (to my knowledge). So we propose to remove this version. If you want this version to be kept, please reply this mail with a reason. Version 3.2 is outdated, but it implies to be more recent than 3.1.3.
For the time being I will only remove the 3.2-baseline, as it is duplicate. If I do not receive a mail saying 3.2 should be kept, I will remove this version beginning of June.
For development I will create a version 3.1.4. I will also point #development to this version.
Discussion on Magritte List.
Cheers,
Stephan and Diego