Thank you ! Le 21 janv. 2010 à 16:16, Jan Schenkel a écrit :
> revEnterprise 4.5 is currently in developer preview. Access to prereleases is > one of the perks of buying the Enterprise edition. So you won't see an > 'update download' window until the developer preview is extended to > revMedia/revStudio. > > Hope this clarified the number thing, > > Jan Schenkel > ===== > Quartam Reports & PDF Library for Revolution > <http://www.quartam.com> > > ===== > "As we grow older, we grow both wiser and more foolish at the same time." > (La Rochefoucauld) > > > PS: wonderful external - I'm looking forward to incorporating it in my > projects... > > > > --- On Thu, 1/21/10, René Micout <[email protected]> wrote: > >> From: René Micout <[email protected]> >> Subject: Re: [ANN] ssMacWindows 1.6.0 >> To: "How to use Revolution" <[email protected]> >> Date: Thursday, January 21, 2010, 7:11 AM >> Hello, >> What is 4.5 version I have only 4.0 version of RunRev ?! >> René >> >> Le 21 janv. 2010 à 16:07, Shao Sean a écrit : >> >>> I would like to start this announcement off thanking, >> once again, Malte Pfaff-Brill and Trevor DeVore for the help >> in getting some broken code working :-) >>> >>> >>> * Hot Keys and Volume events now work in all versions >> of Rev from 2.8 up to 4.5 >>> >>> * Can invert the display's colour palette (I don't >> know why, but it is there anyways :) >>> >>> * Add the toolbar blob to the window frame (as well as >> remove it) >>> >>> * Get the proxy icon file path [see below] >>> >>> * Some code clean up >>> >>> * Removal of two deprecated commands >>> >>> * Price is now 15 CAD (my financial guru told me >> to raise it) >>> >>> >>> >>> >>> Get the proxy icon file path >>> ---------------------------- >>> While most people are probably excited about the >> toolbar blob, this is the one the addition I like the most >> and if you deal with document-based applications (using >> stacks as the documents) you will probably like this too.. >>> >>> If you set the proxy icon based on the file path to >> your stack: >>> >>> ssSetWindowProxyIcon the windowID of this stack, >> the fileName of this stack >>> >>> you can use the new external function: >>> >>> ssGetWindoeProxyIconPath(the windowID of this >> stack) >>> >>> to get the file path of the stack.. Now this may not >> seem like a big thing, but if the end user moves the stack >> file in the Finder, and for you Rev 2.8 people, if the end >> user uses the proxy icon to move the file Rev still thinks >> it is in the old location (oh noes).. By doing a quick check >> you can update Rev's pointer to the file: >>> >>> if (the fileName of this stack <> >> ssGetWindowProxyIconPath(the windowID of this stack)) then >>> set the fileName of this stack to >> ssGetWindowProxyIconPath(the windowID of this stack) >>> end if >>> >>> Hopefully you are as excited by this release as I am >> :-) >>> >>> >>> >>> -Sean >>> http://shaosean.tk/ >>> > > > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
