Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Info on PR 1GDQAVN


Which platform is the problem on?  Have you tried the latest SWT from HEAD to see if the problem has already been fixed?  Sounds like you've already searched Bugzilla.



Hubert Rabago <hrabago@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

11/03/2004 06:11 PM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
Re: [platform-swt-dev] Info on PR 1GDQAVN





Thanks, I've been meaning to.  Unfortunately, I haven't been able to
spend time to find a way to describe how to recreate the bug.

The way our app is set up, you can launch it with hardcoded data (for
UI playing) or actual live-from-the-db data.  The bug only seems to
happen when we have live data, but not when using hardcoded data.
Now, the data is just passed to the window containing the controls, so
how the data is produced shouldn't affect how the UI is set
up/configured.

So if I open a bug report now, it'll just say "StyledText copy()
doesn't work - sometimes".  If it was *my* user filing that bug
report, it'd be understandable.  But to get a bug report like that
from a developer?  Unforgivable and totally credibility-destroying,
don't you think?  :)

One thing that may or may not matter is, the window we're getting this
error from contains about two dozen or more StyledText, all used as
static albeit styled text displays.  We call "setEditable(false)" on
all of them.  Not sure if this somehow affects it.

If this is enough for me to file a bug report with, lemme know and
I'll open one.

thanks,
Hubert

On Wed, 3 Nov 2004 17:03:34 -0500, Steve Northover
<steve_northover@xxxxxxxxxx> wrote:
>
> Is there a Bugzilla report that captures the issue?  If not, please enter
> one.  Thanks.
>
>
>
>
> Hubert Rabago <hrabago@xxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
>
> 11/03/2004 04:44 PM
>
> Please respond to
> platform-swt-dev
>
>
> Toplatform-swt-dev@xxxxxxxxxxx
>
> cc
>
> SubjectRe: [platform-swt-dev] Info on PR 1GDQAVN
>
>
>
>
>
>
>
>
>
>
>
> I figured as much.
> Thanks.  And yes, if the text for the issue is available somewhere,
> that might help (though I'm not entirely sure).
>
> I'm trying to figure out why the copy() command on my StyledText
> controls aren't working.  They're getting the
> ERROR_CANNOT_SET_CLIPBOARD error, and not in the manner of usage
> described in bug 17578.
>
> Right now, I subclassed StyledText and I'm using AWT's clipboard copy
> functionality to support copy operations.  Our users have been
> complaining about this issue for several weeks now, and if I can't
> find out why, we'll have to go with the AWT hack.
>
> Hubert
>
> On Wed, 3 Nov 2004 16:09:28 -0500, Mike Wilson <mike_wilson@xxxxxxxxxx>
> wrote:
> > That's a bug number from the bug system OTI used back in the days before
> > we switched to bugzilla. We only pushed the bugs that were still open into
> > bugzilla, so given that that one isn't in there (I checked), in theory at
> > least, it was already fixed. I doubt I can find the text for it now, but
> > I'll take a look.
> >
> > McQ.
> >
> > Hubert Rabago <hrabago@xxxxxxxxx>
> > Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> > 11/03/04 15:11
> > Please respond to
> > platform-swt-dev
> >
> > To
> > platform-swt-dev@xxxxxxxxxxx
> > cc
> >
> > Subject
> > [platform-swt-dev] Info on PR 1GDQAVN
> >
> >
> >
> >
> > Hi Folks,
> >
> > Where can I get info on "PR 1GDQAVN"?  I've been trying to find info
> > on this but I don't know what it is or where to look.  I used the
> > search on eclipse.org and didn't get anything (nothing on just "pr" as
> > well).  I googled it and all I found where release notes.
> >
> > Thanks in advance,
> >
> > Hubert
> > _______________________________________________
> > platform-swt-dev mailing list
> > platform-swt-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> >
> > _______________________________________________
> > platform-swt-dev mailing list
> > platform-swt-dev@xxxxxxxxxxx
> > http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> >
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top