1. wxEuphoria v0.7.0

wxEuphoria v0.7.0 has been released:

http://wxeuphoria.sourceforge.net

Here is the change log:
 v0.7.0 - Fixed set_brush() and set_back_brush() to work with wxMemoryDC
          under GTK
        - New classes: wxMDIParentFrame, wxMDIClientWindow, wxMDIChildFrame,
          wxFontEnumerator, wxCursor
        - Added set_choice() for wxChoice
- Can now insert a wxMenu at specified location in the wxMenuBar upon
        creation
        - Added get_label(), which should work for all controls.
        - Fixed get_list_string() under GTK.
        - Uses library build #6.
        - Several bugfixes for wxTreeCtrl under GTK.
        - Added Resource Management routines (thanks to Mario Steele)\

Matt Lewis

new topic     » topic index » view message » categorize

2. Re: wxEuphoria v0.7.0

Matt Lewis wrote:
> wxEuphoria v0.7.0 has been released:
> 
> <a
> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> 
> Here is the change log:
>  v0.7.0 - Fixed set_brush() and set_back_brush() to work with wxMemoryDC
>           under GTK
>         - New classes: wxMDIParentFrame, wxMDIClientWindow, wxMDIChildFrame,
>           wxFontEnumerator, wxCursor
>         - Added set_choice() for wxChoice
>         - Can now insert a wxMenu at specified location in the wxMenuBar upon
>         creation
>         - Added get_label(), which should work for all controls.
>         - Fixed get_list_string() under GTK.
>         - Uses library build #6.
>         - Several bugfixes for wxTreeCtrl under GTK.
>         - Added Resource Management routines (thanks to Mario Steele)\

With 0.7.0 I now find that the demo programs run with exu and
also when translated/compiled with ecu. I have Mandrake 10.0.
Previously only exu worked. ecu never worked. I tried several
of the largest demo programs, and they all worked both ways this time.

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

3. Re: wxEuphoria v0.7.0

Matt Lewis wrote:

> wxEuphoria v0.7.0 has been released:
> 
> <a
> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>

Rob, this is a bug in the EUforum software, isn't it?
I think only
     http://wxeuphoria.sourceforge.net
should be quoted, without the HTML tags.

> Here is the change log:
>  v0.7.0 - Fixed set_brush() and set_back_brush() to work with wxMemoryDC
>           under GTK
>         - New classes: wxMDIParentFrame, wxMDIClientWindow, wxMDIChildFrame,
>           wxFontEnumerator, wxCursor
>         - Added set_choice() for wxChoice
>         - Can now insert a wxMenu at specified location in the wxMenuBar upon
>         creation
>         - Added get_label(), which should work for all controls.
>         - Fixed get_list_string() under GTK.
>         - Uses library build #6.
>         - Several bugfixes for wxTreeCtrl under GTK.
>         - Added Resource Management routines (thanks to Mario Steele)\

wxEuphoria actually is very impressive ( even a Freecell clone is
included smile ). Thanks a lot, Matt!!!

I encountered a problem, though. When I try to run the OOEU demo
programs on Windows 98, using
- precompiled oexw.exe        (OOEU v1.6.0)
- precompiled ooeu_trace.dll  (OOEU v1.6.0)
- precompiled wxeu.dll        (wxEuphoria v0.7.0)

all programs where tracing is switched on
(continue.exw, eval.exw, shape.ex) are crashing.
I get the following message box:

--------------------------------------------------------------------------
OEXW.EXE
--------------------------------------------------------------------------
An exception (C0000005) occured during DllEntryPoint or DllMain in module:
C:\PROGRAMS\EUPHORIA\BIN\OOEU_TRACE.DLL
--------------------------------------------------------------------------

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

4. Re: wxEuphoria v0.7.0

Juergen Luethje wrote:

> Matt Lewis wrote:
> 
>> wxEuphoria v0.7.0 has been released:
>> 
>> <a
>> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> 
> Rob, this is a bug in the EUforum software, isn't it?
> I think only
>      <a
>      href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> should be quoted, without the HTML tags.

<snip>

I see now that the problem is "only" in e-mail and the EUforum edit box
for writing new messages, not on the EUforum web page.

Regards,
   Juergen

new topic     » goto parent     » topic index » view message » categorize

5. Re: wxEuphoria v0.7.0

Juergen Luethje wrote:
> 
> wxEuphoria actually is very impressive ( even a Freecell clone is
> included smile ). Thanks a lot, Matt!!!

Thanks, although in fairness, it's just a port of David Cuny's wxBasic 
version of freecell.
 
> I encountered a problem, though. When I try to run the OOEU demo
> programs on Windows 98, using
> - precompiled oexw.exe        (OOEU v1.6.0)
> - precompiled ooeu_trace.dll  (OOEU v1.6.0)
> - precompiled wxeu.dll        (wxEuphoria v0.7.0)
> 
> all programs where tracing is switched on
> (continue.exw, eval.exw, shape.ex) are crashing.
> I get the following message box:
> 
> --------------------------------------------------------------------------
> OEXW.EXE
> --------------------------------------------------------------------------
> An exception (C0000005) occured during DllEntryPoint or DllMain in module:
> C:\PROGRAMS\EUPHORIA\BIN\OOEU_TRACE.DLL
> --------------------------------------------------------------------------

Thanks, I'll look into this.

Matt Lewis

new topic     » goto parent     » topic index » view message » categorize

6. Re: wxEuphoria v0.7.0

Juergen Luethje wrote:
> 
> Juergen Luethje wrote:
> 
> > Matt Lewis wrote:
> > 
> >> wxEuphoria v0.7.0 has been released:
> >> 
> >> <a
> >> href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> > 
> > Rob, this is a bug in the EUforum software, isn't it?
> > I think only
> >      <a
> >      href="http://wxeuphoria.sourceforge.net">http://wxeuphoria.sourceforge.net</a>
> > should be quoted, without the HTML tags.
> 
> <snip>
> 
> I see now that the problem is "only" in e-mail and the EUforum edit box
> for writing new messages, not on the EUforum web page.

Yes, I guess you are right.
I'll keep that in mind.
The logic is now getting rather complicated.
I'm reluctant to go in and casually mess around with it. smile

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu