Hello.
I use Servoy 5RC1 and see the next differences:
Fields with displayType “CALENDAR”: In Table view it is only show data and the button to select date when the field has the focus. In Record view it is always shown.
Images from calculations: I have a calculation that returns “media:///image1.png” (type text). I use it as dataProvider of a field with displayType “IMAGE_MEDIA”. In Table view never is shown. In Record view always.
In Servoy 4 their are always shown in Table view. Is this the right performance in Servoy 5?
I confirm. display problems with v5 apart from record view, list view: same as table view. also checkboxes in table view tend to disappear. (tested with rc2, windows)
the 5.1 release is supposed to start tonight, so we’ll see how it is, I did check if this bug was “cased” already.
yes, images are OK now, at least in my example. checkboxes in tables also. back to normal.
just the old problem for multi-checkboxes in table view, 1st time you click one after a form is displayed, it tends to alter the 1st value on the left whatever you click. but this is not new, was already in v3.5 and before… just fyi.
lesouef:
just the old problem for multi-checkboxes in table view, 1st time you click one after a form is displayed, it tends to alter the 1st value on the left whatever you click. but this is not new, was already in v3.5 and before
Please create a case in our support system with a small sample attached.
now, a little example of the checkbox problem.
attached a zip with a screen capture in it + the solution to demonstrate it. you can import data in it, it’s only 4 records.
all done with 5.1rc3.
The problem is seen only on first usage: so to see it, import solution, launch smart client, and try to check “transport” on 3rd record for instance: you should get the screen capture exactly.[attachment=0]servoy_test.zip[/attachment]
I confirm that the problem also exists with check and radios fields
Another behaviour is when you click just under transport for example, check is moving down (see my screen capture)
a little add-on for calendar: if the tool is being modified, allow a bit more space for “time” please…
also, could the style used for this in web client mode be different from the table one? you rarely need the same margin on a table grid and on a calendar field.
a little add-on for calendar: if the tool is being modified, allow a bit more space for “time” please…
Have you filled a feature request for this?
also, could the style used for this in web client mode be different from the table one? you rarely need the same margin on a table grid and on a calendar field.
I read quickly, so I might be overlooking something, but you control which style is used. You can switch stylesheet (preferably at login) based on any criteria you choose
not exactly; this is to be related to my way to alter styles. if you overwrite the “table” style sheet (still the servoyguy trick), you realize that the calendar fields get the same attributes. but that was with 3.5., I have to review this point with 5.1. but as this is not supported…
last bit for checkboxes: with IE7/8, checkboxes with no value_list gets displayed differently and offsets downwards in tables.
see captures, the 1st is expected to look like the 2nd one: it shifts down and is using a different image. if I use dummy list, it displays “multiple checkbox” if I do not allow enough space to show the fake text (1,0) and single word list is not accepted. minor point but looks so ugly…