eigenfunction | 10 Feb 11:38
Picon
Favicon

wxerlang

Is there any comprehensive tutorial out there about wxerlang? Or do i
have to go the wxWidget route?
The only thing i could find is http://wxerlang.dougedmunds.com .
Any idea?
Dan Gudmundsson | 10 Feb 12:30
Favicon
Gravatar

Re: wxerlang

Not that I know of, I think the best thing is to read code.

I'm still learning how to use wx (and still finding bugs in unused
code), but it's getting better.
So take a look at the observer code, which is the best usage of wx I
have written so far.
I havn't looked at wx code outside of OTP so I don't know if there are
other good code examples out there.

But otherwise you will have to google wxwidgets and read their docs/tutorials.

/Dan

On Fri, Feb 10, 2012 at 11:38 AM, eigenfunction <emeka_1978 <at> yahoo.com> wrote:
> Is there any comprehensive tutorial out there about wxerlang? Or do i
> have to go the wxWidget route?
> The only thing i could find is http://wxerlang.dougedmunds.com .
> Any idea?
> _______________________________________________
> erlang-questions mailing list
> erlang-questions <at> erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
eigenfunction | 10 Feb 13:30
Picon
Favicon

Re: wxerlang

Thanks, i am going to check that out.

On 10 Feb., 12:30, Dan Gudmundsson <d...@erlang.org> wrote:
> Not that I know of, I think the best thing is to read code.
>
> I'm still learning how to use wx (and still finding bugs in unused
> code), but it's getting better.
> So take a look at the observer code, which is the best usage of wx I
> have written so far.
> I havn't looked at wx code outside of OTP so I don't know if there are
> other good code examples out there.
>
> But otherwise you will have to google wxwidgets and read their docs/tutorials.
>
> /Dan
>
> On Fri, Feb 10, 2012 at 11:38 AM, eigenfunction <emeka_1...@yahoo.com> wrote:
> > Is there any comprehensive tutorial out there about wxerlang? Or do i
> > have to go the wxWidget route?
> > The only thing i could find ishttp://wxerlang.dougedmunds.com.
> > Any idea?
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questi...@erlang.org
> >http://erlang.org/mailman/listinfo/erlang-questions
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.orghttp://erlang.org/mailman/listinfo/erlang-questions
(Continue reading)

Wes James | 10 Feb 16:09
Picon
Gravatar

Re: wxerlang

On Fri, Feb 10, 2012 at 3:38 AM, eigenfunction <emeka_1978 <at> yahoo.com> wrote:
> Is there any comprehensive tutorial out there about wxerlang? Or do i
> have to go the wxWidget route?
> The only thing i could find is http://wxerlang.dougedmunds.com .
> Any idea?

You may want to run wx:demo() to see examples and also look at the
code for the demo.

-wes
eigenfunction | 11 Feb 00:07
Picon
Favicon

Re: wxerlang

WOW, wx:demo() has a lot of stuffs. That's exactly what i was looking
for. Thanks lot.

On Feb 10, 4:09 pm, Wes James <compte...@gmail.com> wrote:
> On Fri, Feb 10, 2012 at 3:38 AM, eigenfunction <emeka_1...@yahoo.com> wrote:
> > Is there any comprehensive tutorial out there about wxerlang? Or do i
> > have to go the wxWidget route?
> > The only thing i could find ishttp://wxerlang.dougedmunds.com.
> > Any idea?
>
> You may want to run wx:demo() to see examples and also look at the
> code for the demo.
>
> -wes
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.orghttp://erlang.org/mailman/listinfo/erlang-questions
Gianfranco Alongi | 14 Feb 21:53
Picon
Gravatar

Re: wxerlang

I just thought I would throw this out there
https://github.com/Gianfrancoalongi/wx-graphics
 this was mainly worked on during the long tube rides in London
between work and home.

So take it for what it is.
The idea was to make a lib for using WX to develop sprite based rpg-games.

I had it lying around on my drive and thought it could inspire someone.

/G

On Sat, Feb 11, 2012 at 12:07 AM, eigenfunction <emeka_1978 <at> yahoo.com> wrote:
> WOW, wx:demo() has a lot of stuffs. That's exactly what i was looking
> for. Thanks lot.
>
> On Feb 10, 4:09 pm, Wes James <compte...@gmail.com> wrote:
>> On Fri, Feb 10, 2012 at 3:38 AM, eigenfunction <emeka_1...@yahoo.com> wrote:
>> > Is there any comprehensive tutorial out there about wxerlang? Or do i
>> > have to go the wxWidget route?
>> > The only thing i could find ishttp://wxerlang.dougedmunds.com.
>> > Any idea?
>>
>> You may want to run wx:demo() to see examples and also look at the
>> code for the demo.
>>
>> -wes
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questi...@erlang.orghttp://erlang.org/mailman/listinfo/erlang-questions
(Continue reading)


Gmane