GB3 - released
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    I've release on Friday (11.11.11 !) the V3 of Gribouillis (aka GB3).
    Please find the standalone version for MorphOS here:

    http://www.yomgui.fr/yiki/doku.php/en:dev:gb3:start

    Important: standalone = no thirdparties to install, but please check that your mimetypes settings are not corrupted, specially for .py extension! Or GB3 will not start.


    Note that it's also available by using my Grunch database:

    http://www.yomgui.fr/Yomgui_MorphOS.db

    Bugs report and general feedbacks are strongly welcomes!

    [ Edited by Yomgui 14.11.2011 - 09:42 ]
    And now... next project!
  • »14.11.11 - 09:39
    Profile Visit Website
  • Moderator
    Miky060
    Posts: 694 from 2003/2/24
    From: ITALY
    I have a little problem: if I create a new MUI screen and tell GB3 to go on that screen it suddently closes!
    What can cause this?

    PegasosII "Elite" Machine --> PowerMac MDD "popular" Machine --> MacMini 1.5 "still more popular" Machine
  • »14.11.11 - 10:14
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Well, in fact when MUI needs to change a window from one screen to another one, it close it.
    But I'm listening on Close event and if no draw window exists, I quit the application.

    It's happens only at screen change, so save the MUI screen prefs and re-run GB.
    And now... next project!
  • »14.11.11 - 13:31
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2306 from 2003/2/24
    "Close event" ???

    There is MUIA_Window_Open which will be set to false during move to another screen (or iconify).

    And than there is MUIA_Window_CloseRequest which will be set to true if the use hit the close-gadget. Here you should either warn the user that he might loose unsaved data or actually close the window (and if it's the last quit the app).
  • »14.11.11 - 15:25
    Profile
  • Moderator
    Miky060
    Posts: 694 from 2003/2/24
    From: ITALY
    I can't neither save the new MUI screen, as soon I select it GB3 closes!

    I have this debug log:


    Open : $VER: muimaster.library 20.6850 (16.09.11) © 2010 Stefan Stuntz, PPC, MorphOS, DEBUG

    Brynhildr [Aboutbox.mcc 20.19 (16.09.11)]
    ../include/mccinit.c:871:LibInit(LayGroup.mcc)
    ** LayGroup.mcc v19.3 startup ********************
    Initializing runtime debugging:
    set debug classes/flags (env:LayGroup.mcc.debug): 00000076/00000003
    ** Normal processing follows ***************************************
    ../include/mccinit.c:1012:LibOpen(LayGroup.mcc): 0
    ../include/mccinit.c:1148:MCC_Query(LayGroup.mcc): 0
    LayGroup_mcc.c:185:Create instance
    LayGroup_mcc.c:271:Destroy instance
    ../include/mccinit.c:1085:LibClose(LayGroup.mcc): 1

    PegasosII "Elite" Machine --> PowerMac MDD "popular" Machine --> MacMini 1.5 "still more popular" Machine
  • »14.11.11 - 22:22
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    @Miky060:

    don't worry about the log... just that Laygroup.mcc has been build in debug mode (comes from aminet If I remember!)

    Now about the open issue: the fix is simple, I don't want to make a new release just for that.
    but it 'll be definitively fixed later ;-)
    It's not due to Gribouillis itself but in fact the bug is inside PyMUI.
    And now... next project!
  • »17.11.11 - 02:09
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Divinity
    Posts: 498 from 2009/9/8
    @Yomgui

    great work, great application
  • »17.11.11 - 11:59
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    Important

    Standalone version of Gribouillis is not longer available.
    Python 2.5 and some others thirdparties are now required to be installed on your system.

    For manual installation please check my Wiki here:
    http://www.yomgui.fr/yiki/doku.php/en:dev:gb3:start

    The easiest way is to use Grunch, my database has been changed accordingly to reflect the change.
    And now... next project!
  • »24.11.11 - 08:48
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Yomgui
    Posts: 348 from 2004/8/31
    From: Québec - Canada
    I've released a new GB3 version (3.1.500) and PyMUI (0.6.254) available on Grunch and my wiki (http://www.yomgui.fr)

    Most of reported bugs have been fixed and I've added a better Layer manager interface .I've also changed a bit the color interface.
    Most important, .PNG saving (and .ORA) uses the morphos png.library, giving 10x extra speed.

    [edit] forget to say I've also increased speed of scroll/rotate view (not scaling), but for rotation, until you confirm it the rotation is a fast but dirty function that not refresh everything... but it's fast :-)

    Enjoy.

    [ Edited by Yomgui 12.02.2012 - 20:04 ]
    And now... next project!
  • »12.02.12 - 18:58
    Profile Visit Website