Re: [Pharo-users] Test method auto-generation in Calypso

2019-10-08 Thread Hernán Morales Durand
Hi Denis, El vie., 4 oct. 2019 a las 5:09, Denis Kudriashov () escribió: > Hi Hernan. > Sorry for late response (noticed mail just now). > > First try to implement just another browser tab which will show you > covering test or allow to create one. > Check for example how extra tab with test setu

Re: [Pharo-users] Test method auto-generation in Calypso

2019-10-08 Thread Hernán Morales Durand
Hi Stephan El vie., 4 oct. 2019 a las 4:40, Stephan Eggermont () escribió: > Hernán Morales Durand > wrote: > > Hi, > > > > I have this idea of typing a method in a Browser and have another code > area > > in the same browser where the method test is "automagically generated". > > > > This is, d

Re: [Pharo-users] [cormas-dev] OpenPonk ported to Pharo 7

2019-10-08 Thread Hernán Morales Durand
s/ported/loadable/g Guys, you may help me on this one: I suspect some classes in OpenPonk-Spec-Commands are breaking Calypso in Pharo 7 at some point on usage (not really sure, but I need to discard possibilities). Do you know any way to specify conditional loading in a Baseline method? I want to

Re: [Pharo-users] Pharo: Git and GUI speed; JS widget reuse in PharoJS

2019-10-08 Thread Shaping
Regarding native widget, on the VW side the usage on them brought slowness on the OSX platform. Windows platform is speedy, but OSX platform is slower using native widget than with emulated ones. So native widget alone are not always a solution. That’s interesting and unexpected (I don’t us

[Pharo-users] Number to VT_DECIMAL

2019-10-08 Thread eftomi
Hi, I'm preparing a method to write a given Pharo's numerical value into an external variant of type VT_DECIMAL. The purpose of this type is to retain accuracy, it uses 12 bytes for "mantissa" and two bytes for a sign and a scale (i. e. the position of decimal point). What would be the best approac

[Pharo-users] keyboard shortcut for switching from "instance side" to "class side"

2019-10-08 Thread Steve Quezadas
Does anyone know of a keyboard shortcut in pharo that switches from the method selectors in the "class side" to the "instance side"? I can't seem to find anything by browsing google. Ctrl-h seems to be an undocumented keystroke command to switch to "heirchy list" when the object in the browser is

Re: [Pharo-users] Pharo launcher

2019-10-08 Thread Christophe Demarey
Hi Ilker, It looks like you got the same issue as https://github.com/pharo-project/pharo-launcher/issues/349 If you do not run Pharo Launcher from cmd line or unzip is not in the path, it should works fine (waiting for a proper fix). Please try to delete corrupted VMs (you can use Pharo Launcher

Re: [Pharo-users] Pharo and new MacOS Catalina

2019-10-08 Thread James Foster
> On Oct 8, 2019, at 5:24 AM, Kasper Østerbye wrote: > > Cheers, > > Have there been any problems with running Pharo on the new MacOS Catelina > (10.15)? macOS Catalina (10.15) finally makes good on the promise to disable 32-bit applications. So I’m no longer able to run the Pharo Mooc. Jam

Re: [Pharo-users] voyage mongo and transactionality

2019-10-08 Thread James Foster
> On Oct 8, 2019, at 3:05 AM, Jonathan van Alteren > wrote: > > We've encountered an issue where a user makes changes to an agenda, but does > not click the Save button. Instead, the user closes the browser or uses the > navigation to go to a different part of the application. When navigatin

[Pharo-users] Pharo launcher

2019-10-08 Thread ilker özcan
When i tried to install pharo 7 and 8 with the launcher on windows 10 there happened a message which says windows can not run 16 bit program.. It seems pharo.exe seems to be 16 bit ( i installed 64bit)..anyone with such a problem and any idea how i can solve this? Thanks all..

[Pharo-users] Pharo and new MacOS Catalina

2019-10-08 Thread Kasper Østerbye
Cheers, Have there been any problems with running Pharo on the new MacOS Catelina (10.15)?

Re: [Pharo-users] voyage mongo and transactionality

2019-10-08 Thread Norbert Hartl
Hi, > Am 08.10.2019 um 12:05 schrieb Jonathan van Alteren > : > > Hello all, > > We are having some issues with using Voyage/Mongo for a customer project that > I'd like to get your feedback on. > > The customer application is a form based business web application using > Seaside with objec

Re: [Pharo-users] voyage mongo and transactionality

2019-10-08 Thread Esteban Lorenzano
Hi, That looks a lot more like a Seaside mishandling than a problem with Voyage itself. > On 8 Oct 2019, at 12:05, Jonathan van Alteren > wrote: > > Hello all, > > We are having some issues with using Voyage/Mongo for a customer project that > I'd like to get your feedback on. > > The c

[Pharo-users] voyage mongo and transactionality

2019-10-08 Thread Jonathan van Alteren
Hello all, We are having some issues with using Voyage/Mongo for a customer project that I'd like to get your feedback on. The customer application is a form based business web application using Seaside with object persistence using Voyage with MongoDB on Pharo 7.0. The application is deployed