Back to Four Js Website
Four Js Customer Forum
Subscribe for automatic updates:
RSS
Sign in for full access
|
Help
Four Js Development Tools Forum
>
Discussions by product
>
Genero BDL
>
show grid
Most recent posts
Pages: [
1
]
« previous
next »
Reply
|
Print
Author
Topic: show grid (Read 8730 times)
Candida F.
Posts: 13
show grid
«
on:
May 19, 2010, 07:04:15 pm »
hi there,
i have defined a style using 'show grid' definition on a display array form, but still no borders appear on the screen.
the instruction i'm using is:
<StyleAttribute name="showGrid" value="1" />
can anyone assist, please?
thanks!
.
Posts: 115
Re: show grid
«
Reply #1 on:
May 19, 2010, 08:49:06 pm »
The style showgrid is a style attribute used to define if a TABLE container should display or not the inner grid.
By default a table shows inner grid in Input Array but not in Display array.
The style showGrid applies to Table, so you need to:
1. give a style to your table in the .per
ATTRIBUTES:
TABLE t : mytable, STYLE="nogrid";
2. define the showGrid StyleAttribute for this style:
<Style name="Table.nogrid">
<StyleAttribute name="showGrid" value="1"/>
</Style>
Note that you may have to use "yes" or "true" if you are running an old GDC (before 2.20) - sorry from memory I don't recall which one to use for this specific attribute, this is the reason since 2.20 GDC makes no difference.
Please also not that only TABLE containers do support the attribute, not "Matrix", i.e. the BDS-like screen array definition.
If this is not working I would suggest to send your test case to your support center which will help you (or transmit us the bug if any, but I'm pretty sure this fetaure is automatically tested and works for years).
Regards,
Pierre-Nicolas
Candida F.
Posts: 13
Re: show grid
«
Reply #2 on:
May 20, 2010, 10:49:03 am »
hi Pierre,
just to let you know this worked.
thanks for your help :)
Pages: [
1
]
Reply
|
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Discussion
=> Ask Reuben
=> WWDC21
-----------------------------
Discussions by product
-----------------------------
=> Products announcements
=> Genero BDL
=> GWS
=> GAS and GBC
=> GDC
=> Genero Mobile for Android or iOS
=> Genero Studio
=> Reporting tools (GRW, GRE)
-----------------------------
Jobs
-----------------------------
=> Jobs
Powered by SMF 1.1.21
|
SMF © 2015, Simple Machines
Loading...