Issue 14868 - Form autopilot creates date/time field incorrectly in aligned
Summary: Form autopilot creates date/time field incorrectly in aligned
Status: ACCEPTED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 16700 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-05-25 19:39 UTC by Unknown
Modified: 2013-08-07 15:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
gif file showing formatting error generated by AutoText->form (36.27 KB, image/gif)
2003-05-25 19:40 UTC, Unknown
no flags Details
Document to reproduce the problem without database (6.62 KB, application/octet-stream)
2003-07-01 08:26 UTC, Oliver Specht
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2003-05-25 19:39:54 UTC
With OOo 1.1 Beta 2 the position of text boxes for an AutoPilot database forms 
is a bit off.  The database is set up with a single text field at the end of a 
series of three date fields.  The date fields appear lower than the caption text 
and the text field higher than the caption text.  I will attach a screenshot of 
this behavior.
Comment 1 Unknown 2003-05-25 19:40:56 UTC
Created attachment 6403 [details]
gif file showing formatting error generated by AutoText->form
Comment 2 marc.neumann 2003-06-03 15:12:42 UTC
I can reproducie this.
-> FS: it's important that you have a timeStamp field in the database
and that you save the form.
Comment 3 Frank Schönheit 2003-06-03 16:13:02 UTC
assigning to the author of the form auto pilot
Comment 4 berend.cornelius 2003-06-30 15:58:41 UTC
BC->OS: As soon as I create a shapecollection with

oGroupShapeList(i) =
createUnoService("com.sun.star.drawing.ShapeCollection")
oGroupShapeList(i).Add(oTCShapeList(i))
oGroupShapeList(i).Add(oDBShapeList(i))
oDrawPage.Group(oGroupShapeList(i))

the position of the involved textcontrols change. According to FS this
could be your bug. Please contact me for closer information
Comment 5 Oliver Specht 2003-07-01 08:26:59 UTC
Created attachment 7289 [details]
Document to reproduce the problem without database
Comment 6 Oliver Specht 2003-07-01 08:27:47 UTC
os: Target changed to OOo 2.0
Comment 7 Oliver Specht 2003-07-01 08:58:37 UTC
os->bc: The problem is that the way group shapes are created in the
forms AutoPilot is currently not supported.
The supported way is to insert the controls at the draw page and the
to group them. Otherwise the relative anchor positions of the objects
are not correctly set. 
Comment 8 berend.cornelius 2003-08-11 13:04:02 UTC
*** Issue 16700 has been marked as a duplicate of this issue. ***
Comment 9 berend.cornelius 2003-08-11 13:41:18 UTC
BC->OS: As we discussed the respective time and dateshapes cannot be
added to the drawpage because they already exist there.
		oDrawpage.add(oDateShape)
		oDrawpage.add(oTimeshape)
Comment 10 berend.cornelius 2003-08-20 09:12:08 UTC
*** Issue 16700 has been marked as a duplicate of this issue. ***
Comment 11 Frank Schönheit 2003-08-21 08:15:20 UTC
changing summary to better reflect the actual problem. Stole the
summary from bug 16700 (which is a duplicate)
Comment 12 Oliver Specht 2004-01-21 11:32:27 UTC
Reassigned to TL
Comment 13 hans_werner67 2004-02-02 12:33:21 UTC
change subcomponent to 'none'
Comment 14 thomas.lange 2004-04-20 14:01:09 UTC
.
Comment 15 thorsten.ziehm 2004-08-19 15:46:42 UTC
Because of limited resource for OOo2.0, it was decided to shift this tasks to
the next milestone. If somebody will be found, who can implement this until
OOo2.0, then this tasks will be re-targeted.