Hello Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip Still this strange bug on Mac+Window with partial offscreen arc (circle). It looks like a problem on the path and I can't release to public DrGeo with such a bug. https://bugs.launchpad.net/drgeo/+bug/1331559 Anyone with an idea? Thanks to test, to forward, to speak about DrGeo. Hilaire -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
I really like your work, this also quite a code, I measure almost 300 classes, you must have been working this for a very long time. I can confirm your Circle bug with my mac as well. One thing it could be improved is drawing of polygons. To finish the polygon you instruct that the last point should be the same as the first point but it can easy to forget what was the first point if the polygon is quite complex so I would advice to use the right click instead. I only started to play around with it and I really like , great work ! On Sat, Jun 21, 2014 at 1:51 PM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
Hello
Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip
Still this strange bug on Mac+Window with partial offscreen arc (circle). It looks like a problem on the path and I can't release to public DrGeo with such a bug. https://bugs.launchpad.net/drgeo/+bug/1331559 Anyone with an idea?
Thanks to test, to forward, to speak about DrGeo.
Hilaire
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Le 21/06/2014 14:10, kilon alios a écrit :
I really like your work, this also quite a code, I measure almost 300 classes, you must have been working this for a very long time.
I can confirm your Circle bug with my mac as well.
Ok, very annoying bug.
One thing it could be improved is drawing of polygons. To finish the polygon you instruct that the last point should be the same as the first point but it can easy to forget what was the first point if the polygon is quite complex so I would advice to use the right click instead. I
I filled a ticked https://bugs.launchpad.net/drgeo/+bug/1332827 Whenever you need to record something about DrGeo, consider filling a ticket at http://bug.drgeo.eu
only started to play around with it and I really like , great work !
Explore to examples files coming with DrGeo, and try to build your own. Try the Smalltalk sketches from the workspace as well, it is a fun way to do Smalltalk Thanks Hilaire
On Sat, Jun 21, 2014 at 1:51 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com <mailto:hilaire.fernandes@gmail.com>> wrote:
Hello
Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip
Still this strange bug on Mac+Window with partial offscreen arc (circle). It looks like a problem on the path and I can't release to public DrGeo with such a bug. https://bugs.launchpad.net/drgeo/+bug/1331559 Anyone with an idea?
Thanks to test, to forward, to speak about DrGeo.
Hilaire
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
the bug is annoying but not very. I really like Dr Geo you have done an amazing job with it. I am also interested to know how you work with launchpad, what is your workflow ? how you commit and push , pull ? Yes I am definitely going to explore Dr Geo because I want to write documentation about Morphic and I think your app will provide a good example to learn. I may "steal" some code for my projects too, Morphic + Athens is something that interests me as well and of course Spec and Roassal. But there is so much I don't understand will take me time before I feel comfortable coding. I am getting there though :) I see the Dr Geo could be easily turned into a design application if its not already, I see a lot of potential , will definitely need to take a closer look at the code to see how I can exploit it. Its apps like this that make me love Pharo , more and more and of course all the available libraries that Pharo people have made. Thank you On Sat, Jun 21, 2014 at 5:34 PM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
Le 21/06/2014 14:10, kilon alios a écrit :
I really like your work, this also quite a code, I measure almost 300 classes, you must have been working this for a very long time.
I can confirm your Circle bug with my mac as well.
Ok, very annoying bug.
One thing it could be improved is drawing of polygons. To finish the polygon you instruct that the last point should be the same as the first point but it can easy to forget what was the first point if the polygon is quite complex so I would advice to use the right click instead. I
I filled a ticked https://bugs.launchpad.net/drgeo/+bug/1332827 Whenever you need to record something about DrGeo, consider filling a ticket at http://bug.drgeo.eu
only started to play around with it and I really like , great work !
Explore to examples files coming with DrGeo, and try to build your own. Try the Smalltalk sketches from the workspace as well, it is a fun way to do Smalltalk
Thanks
Hilaire
On Sat, Jun 21, 2014 at 1:51 PM, Hilaire Fernandes <hilaire.fernandes@gmail.com <mailto:hilaire.fernandes@gmail.com>> wrote:
Hello
Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip
Still this strange bug on Mac+Window with partial offscreen arc (circle). It looks like a problem on the path and I can't release to public DrGeo with such a bug. https://bugs.launchpad.net/drgeo/+bug/1331559 Anyone with an idea?
Thanks to test, to forward, to speak about DrGeo.
Hilaire
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Le 22/06/2014 14:31, kilon alios a écrit :
the bug is annoying but not very. I really like Dr Geo you have done an
For DrGeo this the kind of bug that prevent to release to public if you don't want to look ridicule. So I hope we can have a fixed VM for Mac OS X soon.
amazing job with it.
I am also interested to know how you work with launchpad, what is your workflow ? how you commit and push , pull ?
Sourcecode is managed in SmalltalkHub, I know you can now save code in filesystem, then commit in Launchpad, I have not explored it yet.
Yes I am definitely going to explore Dr Geo because I want to write documentation about Morphic and I think your app will provide a good example to learn. I may "steal" some code for my projects too, Morphic + Athens is something that interests me as well and of course Spec and Roassal. But there is so much I don't understand will take me time before I feel comfortable coding. I am getting there though :)
A lot of the UI design is over Morphic, I mean morphic is used for some basic stuff, then the UI is handled with subtle details in the way to interact with the canvas: DrGBuilder and DrGTool class categories.
I see the Dr Geo could be easily turned into a design application if its not already, I see a lot of potential , will definitely need to take a closer look at the code to see how I can exploit it. Its apps like this that make me love Pharo , more and more and of course all the available
Sure, explore and learn. Hilaire -- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Ah ok I thought you managed your code on launchpad. Is Athens the only way to have anti-aliased vector graphics in Pharo ? On Sun, Jun 22, 2014 at 6:55 PM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
Le 22/06/2014 14:31, kilon alios a écrit :
the bug is annoying but not very. I really like Dr Geo you have done an
For DrGeo this the kind of bug that prevent to release to public if you don't want to look ridicule. So I hope we can have a fixed VM for Mac OS X soon.
amazing job with it.
I am also interested to know how you work with launchpad, what is your workflow ? how you commit and push , pull ?
Sourcecode is managed in SmalltalkHub, I know you can now save code in filesystem, then commit in Launchpad, I have not explored it yet.
Yes I am definitely going to explore Dr Geo because I want to write documentation about Morphic and I think your app will provide a good example to learn. I may "steal" some code for my projects too, Morphic + Athens is something that interests me as well and of course Spec and Roassal. But there is so much I don't understand will take me time before I feel comfortable coding. I am getting there though :)
A lot of the UI design is over Morphic, I mean morphic is used for some basic stuff, then the UI is handled with subtle details in the way to interact with the canvas: DrGBuilder and DrGTool class categories.
I see the Dr Geo could be easily turned into a design application if its not already, I see a lot of potential , will definitely need to take a closer look at the code to see how I can exploit it. Its apps like this that make me love Pharo , more and more and of course all the available
Sure, explore and learn.
Hilaire
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Le 22 juin 2014 22:19, "kilon alios" <kilon.alios@gmail.com> a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ?
I got antialiased graphics with the balloon engine without Athens. I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub. Phil
On Sun, Jun 22, 2014 at 6:55 PM, Hilaire Fernandes <
Le 22/06/2014 14:31, kilon alios a écrit :
the bug is annoying but not very. I really like Dr Geo you have done an
For DrGeo this the kind of bug that prevent to release to public if you don't want to look ridicule. So I hope we can have a fixed VM for Mac OS X soon.
amazing job with it.
I am also interested to know how you work with launchpad, what is your workflow ? how you commit and push , pull ?
Sourcecode is managed in SmalltalkHub, I know you can now save code in filesystem, then commit in Launchpad, I have not explored it yet.
Yes I am definitely going to explore Dr Geo because I want to write documentation about Morphic and I think your app will provide a good example to learn. I may "steal" some code for my projects too, Morphic
hilaire.fernandes@gmail.com> wrote: +
Athens is something that interests me as well and of course Spec and Roassal. But there is so much I don't understand will take me time before I feel comfortable coding. I am getting there though :)
A lot of the UI design is over Morphic, I mean morphic is used for some basic stuff, then the UI is handled with subtle details in the way to interact with the canvas: DrGBuilder and DrGTool class categories.
I see the Dr Geo could be easily turned into a design application if its not already, I see a lot of potential , will definitely need to take a closer look at the code to see how I can exploit it. Its apps like this that make me love Pharo , more and more and of course all the available
Sure, explore and learn.
Hilaire
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Not at chance with Pharo, part of balloon canvas is broken (see a post of mine about 2 years ago). If you are serious about using it you should fix it or use Squeak. Hilaire Le 23/06/2014 00:11, phil@highoctane.be a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ?
I got antialiased graphics with the balloon engine without Athens.
I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub.
Phil
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
On Mon, Jun 23, 2014 at 8:50 AM, Hilaire Fernandes < hilaire.fernandes@gmail.com> wrote:
Not at chance with Pharo, part of balloon canvas is broken (see a post of mine about 2 years ago). If you are serious about using it you should fix it or use Squeak.
Maybe broken but works for me when it comes to lines in a 2.0 image. Get a form canvas and do: c := aCanvas asBalloonCanvas. c aaLevel: 5. "Or whatever" Lines are then draw with antialias. So, what is broken? Phil
Hilaire
Le 23/06/2014 00:11, phil@highoctane.be a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ?
I got antialiased graphics with the balloon engine without Athens.
I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub.
Phil
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Hi hilaire can you remind us what is broken? and why the squeak version would fix it? Stef On 23/6/14 08:50, Hilaire Fernandes wrote:
Not at chance with Pharo, part of balloon canvas is broken (see a post of mine about 2 years ago). If you are serious about using it you should fix it or use Squeak.
Hilaire
Le 23/06/2014 00:11, phil@highoctane.be a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ? I got antialiased graphics with the balloon engine without Athens.
I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub.
Phil
It is related to Polygon, we have a thread on the forum, search for "hilaire balloon anti aliased" Hilaire Le 23/06/2014 11:27, stepharo a écrit :
Hi hilaire
can you remind us what is broken? and why the squeak version would fix it?
Stef
On 23/6/14 08:50, Hilaire Fernandes wrote:
Not at chance with Pharo, part of balloon canvas is broken (see a post of mine about 2 years ago). If you are serious about using it you should fix it or use Squeak.
Hilaire
Le 23/06/2014 00:11, phil@highoctane.be a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ? I got antialiased graphics with the balloon engine without Athens.
I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub.
Phil
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
http://forum.world.st/BalloonCanvas-drawPolygon-tp4671832.html https://pharo.fogbugz.com/f/cases/7565/BalloonCanvas-drawPolygon Any way we have Athens, no need to bother with Balloon. Sure Athens has many problem, and we need to use it to document the problems and to find fixes or workarounds. Now, I'll really love a newer VM for MacOSX with the Athens circle bugs gone: https://pharo.fogbugz.com/f/cases/13364/Mac-OS-X-and-Windows-VM-with-newer-C... Hilaire Le 24/06/2014 07:41, Hilaire Fernandes a écrit :
It is related to Polygon, we have a thread on the forum, search for "hilaire balloon anti aliased"
Hilaire
Le 23/06/2014 11:27, stepharo a écrit :
Hi hilaire
can you remind us what is broken? and why the squeak version would fix it?
Stef
On 23/6/14 08:50, Hilaire Fernandes wrote:
Not at chance with Pharo, part of balloon canvas is broken (see a post of mine about 2 years ago). If you are serious about using it you should fix it or use Squeak.
Hilaire
Le 23/06/2014 00:11, phil@highoctane.be a écrit :
Ah ok I thought you managed your code on launchpad.
Is Athens the only way to have anti-aliased vector graphics in Pharo ? I got antialiased graphics with the balloon engine without Athens.
I'll dig for how. It is somewhere in my first Pharo experiments on Smalltalkhub.
Phil
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Hilaire Fernandes-6 wrote
Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip
Hi Hilaire, the startup bug on OS X is gone :) I found another one, concerning a deprecated Method: The method UITheme>>questionIcon has been deprecated. It occurs when I use the âWrench-Buttonâ.. M. -- View this message in context: http://forum.world.st/ANN-DrGeo-14-07b-tp4764080p4764288.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Yeah! Another API changes to make a happy life. I met toons like that. Thanks to mention it. Hilaire Le 22/06/2014 23:38, MartinW a écrit :
I found another one, concerning a deprecated Method: The method UITheme>>questionIcon has been deprecated. It occurs when I use the âWrench-Buttonâ..
M.
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
Hilaire I think that this is better that DrGeo embeds the resources that it needs. UITheme is to me a kind of design problem. stef On 22/6/14 23:38, MartinW wrote:
Hilaire Fernandes-6 wrote
Here is another release fixing some reported killing bugs https://dl.dropboxusercontent.com/u/21633199/DrGeo.app-14.07b.zip Hi Hilaire,
the startup bug on OS X is gone :)
I found another one, concerning a deprecated Method: The method UITheme>>questionIcon has been deprecated. It occurs when I use the âWrench-Buttonâ..
M.
-- View this message in context: http://forum.world.st/ANN-DrGeo-14-07b-tp4764080p4764288.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Right, but in that situation I really have to use the system icon to be consistant, as it is for an user dialog. Hilaire Le 23/06/2014 11:28, stepharo a écrit :
I think that this is better that DrGeo embeds the resources that it needs. UITheme is to me a kind of design problem.
-- Dr. Geo http://drgeo.eu iStoa - https://launchpad.net/istoa
participants (5)
-
Hilaire Fernandes -
kilon alios -
MartinW -
phil@highoctane.be -
stepharo