Prev: CEmail with charset = "UTF-8"
Next: ReportProInit()
From: Francescangeli F. on 12 Apr 2010 03:28 Hi Amilcar, sorry to answer so late but I was out for work. I'll try ASAP and I'll let you know. Thanks, Francesco Il 08/04/2010 17:25, Amilcar A. Camargo ha scritto: > Hi Francesangeli, > > On Thu, 08 Apr 2010 08:27:40 +0200, "Francescangeli F." > <francescangeli.f(a)tiscali.it> wrote: > >> Nice work, Amilcar! >> I'm testing it in 2.7 and it seems to work well; notably I appreciate >> the possibility to configure almost all (I'm trying to reduce the font >> size). > > The font size is automatic. The program tries to figure out a font size that > will fit in the area. You can see that in method MDIDraw_Title(). You can > modify it to use the font size you want (or the area in the screen that it > uses). > > Best regards, > Amilcar A. Camargo F. > Guatemala, C. A.
From: Amilcar A. Camargo on 13 Apr 2010 20:20 Hi Francescangeli (and everybody else) On Thu, 08 Apr 2010 08:27:40 +0200, "Francescangeli F." <francescangeli.f(a)tiscali.it> wrote: >Nice work, Amilcar! >I'm testing it in 2.7 and it seems to work well; notably I appreciate >the possibility to configure almost all (I'm trying to reduce the font >size). >Thank you very much. As they say in the shelves: "Now updated!!": http://acf1996.webatu.com/cavo I have updated the shellwindow to accept: - A font face name (instead of the default Times) - Specify if font will be bold and/or italics this will allow greater flexibility to get the decoration you may want. Also, if you should see the need, you can specify a direct Font object and it will be used whithout any resizing when the shell changes sizes. For VO2.8, i don't have access to a machine with it right now and there appears that a couple of prototypes have changed resulting in LONG->DWORD conversion errors. You should have no problem fixing by now. As soon as i have a chance will check them out on a VO2.8 machine. Hope you enjoy it Best regards, Amilcar A. Camargo F. Guatemala, C. A.
From: Francesco F. on 15 Apr 2010 12:48 That's speed! TNX, Amilcar. Francesco Il 14/04/2010 02:20, Amilcar A. Camargo ha scritto: > Hi Francescangeli (and everybody else) > > On Thu, 08 Apr 2010 08:27:40 +0200, "Francescangeli F." > <francescangeli.f(a)tiscali.it> wrote: > >> Nice work, Amilcar! >> I'm testing it in 2.7 and it seems to work well; notably I appreciate >> the possibility to configure almost all (I'm trying to reduce the font >> size). >> Thank you very much. > > As they say in the shelves: "Now updated!!": http://acf1996.webatu.com/cavo > > I have updated the shellwindow to accept: > > - A font face name (instead of the default Times) > - Specify if font will be bold and/or italics > > this will allow greater flexibility to get the decoration you may want. Also, > if you should see the need, you can specify a direct Font object and it will be > used whithout any resizing when the shell changes sizes. > > For VO2.8, i don't have access to a machine with it right now and there appears > that a couple of prototypes have changed resulting in LONG->DWORD conversion > errors. You should have no problem fixing by now. As soon as i have a chance > will check them out on a VO2.8 machine. > > Hope you enjoy it > Best regards, > Amilcar A. Camargo F. > Guatemala, C. A.
From: Karl Faller on 15 Apr 2010 15:13 Amilcar, >For VO2.8, i don't have access to a machine with it right now and there appears >that a couple of prototypes have changed resulting in LONG->DWORD conversion >errors. You should have no problem fixing by now. As soon as i have a chance >will check them out on a VO2.8 machine. checked the new version, corrected the conversions, runs on 2837. One thing i don't understand is, why, after removing the warning as errors setting, the sample simply didn't start at all before i made the corrections.... Karl
From: Amilcar A. Camargo on 15 Apr 2010 18:32
Hi Karl, On Thu, 15 Apr 2010 21:13:05 +0200, Karl Faller <k.faller_withoutthat_(a)onlinehome.de> wrote: >Amilcar, >>For VO2.8, i don't have access to a machine with it right now and there appears >>that a couple of prototypes have changed resulting in LONG->DWORD conversion >>errors. You should have no problem fixing by now. As soon as i have a chance >>will check them out on a VO2.8 machine. >checked the new version, corrected the conversions, runs on 2837. >One thing i don't understand is, why, after removing the warning as >errors setting, the sample simply didn't start at all before i made >the corrections.... Maybe they create conversion errors. Remember that if you decide to not cast or use the correct type, maybe CAVO decides on the conversion and the result is not good. Best regards, Amilcar A. Camargo F. Guatemala, C. A. |