Thank a lot for this information, but th eproblem is that RAP doesn't implement StyledText for the moment. Perhaps We could provide a solution with SWT StyledText which will not work with RAP and a version with SWT Forms which provides Hyperlink.
Angelo 2011/12/2 Wim Jongman <[email protected]> > > > The big problem is that SWT doesn't manage Hyperlink. > > Maybe this snippet will help: > http://git.eclipse.org/c/platform/eclipse.platform.swt.git/tree/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet356.java > > Regards, > > Wim > > On Fri, Dec 2, 2011 at 2:15 PM, Angelo zerr <[email protected]> wrote: > >> Hi Wim, >> >> Thank a lot for your answer. >> >> 2011/12/2 Wim Jongman <[email protected]> >> >>> Hi Angelo, >>> >>> We are certainly interested. Nebula has been focusing on SWT and JFace >>> extensions and we can discuss if we want to include a "Runs with RAP" >>> certification. The forms extension depends on ui and core.runtime. I am not >>> sure what our stance is on eclipse dependencies. At least is should be made >>> optional or removed from the control code and moved to the implementation >>> level. >>> >> >> Yes I understand. I will create 2 classes PhotoControl (one without SWT >> Forms and another with only SWT). The big problem is that SWT doesn't >> manage Hyperlink. >> >>> >>> To be accepted in the Nebula project you are required to maintain the >>> controls. I expect that this is not a problem. >>> >> >> Yes I understand I will try to maintain controls. >> >> As soon as I have something, I will try to send you my controls. >> >> Regards Angelo >> >>> >>> Best regards, >>> >>> Wim >>> >>> >>> >>> On Fri, Dec 2, 2011 at 11:16 AM, Angelo zerr <[email protected]>wrote: >>> >>>> Hi Nebula Team, >>>> >>>> We are developping Eclipse RCP/RAP resume application >>>> http://xdocreport-rap.opensagres.cloudbees.net/xdocreport?startup=fr.opensagres.xdocreport.eclipse.ui.application >>>> and we have developped several custom control like : >>>> >>>> * PhotoControl (see PhotoControl.png screen attached) : this control >>>> gives you the capability to upload with "Change" button an image and >>>> display it. >>>> * PageableTable (see PageableTable.png screen attached) : this control >>>> gives you the capability to manage pagination links, display total item >>>> etc. By default this control works with SWT Table and Spring Data Pageable >>>> structure (used by services layer). >>>> This control is very modular and you can use it with another control >>>> (another Table implementation for instance) or another Pageable structure. >>>> >>>> Thoses controls must be improved but I would like knowif you are >>>> interested by thoses 2 controls. Thoses controls are linked to FormToolkit >>>> but I think we can change that (with and without FormToolkit) >>>> If you are interested I could split my code into several projects and >>>> name it with nebula package. >>>> >>>> Tell me if you are interested. >>>> >>>> Regards Angelo >>>> >>>> _______________________________________________ >>>> nebula-dev mailing list >>>> [email protected] >>>> https://dev.eclipse.org/mailman/listinfo/nebula-dev >>>> >>>> >>> >>> _______________________________________________ >>> nebula-dev mailing list >>> [email protected] >>> https://dev.eclipse.org/mailman/listinfo/nebula-dev >>> >>> >> >> _______________________________________________ >> nebula-dev mailing list >> [email protected] >> https://dev.eclipse.org/mailman/listinfo/nebula-dev >> >> > > _______________________________________________ > nebula-dev mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/nebula-dev > >
_______________________________________________ nebula-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/nebula-dev
