[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2018-03-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

Thomas Krumbein  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #11 from Thomas Krumbein  ---
hey Xisco,

it is still not working;) Thats even what Volker mentioned. 

He still use the Basic-Script (attachement 3) , but changed some contents. 

His additional codes just show, that all internal models works correct (i.e.
his Tab-page label), properties are stored correct, but trying to get it work
in a real dialog fails... nothing will be displayed.

result ist equal to sreenshot attatchment 2.

So: API is broken of using tabs (mainly display) - never mind if code is Java
or basic.

so, bug is still open.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2018-03-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

Xisco FaulĂ­  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #10 from Xisco FaulĂ­  ---
Hi Thomas,
Could you please try what Volker is suggesting?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once you have retested

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2018-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

--- Comment #9 from Volker Lenhardt  ---
I was wrong. This is the part of my code showing one tab page (of two), with
one button control within:

  oTabContainerModel =
oDialogModel.CreateInstance("com.sun.star.awt.tab.UnoControlTabPageContainerModel")

  With oTabContainerModel
.Name = "Tab"
.PositionX = 6
.PositionY = 10
.Width = 145
.Height = 100
.TabIndex = 2
.Border = 1
.BackgroundColor =  RGB(255, 255, 255)
  End With

  oDialogModel.insertByName("tab", oTabContainerModel)
  oTabPage1 = CreateUnoService("com.sun.star.awt.tab.UnoControlTabPage")

  args = Array(1)
  oTabPageModel1 =
oDialogModel.createInstance("com.sun.star.awt.tab.UnoControlTabPageModel")
  oTabPageModel1.initialize(args)
  oTabPageModel1.Title = "Page 1"
  oTabPageModel1.Name = "Tab1"

  oTabPage1.setModel(oTabPageModel1)
  oTabContainerModel.insertByIndex(0, oTabPageModel1)

  oButton1 = CreateUnoService("com.sun.star.awt.UnoControlButton")

  oButtonModel1 =
oTabPageModel1.createInstance("com.sun.star.awt.UnoControlButtonModel")
  With oButtonModel1
.PositionX = 10
.PositionY = 10
.Width = 30
.Height = 15
.Label = "Button 1"
  End With

  oButton1.setModel(oButtonModel1)
  oTabPage1.addControl("Tab 1", oButton1)
  Print oTabPage1.Controls(0).Model.Label  ' shows "Button 1"

The tab pages are displayed, but not the buttons, even though they are there in
the tab pages.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2018-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

Volker Lenhardt  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||volker.lenha...@uni-due.de
 Ever confirmed|1   |0

--- Comment #8 from Volker Lenhardt  ---
LO 5.3.0.3 under Linux openSUSE LEAP 42.2:
the same bug as with Windows.

If I try to insert the button controls directly into the tab pages, I don't get
an error, but no buttons inside as well. Most likely it's all the same
internally. In short:

  oTabPage1 = CreateUnoService("com.sun.star.awt.tab.UnoControlTabPage")
  oTabPage1.setModel(oTabPageModel1)
  oButton1 = CreateUnoService("com.sun.star.awt.UnoControlButton")
  oButton1.setModel(oButtonModel1)
  oTabPage1.addControl("Tab 1", oButton1)

It's a pity.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2017-09-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

Thomas Krumbein  changed:

   What|Removed |Added

 CC||t...@mic-consulting.de

--- Comment #7 from Thomas Krumbein  ---
It is still not working with LO 5.3, Windows 10

Version: 5.3.1.2 (x64)
Build-ID: e80a0e0fd1875e1696614d24c32df0f95f03deb2
CPU-Threads: 8; BS-Version: Windows 6.19; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group

Same error:  com.sun.star.beans.UnknownPropertyException

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2017-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice 
(5.2.7 or 5.3.3  https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and 
your operating system, and any changes you see in the bug behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave 
a short comment that includes your version of LibreOffice and Operating System

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to "inherited from OOo";
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug-20170522

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2016-04-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

--- Comment #5 from tommy27  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present on a currently supported version of
LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

- Update the version field
- Reply via email (please reply directly on the bug tracker)
- Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 

1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 

3. Leave a comment with your results. 

4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 
4b. If the bug was not present in 3.3 - add "regression" to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2015-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

Olivier R. dicolle...@free.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2015-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87884

--- Comment #4 from Olivier R. dicolle...@free.fr ---
Created attachment 114601
  -- https://bugs.documentfoundation.org/attachment.cgi?id=114601action=edit
Basic script to create a tabpage

Here is a Basic script to create a very simple tabpage.
This code works in AOO 4.1.1

In LO 4.4.2, it raises an exception
com.sun.star.beans.UnknownPropertyException

at line:
tabPageModel.insertByName(intab,fixedTextModel)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87884

--- Comment #1 from Bram Kuijper bramkuij...@gmail.com ---
Created attachment 111544
  -- https://bugs.freedesktop.org/attachment.cgi?id=111544action=edit
screenshot of the resulting dialog

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87884] tabpages not displayed in Java dialog

2014-12-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87884

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||sberg...@redhat.com,
   ||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
Stephan: one for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs