1. Win32lib?

I was wondering if a new win32lib was ever going to be released again or if a
new wxEuphoria is coming out.

new topic     » topic index » view message » categorize

2. Re: Win32lib?

Andy wrote:
> 
> I was wondering if a new win32lib was ever going to be released again or if
> a new wxEuphoria is coming out.

wxEuphoria v0.10.0 should be out soon (hopefully within the next week or
so).  It's currently in beta:

http://wxeuphoria.sf.net

Matt

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

3. Re: Win32lib?

Matt Lewis wrote:
> wxEuphoria v0.10.0 should be out soon (hopefully within the next week or
> so).  It's currently in beta:
> Matt

Will it include documentation for wxHTML?

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

4. Re: Win32lib?

So I'm guessing win32lib is no longer being worked on the work has focused on
wxEuphoria. 0.10.0 sounds good, I should check the homepage

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

5. Re: Win32lib?

Jerry Story wrote:
> 
> Matt Lewis wrote:
> > wxEuphoria v0.10.0 should be out soon (hopefully within the next week or
> > so).  It's currently in beta:
> > Matt
> 
> Will it include documentation for wxHTML?

What sort of documentation are you looking for?  What do you want to do?
The routines are lightly documented, however, they're basically really
thin wrappers for the wxWidgets routines.  I'll try to fill that out a 
bit before release, but I also recommend taking a look at the wxWidgets
docs.

Matt

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

6. Re: Win32lib?

Andy wrote:
> 
> So I'm guessing win32lib is no longer being worked on the work has focused on
> wxEuphoria. 0.10.0 sounds good, I should check the homepage

They're two separate libraries, with different goals and code bases.  If 
you're interested in writing cross platform code, then you should look into
wxEuphoria.  If you're just interested in windows, then win32lib may be
a better choice for you.

Matt

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

7. Re: Win32lib?

Matt Lewis wrote:
> 
> Jerry Story wrote:
> > 
> > Matt Lewis wrote:
> > > wxEuphoria v0.10.0 should be out soon (hopefully within the next week or
> > > so).  It's currently in beta:
> > > Matt
> > 
> > Will it include documentation for wxHTML?
> 
> What sort of documentation are you looking for?  What do you want to do?
> The routines are lightly documented, however, they're basically really
> thin wrappers for the wxWidgets routines.  I'll try to fill that out a 
> bit before release, but I also recommend taking a look at the wxWidgets
> docs.
> 
> Matt

wxHTML used to be documented. But now it seems to be missing.
http://wxeuphoria.sourceforge.net/docs/index.htm
A search on 'wxhtml' finds it in the list of files but no documentation.

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

8. Re: Win32lib?

Jerry Story wrote:
> 
> 
> wxHTML used to be documented. But now it seems to be missing.
> http://wxeuphoria.sourceforge.net/docs/index.htm</a>
> A search on 'wxhtml' finds it in the list of files but no documentation.

Yes, it will be in the v0.10.0 docs.  The web docs are still v0.9.

Matt

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

9. Re: Win32lib?

Andy wrote:
> 
> So I'm guessing win32lib is no longer being worked on the work has focused on
> wxEuphoria. 0.10.0 sounds good, I should check the homepage

This statement is plainly wrong.

There has been a pause in the development of win32lib indeed. Last official
version dates back to september 2004. And Derek Parnell, the maintainer, has
been silent for a long time about any further release.

I have started modifying the lib a few months ago. Currently Derek is
also working on it, with even less spare time than I, and merging my (numerous)
mods with his own, which I have no idea of by the way. These modified 
packages have been referred to as "patch #67" on the list, since I dubbed 
this alpha incomplete version "0.60.C".

Working on it right now, still some bugs to fix. Then I'll send this to 
a list of testers, hoping that they'll spot bugs so that they can be removed.
Then Derek will release something soon hopefully, unless he decides to leave
that to someone else by sheer lack of time.

CChris 

By the way, as Matt already noted, win32lib is Windows only, and a little
aging. wxEuphoria is cross platform, and as a result is a kind of a lesser
common denominator. You'll have much less functionality in wxEumhoria, but
programs will run in linux/Unix environments. Your call, according to your
needs.

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

10. Re: Win32lib?

Well I was just wondering cause, Win32lib hasn't seen a new verison in a while.
Yeah I know wxEuphoria is better, but it isn't upto the win32lib yet. There
needs to be a little more windows funaclility to wxEuphoria before it is ready
for prime, sort-of-speak. Anyways both libs are good. And like you said it comes
down to your perosnla prefences. I also realize that I sumed up what you said
already.

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

11. Re: Win32lib?

Andy wrote:
> 
> Well I was just wondering cause, Win32lib hasn't seen a new verison in a
> while.
> Yeah I know wxEuphoria is better, but it isn't upto the win32lib yet. There
> needs to be a little more windows funaclility to wxEuphoria before it is ready
> for prime, sort-of-speak. Anyways both libs are good. And like you said it
> comes
> down to your perosnla prefences. I also realize that I sumed up what you said
> already.

Could you elaborate on what wxEuphoria is missing for you?

Matt

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

12. Re: Win32lib?

Well not all of the windows controls are there yet and some of the other stuff
that's in win32lib isn't in wxEuphoria yet as well. Anyways its still a good
library and I know it is being worked and still in development. I'm just waiting
for 0.10.0

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

13. Re: Win32lib?

Andy wrote:
> 
> Well not all of the windows controls are there yet and some of the other stuff
> that's in win32lib isn't in wxEuphoria yet as well. Anyways its still a good
> library and I know it is being worked and still in development. I'm just
> waiting
> for 0.10.0

Yeah, I know that all classes aren't wrapped.  However, unless people ask
for specific things, I'll just wrap whatever I want to wrap, and the things
you really want may not get done.

The best way to get the features you want is to ask me directly. :)

Take a look at
http://www.wxwidgets.org/manuals/stable/wx_classref.html#classref

...for a pretty comprehensive list of classes available in wxWidgets.

Matt

PS v0.10.0 should be released this weekend.

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

14. Re: Win32lib?

Thanks for a list of things wrapped, also so I'm guessing 0.10.0 is supposed
to get released tomorrow.

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

15. Re: Win32lib?

Andy wrote:
> 
> Thanks for a list of things wrapped, also so I'm guessing 0.10.0 is supposed
> to get released tomorrow.

OK, I think I'm not communicating. :)  The link I posted was a complete list
of things that wxWidgets does, not wxEuphoria.  If there are things on the
wxWidgets list that you need/want, it's possible that they won't be wrapped
unless you ask for them.  I tend to move user requests to high priority,
but if something doesn't look useful or interesting to me, it probably won't
get done.

Matt

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

16. Re: Win32lib?

Oh sorry, misread what you said, well when I need something I'll ask

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

Search



Quick Links

User menu

Not signed in.

Misc Menu