From: Tony R. <re...@al...> - 2009-10-15 20:15:46
|
I just wanted to check up on what everyone was doing. Is there any work on the API or the docs? I was hoping that by the end of the year we would have the basic API done and the initial core module. I've been getting closer to the end of the PackMan C++/wxWidgets port ( packman2extended <https://sourceforge.net/projects/packman2/>). With the latest SVN, it should be able to handle all of the functionality of the current Delphi version of PackMan. I still have to add in the extended features like the pre- and post- batch file execution and the SQLite database. It probably would be useful to have some people test it out for bugs. -Tony |
From: Nuklear Z. <nuk...@gm...> - 2009-10-17 05:12:10
|
i have been using a partially corrupted os for a few months because i was too lazy to fix it and i had lost the installer disk. (so i was in the middle of making a new one, sort of) so that has made some things harder to do. i finally got so sick of it i am now working on reinstalling. i found the mainboard i bought does not work, so i am trying to flash the bios and hope that it was just corrupt, so i will hopefully find out by tomarrow if i just lost 80 bucks or not. i have most of the text editor related api done, i still have the automated text manipulation api to look at (macros) and i just got a notebook class working mostly. it defaults to creating new documents for the single XSTC instance inside of it, but you can pass another window too. i fixed the events in erans Notebook class from codelite 1 and made a wrapper for it to deal with automatic switching the editor parent and stuff. needs some work, but the basics work, so i can figure out how to make a good notebook api that will work with both this style and the traditional style notebook windowing approaches. i have not messed with the dialog issue any more and i have yet to get around to the code completion. hopefully by tomarrow night i will have a fresh new ssytem running that will give me a stable dev to work with. Nuklear On Thu, Oct 15, 2009 at 4:15 PM, Tony Reina <re...@al...> wrote: > I just wanted to check up on what everyone was doing. Is there any work on > the API or the docs? I was hoping that by the end of the year we would have > the basic API done and the initial core module. > > I've been getting closer to the end of the PackMan C++/wxWidgets port ( > packman2extended <https://sourceforge.net/projects/packman2/>). With the > latest SVN, it should be able to handle all of the functionality of the > current Delphi version of PackMan. I still have to add in the extended > features like the pre- and post- batch file execution and the SQLite > database. It probably would be useful to have some people test it out for > bugs. > > -Tony > > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |
From: M N. <m.n...@wa...> - 2009-10-17 08:18:37
|
On Thu, Oct 15, 2009 at 10:15 PM, Tony Reina <re...@al...> wrote: > I just wanted to check up on what everyone was doing. Is there any work on > the API or the docs? I was hoping that by the end of the year we would have > the basic API done and the initial core module. > > I've been getting closer to the end of the PackMan C++/wxWidgets port ( > packman2extended <https://sourceforge.net/projects/packman2/>). With the > latest SVN, it should be able to handle all of the functionality of the > current Delphi version of PackMan. I still have to add in the extended > features like the pre- and post- batch file execution and the SQLite > database. It probably would be useful to have some people test it out for > bugs. > > Unfortunately I haven't had any time to do anything. Not even on my own projects. Doubly unfortunate, for me in any case, is that my contract is ending shortly and the company has had a few setbacks so it looks as though I won't get a new contract. This is of course good news for my projects, wxdevide and wxdevcpp included, since it means that I might actually get around to doing the things I wanted to do or in any case am able to do on them too. Not too sure where I can best help, since you are all far better programmers than I, but I think I might concentrate on getting the internationalization and themes working (once Nuklear has the scintilla bit done) since this is probably the least code intensive part (obviously we would want to allow the user to reuse his own theme if possible). Best Mal |
From: Tony R. <re...@al...> - 2009-10-17 15:49:33
|
> > > Not too sure where I can best help, since you are all far better > programmers than I, but I think I might concentrate on getting the > internationalization and themes working (once Nuklear has the scintilla bit > done) since this is probably the least code intensive part (obviously we > would want to allow the user to reuse his own theme if possible). > > > With your knowledge of devpaks, I could definitely use you for the packman2extended and packmaker2extended development. The programs are already written and working, but we could use a fresh set of eyes to work through potential bugs and usability issues. If you have time, please think of it. -Tony |
From: M N. <m.n...@wa...> - 2009-10-17 16:56:29
|
On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: > >> Not too sure where I can best help, since you are all far better >> programmers than I, but I think I might concentrate on getting the >> internationalization and themes working (once Nuklear has the scintilla bit >> done) since this is probably the least code intensive part (obviously we >> would want to allow the user to reuse his own theme if possible). >> >> >> > With your knowledge of devpaks, I could definitely use you for the > packman2extended and packmaker2extended development. The programs are > already written and working, but we could use a fresh set of eyes to work > through potential bugs and usability issues. If you have time, please think > of it. > Will look into it as time allows. Regards Mal |
From: Nuklear Z. <nuk...@gm...> - 2009-10-18 04:21:10
|
got my old machine up and running with a new xp installation, helps to find the installer disk. will need to ask an expert to program me a new bios for the new mainboard, too bad. i'll get back on the api stuff now that i have the theoretical issues worked out with the notebook. it should not be hard to work on the remaining api's and i can get a first draft on the wiki and fine tune things later. Nuklear On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: > > > On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: > >> >>> Not too sure where I can best help, since you are all far better >>> programmers than I, but I think I might concentrate on getting the >>> internationalization and themes working (once Nuklear has the scintilla bit >>> done) since this is probably the least code intensive part (obviously we >>> would want to allow the user to reuse his own theme if possible). >>> >>> >>> >> With your knowledge of devpaks, I could definitely use you for the >> packman2extended and packmaker2extended development. The programs are >> already written and working, but we could use a fresh set of eyes to work >> through potential bugs and usability issues. If you have time, please think >> of it. >> > > > Will look into it as time allows. > > Regards > Mal > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |
From: Tony R. <re...@al...> - 2009-10-18 04:40:19
|
Awesome. Can't wait to start playing with the code. -Tony On Sat, Oct 17, 2009 at 9:20 PM, Nuklear Zelph <nuk...@gm...>wrote: > got my old machine up and running with a new xp installation, helps to find > the installer disk. will need to ask an expert to program me a new bios for > the new mainboard, too bad. > > i'll get back on the api stuff now that i have the theoretical issues > worked out with the notebook. it should not be hard to work on the remaining > api's and i can get a first draft on the wiki and fine tune things later. > > Nuklear > > On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: > >> >> >> On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: >> >>> >>>> Not too sure where I can best help, since you are all far better >>>> programmers than I, but I think I might concentrate on getting the >>>> internationalization and themes working (once Nuklear has the scintilla bit >>>> done) since this is probably the least code intensive part (obviously we >>>> would want to allow the user to reuse his own theme if possible). >>>> >>>> >>>> >>> With your knowledge of devpaks, I could definitely use you for the >>> packman2extended and packmaker2extended development. The programs are >>> already written and working, but we could use a fresh set of eyes to work >>> through potential bugs and usability issues. If you have time, please think >>> of it. >>> >> >> >> Will look into it as time allows. >> >> Regards >> Mal >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Wxdevide-devs mailing list >> Wxd...@li... >> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >> >> > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |
From: Nuklear Z. <nuk...@gm...> - 2009-10-18 22:47:12
|
i have the current api on the editorapi page in trac now. Nuklear On Sat, Oct 17, 2009 at 9:40 PM, Tony Reina <re...@al...> wrote: > Awesome. Can't wait to start playing with the code. > > -Tony > > > > On Sat, Oct 17, 2009 at 9:20 PM, Nuklear Zelph <nuk...@gm...>wrote: > >> got my old machine up and running with a new xp installation, helps to >> find the installer disk. will need to ask an expert to program me a new bios >> for the new mainboard, too bad. >> >> i'll get back on the api stuff now that i have the theoretical issues >> worked out with the notebook. it should not be hard to work on the remaining >> api's and i can get a first draft on the wiki and fine tune things later. >> >> Nuklear >> >> On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: >> >>> >>> >>> On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: >>> >>>> >>>>> Not too sure where I can best help, since you are all far better >>>>> programmers than I, but I think I might concentrate on getting the >>>>> internationalization and themes working (once Nuklear has the scintilla bit >>>>> done) since this is probably the least code intensive part (obviously we >>>>> would want to allow the user to reuse his own theme if possible). >>>>> >>>>> >>>>> >>>> With your knowledge of devpaks, I could definitely use you for the >>>> packman2extended and packmaker2extended development. The programs are >>>> already written and working, but we could use a fresh set of eyes to work >>>> through potential bugs and usability issues. If you have time, please think >>>> of it. >>>> >>> >>> >>> Will look into it as time allows. >>> >>> Regards >>> Mal >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Wxdevide-devs mailing list >>> Wxd...@li... >>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Wxdevide-devs mailing list >> Wxd...@li... >> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >> >> > |
From: Tony R. <re...@al...> - 2009-10-19 00:31:55
|
Can you provide the url? -Tony On Sun, Oct 18, 2009 at 3:46 PM, Nuklear Zelph <nuk...@gm...>wrote: > i have the current api on the editorapi page in trac now. > > Nuklear > > > On Sat, Oct 17, 2009 at 9:40 PM, Tony Reina <re...@al...> wrote: > >> Awesome. Can't wait to start playing with the code. >> >> -Tony >> >> >> >> On Sat, Oct 17, 2009 at 9:20 PM, Nuklear Zelph <nuk...@gm...>wrote: >> >>> got my old machine up and running with a new xp installation, helps to >>> find the installer disk. will need to ask an expert to program me a new bios >>> for the new mainboard, too bad. >>> >>> i'll get back on the api stuff now that i have the theoretical issues >>> worked out with the notebook. it should not be hard to work on the remaining >>> api's and i can get a first draft on the wiki and fine tune things later. >>> >>> Nuklear >>> >>> On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: >>> >>>> >>>> >>>> On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: >>>> >>>>> >>>>>> Not too sure where I can best help, since you are all far better >>>>>> programmers than I, but I think I might concentrate on getting the >>>>>> internationalization and themes working (once Nuklear has the scintilla bit >>>>>> done) since this is probably the least code intensive part (obviously we >>>>>> would want to allow the user to reuse his own theme if possible). >>>>>> >>>>>> >>>>>> >>>>> With your knowledge of devpaks, I could definitely use you for the >>>>> packman2extended and packmaker2extended development. The programs are >>>>> already written and working, but we could use a fresh set of eyes to work >>>>> through potential bugs and usability issues. If you have time, please think >>>>> of it. >>>>> >>>> >>>> >>>> Will look into it as time allows. >>>> >>>> Regards >>>> Mal >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>> http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> Wxdevide-devs mailing list >>>> Wxd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>>> >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Wxdevide-devs mailing list >>> Wxd...@li... >>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>> >>> >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |
From: Nuklear Z. <nuk...@gm...> - 2009-10-19 01:08:51
|
http://sourceforge.net/apps/trac/wxdevide/wiki/EditorApi Nuklear On Sun, Oct 18, 2009 at 5:25 PM, Tony Reina <re...@al...> wrote: > Can you provide the url? > > -Tony > > > > On Sun, Oct 18, 2009 at 3:46 PM, Nuklear Zelph <nuk...@gm...>wrote: > >> i have the current api on the editorapi page in trac now. >> >> Nuklear >> >> >> On Sat, Oct 17, 2009 at 9:40 PM, Tony Reina <re...@al...> wrote: >> >>> Awesome. Can't wait to start playing with the code. >>> >>> -Tony >>> >>> >>> >>> On Sat, Oct 17, 2009 at 9:20 PM, Nuklear Zelph <nuk...@gm...>wrote: >>> >>>> got my old machine up and running with a new xp installation, helps to >>>> find the installer disk. will need to ask an expert to program me a new bios >>>> for the new mainboard, too bad. >>>> >>>> i'll get back on the api stuff now that i have the theoretical issues >>>> worked out with the notebook. it should not be hard to work on the remaining >>>> api's and i can get a first draft on the wiki and fine tune things later. >>>> >>>> Nuklear >>>> >>>> On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: >>>> >>>>> >>>>> >>>>> On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...> wrote: >>>>> >>>>>> >>>>>>> Not too sure where I can best help, since you are all far better >>>>>>> programmers than I, but I think I might concentrate on getting the >>>>>>> internationalization and themes working (once Nuklear has the scintilla bit >>>>>>> done) since this is probably the least code intensive part (obviously we >>>>>>> would want to allow the user to reuse his own theme if possible). >>>>>>> >>>>>>> >>>>>>> >>>>>> With your knowledge of devpaks, I could definitely use you for the >>>>>> packman2extended and packmaker2extended development. The programs are >>>>>> already written and working, but we could use a fresh set of eyes to work >>>>>> through potential bugs and usability issues. If you have time, please think >>>>>> of it. >>>>>> >>>>> >>>>> >>>>> Will look into it as time allows. >>>>> >>>>> Regards >>>>> Mal >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>>> is the only developer event you need to attend this year. Jumpstart >>>>> your >>>>> developing skills, take BlackBerry mobile applications to market and >>>>> stay >>>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>>> http://p.sf.net/sfu/devconference >>>>> _______________________________________________ >>>>> Wxdevide-devs mailing list >>>>> Wxd...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>>>> >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>> is the only developer event you need to attend this year. Jumpstart your >>>> developing skills, take BlackBerry mobile applications to market and >>>> stay >>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>> http://p.sf.net/sfu/devconference >>>> _______________________________________________ >>>> Wxdevide-devs mailing list >>>> Wxd...@li... >>>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>>> >>>> >>> >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >> http://p.sf.net/sfu/devconference >> _______________________________________________ >> Wxdevide-devs mailing list >> Wxd...@li... >> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >> >> > |
From: Tony R. <re...@al...> - 2009-10-19 02:18:06
|
Ok. You probably want to link this page to Esteban's wiki page ( http://sourceforge.net/apps/trac/wxdevide/wiki/APIdocs). Otherwise, there might be two sets of (different) API docs. -Tony On Sun, Oct 18, 2009 at 6:08 PM, Nuklear Zelph <nuk...@gm...>wrote: > http://sourceforge.net/apps/trac/wxdevide/wiki/EditorApi > > Nuklear > > > On Sun, Oct 18, 2009 at 5:25 PM, Tony Reina <re...@al...> wrote: > >> Can you provide the url? >> >> -Tony >> >> >> >> On Sun, Oct 18, 2009 at 3:46 PM, Nuklear Zelph <nuk...@gm...>wrote: >> >>> i have the current api on the editorapi page in trac now. >>> >>> Nuklear >>> >>> >>> On Sat, Oct 17, 2009 at 9:40 PM, Tony Reina <re...@al...> wrote: >>> >>>> Awesome. Can't wait to start playing with the code. >>>> >>>> -Tony >>>> >>>> >>>> >>>> On Sat, Oct 17, 2009 at 9:20 PM, Nuklear Zelph <nuk...@gm...>wrote: >>>> >>>>> got my old machine up and running with a new xp installation, helps to >>>>> find the installer disk. will need to ask an expert to program me a new bios >>>>> for the new mainboard, too bad. >>>>> >>>>> i'll get back on the api stuff now that i have the theoretical issues >>>>> worked out with the notebook. it should not be hard to work on the remaining >>>>> api's and i can get a first draft on the wiki and fine tune things later. >>>>> >>>>> Nuklear >>>>> >>>>> On Sat, Oct 17, 2009 at 9:56 AM, M Nealon <m.n...@wa...> wrote: >>>>> >>>>>> >>>>>> >>>>>> On Sat, Oct 17, 2009 at 5:49 PM, Tony Reina <re...@al...>wrote: >>>>>> >>>>>>> >>>>>>>> Not too sure where I can best help, since you are all far better >>>>>>>> programmers than I, but I think I might concentrate on getting the >>>>>>>> internationalization and themes working (once Nuklear has the scintilla bit >>>>>>>> done) since this is probably the least code intensive part (obviously we >>>>>>>> would want to allow the user to reuse his own theme if possible). >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> With your knowledge of devpaks, I could definitely use you for the >>>>>>> packman2extended and packmaker2extended development. The programs are >>>>>>> already written and working, but we could use a fresh set of eyes to work >>>>>>> through potential bugs and usability issues. If you have time, please think >>>>>>> of it. >>>>>>> >>>>>> >>>>>> >>>>>> Will look into it as time allows. >>>>>> >>>>>> Regards >>>>>> Mal >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>>>> is the only developer event you need to attend this year. Jumpstart >>>>>> your >>>>>> developing skills, take BlackBerry mobile applications to market and >>>>>> stay >>>>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>>>> http://p.sf.net/sfu/devconference >>>>>> _______________________________________________ >>>>>> Wxdevide-devs mailing list >>>>>> Wxd...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>>>> is the only developer event you need to attend this year. Jumpstart >>>>> your >>>>> developing skills, take BlackBerry mobile applications to market and >>>>> stay >>>>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>>>> http://p.sf.net/sfu/devconference >>>>> _______________________________________________ >>>>> Wxdevide-devs mailing list >>>>> Wxd...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>>>> >>>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Come build with us! The BlackBerry(R) Developer Conference in SF, CA >>> is the only developer event you need to attend this year. Jumpstart your >>> developing skills, take BlackBerry mobile applications to market and stay >>> ahead of the curve. Join us from November 9 - 12, 2009. Register now! >>> http://p.sf.net/sfu/devconference >>> _______________________________________________ >>> Wxdevide-devs mailing list >>> Wxd...@li... >>> https://lists.sourceforge.net/lists/listinfo/wxdevide-devs >>> >>> >> > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Wxdevide-devs mailing list > Wxd...@li... > https://lists.sourceforge.net/lists/listinfo/wxdevide-devs > > |