[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: kessler  XML
Profile for kessler -> Messages posted by kessler [47] Go to Page: Previous  1, 2, 3, 4 Next 
Author Message
Hi Björn,

we have some grids, which open a popup with onRowExecute(). We have a additional Popup with a menuitem for edit. The Shortcut of this menuitem is Return, to show the user he can edit this entry with return. When we now open the popup with return and close it again we get a tequila. When we open the popup with the right mouse key, everything works fine. Can you explain this strange behaviour?

Another problem is the focus in the page. When closing the popup, we select the lastSelectedItem. But it does not have the focus, so we cannot scroll up and down in the grid with keyboard. The same problem we have when we load the page, we select a gridrow and cannot scroll.
The focus is generally a bit mysterious. You often cannot identify which control currently has the focus, because they are not marked clearly. Many controls get the focus, but do not react on any key, for example the foldablepane get it two times. In a grid you step every field with tab-key, even if they are only labels or not editable and you do not see, that the focus has changed. So we can tab and tab and never see where we are...

Antje
Yes,

I thought so, too and I have changed the standard to ctrl-d now.


ANtje
Hi Björn,

we have many grid, where we can delete the columns with the Shortcut "DEL". This is very inituitive, BUT we have one Grid, which contains only editable fields. Now it is no longer possible, to edit the text in the field with "del", because this immediatly removes the whole column. Is there any possibility to difference if the user is editing the field or only has selected the column? Is it possible only to select the column without editing?

Antje
Of course "Rollen" the most unnecessary key of all.

No, no everything`s fine.

Antje
Hi Björn,

we have many lists with rows we can drag to other contols. I would like to mark them a bit, so the user can get the idea that they are "dragable". Would it be possible to mark them, similar to the mandatory/error attributes? Great would be a automatic marking of all controls which have a dragsend-attribute and another marking of controls with a dropreceive-attribute...


Greez
Antje

Hi Björn,

now the shortcut-textes are shown in the popup, but only those which represent a Ascii-Character, for example ctrl-83 = ctrl-s.
But those Ascii-numbers like 127 which represent the DEL-key are only shown as a little rectangle.
Great would be a translation for the key, so Ctrl-s in german is called Strg-s.

Greez
Antje
Hi Björn,

why do disabled fields look like enabled fields? A combobox is greyed, it would be great if a field would do the same.

Greez from
Antje

It would be great, if you would fix it! It`s no Killer-Feature but it looks very strange.

Antje
Hi Björn,

now the gridColumns are not shown anymore if they are not rendered. But the other columns just move one step to the left. That has some strange effects: the last column is now shown as empty, and the width of the columns is not their own, but the width of the column which they replace. The remaining width must be reallocated to the remaining columns, I think.
Popup-menus, which are binded to a component in the column do not work any longer, too.


Greez from
Antje
OK, I misunderstood.
You mean this is a feature not a bug? But other controls (checkbox, field, not editable comboboxes) do a selection if they are clicked.
Hi Björn,

I have some editable Comboboxes in a fixgrid. If I click on the combo-button or into the combobox, the row of the fixgrid does NOT get the focus, but the old selected row stays selected. This may cause problems, because in my case a change of the field changes all selected rows. Could you please change the behaviour of the editable combobox, so the row-selection changes if it gets the focus?

Greez Antje
Hi Björn,

in my bean i start an import-thread. I want to show in the bean the progress and the end of this thread (in some fields with counters). The import can call some bean-methods about an interface, but I do not see the new values in my jsp. If I click into a field the current values are collected from the server and shown in the jsp. So the user is waiting and waiting...
Is there any way to refresh the client from the server?? Or a timer for refreshing every xxx ms?
A Progress-Bar would be nice, too. If I start another thread, not even a hour-glass is shown.

Greez
Antje
Hi Björn,

after long search we have found a nice error for you: if there is a blank in a attributemacro of a field, the methods are not called for this field.
Example:
field(d.importAdminDetails., vo.impProp.csvProperties.separator) does not paint the bgpaint-property
field(d.importAdminDetails.,vo.impProp.csvProperties.separator) does paint it.


Happy Easter with this little egg!
Antje
Hi Björn,

the rendered-property of GridColumns seems not to show any effect. The colums is always shown, even if the rendered-property is false.
The enabled-Propertyin a textArea does not work, too. It is always possible to write.


Greez and have a nice holiday!

Antje
 
Profile for kessler -> Messages posted by kessler [47] Go to Page: Previous  1, 2, 3, 4 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team