User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17

Thread: MMF2 Build #244 (BETA #5)

  1. #1
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    MMF2 Build #244 (BETA #5)

    Hi everyone,

    The 5th beta version of the build 244 is available. This version contains a new OR operator (logical) - the previous OR operator has been renamed to "OR (filtered)".

    Developer Version (4 Mb)
    Standard Version (3 Mb)

    This is still a beta version, so be careful and make backups of your applications.

    Previous threads about this build: beta 1, beta 2, beta 3, beta 4.

    If you have any problem with this build, you can re-install the build 243 without reinstalling MMF2.

    Thank you for reading !

    Yves.


    List of bug fixes in this version

    - Frame Editor : text cursor not displayed when you double-click a string to edit it, unless you resize the edit window.

    - Event Editor : display problem in the New Condition dialog box if you scroll down, open a folder and scroll up.

    - Event Editor : new OR (logical) operator, different from the OR (filtered) operator. With the logical OR, objects are not filtered by false conditions. With the filtered OR, objects are filtered (unselected, i.e. not affected by the actions) by the false conditions.


    List of bug fixes in beta 3 and beta 4

    - Runtime : OR condition - object selection still erratic for complex events.

    - Runtime : bug in Set Timer function.

    - Runtime : bug in Start of Frame condition if the frame has a fade in transition.


    List of bug fixes and new features in beta 2

    - Global Event Editor : crash when you open the action editor from the global event editor and then click the Frame Editor button (the button is now disabled in this case).

    - Frame Editor : can't undo move or resize ater modifying the coordinates or dimensions in the properties.

    - Frame Editor : new preference to resample images when resizing active and backdrop objects (ON by default).

    - Picture Editor : new preference to resample images when inserting zoomed images or resizing the selection (ON by default).

    - Properties : accents now supported in global and alterable value names.

    - Runtime : screen not completely refreshed after a Pause action.

    - Runtime : Set Timer action doesn't work when using an expression.

    - Runtime : Start of Frame OR Always doesn't work when a fade in is assigned to the frame.

    - Runtime : problems with several extension objects like Select Object, Global Function and Named Variables in beta 1 of build 244.

    - Runtime : OR condition - object selection erratic for complex events.


    List of bug fixes and new features in beta 1

    - General: the dialog box that displays the warning about files stored in directories not relative to the app directory is now resizable.

    - Frame editor: layers not unselected on Vista.

    - Frame editor: cannot enter large numbers in position & size edit boxes if the property window is too small.

    - Event editor: new OR operator for conditions. Warning: obviously any application using this new operator can't be loaded by previous builds of MMF2.

    - Event editor: crash when editing a create object action if the parent object was a qualifier.

    - Event editor: doing an Invert Selection with opened and closed groups and subgroups could crash.

    - Event editor: object order in the event editor not copied when you cut/paste or drag & drop a frame.

    - Event editor: scrollbar not working for large events (many conditions in a few events).

    - Event editor: now supports more conditions in one single event (128), can display long lists of conditions and allows scrolling through them.

    - Event List Editor: now supports more conditions and actions in one event line (128 conditions and 128 actions).

    - Developer - DataGrid object : crash when you close an application that displays a modal sub-application with a DataGrid object.

    - Developer - DataGrid object : application freezes until you move it if you press a key at start of a frame with a DataGrid object.

    - Developer - Dialog Box object : spin control no longer attached to edit box after you close and reopen the dialog box, or go to another tab.

    - Developer - Dialog Box object : new Find String and Find String Exact expressions for the List Box and Combo Box controls. These functions are similar to the ones of the List Box and Combo Box objects.

    - Draw object : crash and incorrect fill/outline colors with the Ellipse tool.

    - Popup Menu object : new Up/Down/Left/Right buttons in the setup box.

    - Circular, Regular Polygon and Simple Ellipse movements : if a global object has one of these movements, any further changes made to that object don't spread to the other frames in the application.

    - Sounds : sound filters not working if Data Execution Prevention was enabled.

    - Debugger : floating point global values not properly displayed.

    - Runtime : the AddBackdrop function now adds a new backdrop at the same position if the ink effect is different from "None" (if there is no ink effect, as with the previous builds no backdrop is added if the same backdrop already exists at the same position).

    - Runtime : forced animation frame no longer reset when you force a new animation.

    - Runtime : crash with recent objects (e.g. Download object) when using a file selector instead of an expression when defining a filename.

    - Runtime : debugger window not correctly displayed on Vista.

    - Runtime : artefacts around some images rotated in high quality mode.

    - Runtime : possible memory leak in some cases after closing modal sub-applications.

    - Stand-alone applications : when 2 stand-alone applications are launched at the same time, one of them could report missing extensions.

    - Installer : when you "view" a file, the current directory is now set to the directory of the file.

    - Installer : you can now run .MSI files via the Run commands.

    - Installer : uninstaller doesn't work correctly if installed in a sub-directory of the install directory.

    - Installer : shortcut folder in the Start menu not removed by the uninstaller on Vista.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #244 (BETA #5)

    Another beta? :P
    Good to have 2 kinds of OR

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Bug?

    Hi, thanks for the update. But I can't see any difference betwen the filtered and the logical or.
    I made a test:

    User clicks on Active 1
    OR (logical)
    User clicks on Active 2
    ----
    - Destroy Active 1
    - Destroy Active 2

    This destroys both objects if you click on one of them.



    User clicks on Active 1
    OR
    User clicks on Active 2
    ----
    - Destroy Active 1
    - Destroy Active 2

    This should only destroy the clicked one, but it destroys both too.

  4. #4
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Bug?

    Ah yes the filtered OR seems to be broken now


  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug?

    I think that's because the filtered OR doesn't work properly with triggered conditions.

    Here's what Francois said in the OR selection thread when he added the new OR type:
    Some notes:
    -> If you mix two kinds of OR in one event, the first encountered kind of OR will be applied throughout the event
    -> You should not mix in the same event with OR true events and normal events : for the logical OR it will work OK, but for the filtered OR the behavior will be erratic, and there is nothing I can do about it.

  6. #6
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug?

    François said somewhere that OR events where going to be slower because all the conditions would have to be tested. Does this apply only to filtered OR, or to both of them ?

  7. #7
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Bug?

    Ah I was just reading that trying to understand what he was saying.

    His examples here seem to work fine

    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=33835&Main=5113 #Post33835

  8. #8
    No Products Registered

    Join Date
    Sep 2006
    Location
    Italy
    Posts
    31
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #244 (BETA #5)

    When zoom detail over max windows dimension, the internal image editor don't show properly the last bottom line of pixel.

    Sorry, I'm Italian and my English is terrible.

    Thanks for your patience.

    --------- Italian Text
    Nota:
    Riporto il bug in italiano sperando che qualche utente possa tradurre e spiegare meglio il problema.
    Nell'editor delle immagini quando si zoomma molto un immagine la fila di pixel in basso viene troncata. In alcuni casi se ne vede metà e si può comunque editare, ma il più delle volte l'ultima fila è proprio totalmente nascosta rendendo obbligatorio usare editor esterni.
    --------

  9. #9
    No Products Registered

    Join Date
    Jul 2006
    Posts
    239
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #244 (BETA #5)

    lol what?

  10. #10
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2006
    Posts
    696
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: MMF2 Build #244 (BETA #5)

    I think I know what bug she is talking about. I speak gibberish too! I think what she is trying to say is that in the picture/animation editor, the very last line of pixels at the bottom is not shown when you zoom in all the way. The scrollbars don't move up or down but the row is not shown.

Page 1 of 2 1 2 LastLast

Similar Threads

  1. MMF2 Build 249 - Beta 8
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 22
    Last Post: 7th November 2009, 01:07 PM
  2. MMF2 Build #248 (BETA 6)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 1st July 2008, 12:41 PM
  3. MMF2 Build #248 (BETA 5)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 25th June 2008, 03:07 PM
  4. MMF2 Build #248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 24th June 2008, 05:51 PM
  5. MMF2 Build 248 (BETA 4b)
    By Yves in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 24th June 2008, 12:45 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •