a few minor problems compiled

servoy problems found

combo list, if a list is made from a table field containing numbers in text fields, they don’t get entered.
if the field is “text_field” instead of combo with the same value list, it works.
workaround, show the field as 1ist choice and return the same field in data provider as second choice or use a number field in the list source table
(ask for screen capture if you don’t catch on this one)

when using a value list which returns a field other the 1st choice field, a white pixel is inserted around the field on screen.
(ask for screen capture if necessary, it may be related to my windows settings, I have to check on another windows.)

header background colour is ignored in browse mode (I think I’ve seen this on the forum already).

rolloverimage disabled in list and table mode if in the body of the form. ok in header and footer.

update(UI), the tooltip does not match the doc for the argument used. one says it’s ms, the other a field name to refresh…

rotated buttons loose their background.
rotated buttons can only be transparent.

combo box: 17px high OK, 20pix high, the arrow get enlarged vertically but, not horizontally, thus leaving a gap in between the arrow and the text zone.
context sensitive as others problem seen on other PCs.

And more comments to me mentionned when I start using a mac, where, from my very first tests, many transparency problems occur. but not accurate enough to write something on it yet.

Hi Lesouef,

Tnx for the feedback. Could you also tell us your platform, Java version and Servoy version?

Can you post a sample solution displaying these issues?

Also, if you are sure something is a bug, please file it in our support system: Servoy - Error

Regards,

Paul

paltform= xp sp2
java=v6 r5 (build 1.6.0_05-b13)
servoy= 3.5.5-build 518

solution? I’ll make one to show the problems.
not I have been mislead for the combo problem, I have a better explanation by now, I’ll put it in my example solution

a sample solution showing the pbs mentionned before

servoy_report.servoy (9.92 KB)

one of the pbs reported has no proof in my solution (previous post)
he is a screen capture which shows the distorted images when all 8 are loaded with a loop in a script (here 1 and 8 are wrong, but it can be any of them).
if I load them manually, they display OK.
random problem of course… happens less with gifs than with pngs.

Hi Lesouef , Part of the issues you’ve mentioned have been filed in our CRM (combobox extra pixels, rectangle backcolor change, multi-line label position change, header part disappearing elements, image roll).

Servoy does not support ListView in WebClient and because of this some of the issues pop up (See Servoy PDF Documentation).

The header background color should change if you click on the form outside the header. The rectangle is ok if used as transparent.

Can you send a sample solution about the images problem. Tnx.

lists in web client I know, I don’t think I mentionned that… I am not using the web client at all on my current project
What I mentionned was the rolloverimagemedia not working in list mode, but using the regular client (smart).
header backgound: if I click? ok, I’ll test, but that’s not a fix.
rectangle: transparency works around the problem but not always, it seems to depend on the windows desktop parameters; for instance one of my PCs has the Zune theme, and this one is OK, but the 2nd PC is a stock xp appearance, and it does not help. In fact the theme determines how an editable field will look if editable, and it kinda create a second inner border in the fields will makes the look odd compared to other fields.
and the image problem is there:
http://forum.servoy.com/viewtopic.php?t=10165 (bottom of the thread)

The mnemonic feature does not run on my mac while OK under windows.
(trying to make a button to close formin dialogs with Ctrl W)

Apple choose to not implement mnemonics in their Look and Feel.

psss… not even the standard Ctrl W… too bad, mouse for everything…