Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » swt OleClientSite and excel problem
swt OleClientSite and excel problem [message #371862] Sun, 20 July 2003 21:31 Go to next message
Eclipse UserFriend
Originally posted by: kkidd.163.com

1.I open a excel using ms-excel.
2.I open a excel using OleClientSite.

only one excel window can be edit(excel 2),the excel 1 cant be edit

I am using swt-2.1-win32.
the ApplicationWindow have some problems if i use swt-2.1.1-win32.

(i am poor in english,can you understand my question)
Re: swt OleClientSite and excel problem [message #371916 is a reply to message #371862] Wed, 23 July 2003 13:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: veronika_irvine.oti.com

I just tried this on Windows XP with Eclipse 2.1.0 build 200306051737.

If I open an excel file in Eclipse first and then open Excel externally,
everything is fine. But if I open Excel externally first and then open
Excel within Eclipse I get the error:

-2147417846 (8001010A) The message
filter indicated that the application is busy.

Please enter a bug report against Platform SWT.

"kkidd" <kkidd@163.com> wrote in message news:bfffqc$9j5$1@eclipse.org...
> 1.I open a excel using ms-excel.
> 2.I open a excel using OleClientSite.
>
> only one excel window can be edit(excel 2),the excel 1 cant be edit
>
> I am using swt-2.1-win32.
> the ApplicationWindow have some problems if i use swt-2.1.1-win32.
>
> (i am poor in english,can you understand my question)
>
>
OleClientSite Excel questions [message #393802 is a reply to message #371862] Mon, 01 December 2003 00:14 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

When I open an Excel sheet using OleClientSite, I notice that

1. The 'Save' Button is always disabled, despite changes
2. The scroll bar of excel spread sheet cannot be seen

Can anyone throw light on why it is so,

thanks in advance,
Rahul.
Re: OleClientSite Excel questions [message #393960 is a reply to message #393802] Wed, 03 December 2003 08:57 Go to previous messageGo to next message
Eclipse UserFriend
1. In VB I think the following would work:
Application.CommandBars("Standard").Controls("Save").Enabled = true

When I get a moment, I will try this and post what it would like in SWT.

2. There was a fix - see OleClientSite.QueryInterface support for
iOleDocumentSite. However, the fix had bad side effects which I have not
yet worked around. See:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=35493


"Rahul Gudla" <rush2rahul@hotmail.com> wrote in message
news:bqeiei$4k3$1@eclipse.org...
> Hi,
>
> When I open an Excel sheet using OleClientSite, I notice that
>
> 1. The 'Save' Button is always disabled, despite changes
> 2. The scroll bar of excel spread sheet cannot be seen
>
> Can anyone throw light on why it is so,
>
> thanks in advance,
> Rahul.
>
Re: OleClientSite Excel questions [message #395591 is a reply to message #393960] Fri, 05 December 2003 07:37 Go to previous messageGo to next message
Eclipse UserFriend
Thx, I have another question (I have looked up the bug CVS without success):

When I open a .xls file in OleFrame, I do not see the row or column
headers. When I drag the same file into IE6, I see that the document
opens up as it does in Excel with all the headers.

Shall I raise it as a bug?

thx
Rahul.

Veronika Irvine wrote:
> 1. In VB I think the following would work:
> Application.CommandBars("Standard").Controls("Save").Enabled = true
>
> When I get a moment, I will try this and post what it would like in SWT.
>
> 2. There was a fix - see OleClientSite.QueryInterface support for
> iOleDocumentSite. However, the fix had bad side effects which I have not
> yet worked around. See:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=35493
>
>
> "Rahul Gudla" <rush2rahul@hotmail.com> wrote in message
> news:bqeiei$4k3$1@eclipse.org...
>
>>Hi,
>>
>>When I open an Excel sheet using OleClientSite, I notice that
>>
>>1. The 'Save' Button is always disabled, despite changes
>>2. The scroll bar of excel spread sheet cannot be seen
>>
>>Can anyone throw light on why it is so,
>>
>>thanks in advance,
>>Rahul.
>>
>
>
>
Re: OleClientSite Excel questions [message #397432 is a reply to message #395591] Wed, 10 December 2003 09:10 Go to previous message
Eclipse UserFriend
Please enter a bug report.

"Rahul Gudla" <rush2rahul@hotmail.com> wrote in message
news:bqpts9$3fd$1@eclipse.org...
> Thx, I have another question (I have looked up the bug CVS without
success):
>
> When I open a .xls file in OleFrame, I do not see the row or column
> headers. When I drag the same file into IE6, I see that the document
> opens up as it does in Excel with all the headers.
>
> Shall I raise it as a bug?
>
> thx
> Rahul.
>
> Veronika Irvine wrote:
> > 1. In VB I think the following would work:
> > Application.CommandBars("Standard").Controls("Save").Enabled = true
> >
> > When I get a moment, I will try this and post what it would like in SWT.
> >
> > 2. There was a fix - see OleClientSite.QueryInterface support for
> > iOleDocumentSite. However, the fix had bad side effects which I have
not
> > yet worked around. See:
> >
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=35493
> >
> >
> > "Rahul Gudla" <rush2rahul@hotmail.com> wrote in message
> > news:bqeiei$4k3$1@eclipse.org...
> >
> >>Hi,
> >>
> >>When I open an Excel sheet using OleClientSite, I notice that
> >>
> >>1. The 'Save' Button is always disabled, despite changes
> >>2. The scroll bar of excel spread sheet cannot be seen
> >>
> >>Can anyone throw light on why it is so,
> >>
> >>thanks in advance,
> >>Rahul.
> >>
> >
> >
> >
>
Previous Topic:How to get rid of phantom column in SWT Table?
Next Topic:FieldEditors and PreferenceStore
Goto Forum:
  


Current Time: Mon Nov 03 16:03:21 EST 2025

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

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

Back to the top