Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » ProgressBar SWT
ProgressBar SWT [message #446896] Mon, 06 December 2004 10:48 Go to next message
Michael Henninghaus is currently offline Michael HenninghausFriend
Messages: 4
Registered: July 2009
Junior Member
I have the following Question:
Is it possible to deactivate the DefaultBorder being drawn around a
ProgressBar-Widget ??
I want to integrate a ProgessBar into an other Widget, but the Default
BORDER_Style disturbes.

Thanks a lot !

Michael
Re: ProgressBar SWT [message #446925 is a reply to message #446896] Mon, 06 December 2004 14:44 Go to previous messageGo to next message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
Hi Michael,

The ProgressBar's frame cannot be hidden. However this seems like an
unusual request, because without the frame the x-position of the
ProgressBar's 100% value would not be clear, so its usefulness for showing
the completed percentage would be compromised. Are you sure this is what
you want to do? Or is the widget that it's being put into making up for
this (eg.- providing its own frame around the ProgressBar)?

Grant

"Michael Henninghaus" <mhe@datus.com> wrote in message
news:cp1dd8$7c2$1@www.eclipse.org...
> I have the following Question:
> Is it possible to deactivate the DefaultBorder being drawn around a
> ProgressBar-Widget ??
> I want to integrate a ProgessBar into an other Widget, but the Default
> BORDER_Style disturbes.
>
> Thanks a lot !
>
> Michael
>
>
Re: ProgressBar SWT [message #446927 is a reply to message #446925] Mon, 06 December 2004 15:00 Go to previous messageGo to next message
Michael Henninghaus is currently offline Michael HenninghausFriend
Messages: 4
Registered: July 2009
Junior Member
Grant Gayed schrieb:
> Hi Michael,
>
> The ProgressBar's frame cannot be hidden. However this seems like an
> unusual request, because without the frame the x-position of the
> ProgressBar's 100% value would not be clear, so its usefulness for showing
> the completed percentage would be compromised. Are you sure this is what
> you want to do? Or is the widget that it's being put into making up for
> this (eg.- providing its own frame around the ProgressBar)?
>
> Grant
>
> "Michael Henninghaus" <mhe@datus.com> wrote in message
> news:cp1dd8$7c2$1@www.eclipse.org...
>
>>I have the following Question:
>>Is it possible to deactivate the DefaultBorder being drawn around a
>>ProgressBar-Widget ??
>>I want to integrate a ProgessBar into an other Widget, but the Default
>>BORDER_Style disturbes.
>>
>>Thanks a lot !
>>
>>Michael
>>
>>
>
>
>
Thanks Grant !
What i want is the following:
Creating a SWT.Group with the groupsFrame and a specific Text.
In this Group I want to implement the ProgressBar as a child, without an
own Frame !!

To reach this goal i want to deactivate the ProgressBar´-Frame.
With best regards

Michael
Re: ProgressBar SWT [message #446944 is a reply to message #446927] Mon, 06 December 2004 22:54 Go to previous message
Grant Gayed is currently offline Grant GayedFriend
Messages: 2150
Registered: July 2009
Senior Member
ok, I see. At the moment there's no way to make the frame not show, so you
can log a Feature Request with Platform - SWT for this if you wish (
https://bugs.eclipse.org/bugs/ ). I'm not sure if the platforms natively
support this though.

Grant

"Michael Henninghaus" <mhe@datus.com> wrote in message
news:cp1s6q$dgg$1@www.eclipse.org...
> Grant Gayed schrieb:
> > Hi Michael,
> >
> > The ProgressBar's frame cannot be hidden. However this seems like an
> > unusual request, because without the frame the x-position of the
> > ProgressBar's 100% value would not be clear, so its usefulness for
showing
> > the completed percentage would be compromised. Are you sure this is
what
> > you want to do? Or is the widget that it's being put into making up for
> > this (eg.- providing its own frame around the ProgressBar)?
> >
> > Grant
> >
> > "Michael Henninghaus" <mhe@datus.com> wrote in message
> > news:cp1dd8$7c2$1@www.eclipse.org...
> >
> >>I have the following Question:
> >>Is it possible to deactivate the DefaultBorder being drawn around a
> >>ProgressBar-Widget ??
> >>I want to integrate a ProgessBar into an other Widget, but the Default
> >>BORDER_Style disturbes.
> >>
> >>Thanks a lot !
> >>
> >>Michael
> >>
> >>
> >
> >
> >
> Thanks Grant !
> What i want is the following:
> Creating a SWT.Group with the groupsFrame and a specific Text.
> In this Group I want to implement the ProgressBar as a child, without an
> own Frame !!
>
> To reach this goal i want to deactivate the ProgressBar
Previous Topic:CCombo redraws slightly not wide enough for all items
Next Topic:Distributing as an Executable JAR File
Goto Forum:
  


Current Time: Fri Mar 29 13:21:04 GMT 2024

Powered by FUDForum. Page generated in 0.02235 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top