Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] New widget proposal questions

Hello,

Good to hear that :-) I'll be preparing bug report within few days, as I'm currently very busy rolling out first beta of my application.

I do have one native code dependency (at this moment it's handled by JNA) - it's DrawShadowText method from comctl32.dll which is used in Vista skin, other then that, everything is drawn using standard graphics GC.

If everything move smooth, I can also share AeroStatus (status bar just like in vista with progress image for showing indeterminate state), but this one is a bit tricky because it uses methods from OS class (windows) that would have to be somehow replaced.

Regards,
Lukasz Milewski

On Tue, Jan 5, 2010 at 16:36, Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
2010/1/4 Łukasz Milewski <lukasz.milewski@xxxxxxxxx>:
> Hello Nebula developers,
> For some time now I have been working on few custom drawn widgets, and in
> one case, I would like to share it with community.

Cool widgets! The first step to contribute is to file a bug and attach
the source:
   https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Nebula

After that, the Nebula committers will create the proper IPZilla entry
and the code will go under a short legal review.

After that, the Nebula committers can elect you as a committer if you
agree to maintain the widgets at the Nebula project.

Cheers,

--
Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top