I have two custom shapes with a rectangle with a textbox.
In the 1st shape, the textbox is sized to match the svg:rect.
In the 2ns shape, the textbox is below the svg:rec.
The 1st shape renders correctly by default - 3x1.
The 2nd shape does not - it renders 3x2.5.
I've tried various combinations
Hi Slavko,
sorry for the late reply.
On 04/30/2012 09:53 PM, Slavko wrote:
Parse-Dia-SQL, to get the dia examles and learn how things are working.
I was success to create SQL from my simple attempts, simple tables,
custom types (typemaps), default values, etc. But i am not
able find way to cre
Hi,
Dňa Thu, 10 May 2012 21:08:33 +0200 Steffen Macke
napísal:
> sorry for the late reply.
no problem ;-)
> > able find way to create FOREIGN KEY constraint for my relations. My
> > expectation is, that this will be created from UML associations (which
> > i take from rt53783.dia example.
> I
Hi Slavko,
On 05/10/2012 09:32 PM, Slavko wrote:
The parsediasql produces the triggers for foreign keys in sqlite3 for
me, but i expect the constraint definition, for example: CREATE TABLE
table_name( some_id INTEGER, some_other INTEGER, FOREIGN
KEY(some_other) REFERENCES another_table(another
Hi,
Dňa Thu, 10 May 2012 21:59:07 +0200 Steffen Macke
napísal:
> Sorry that I got you wrong here. The parsediasql code seems to be older
> here than sqlite's support
> for foreign keys.
no problem :-)
> Consider adding a bug/report feature request on CPAN
>
> https://rt.cpan.org/Public/Dist/