Author |
Message |
|
Hello again,
we've mentioned that the actions cut and paste are enabled for the component t:textpane. This makes no sense as it is not possible to change the text manually, but with tese actions on the popup it is possible to manipulate the text.
Could this be fixed?
Regards, Mario
|
|
|
thanks for the quick response.
Kind regards, Mario
|
|
|
Hello,
we found some disturbing behaviour in the calendarfield.
We have a lot of components on our pages, so we put them in a scrollPane.
When you focus a textfield or something in the top of this content, scroll down (until the component isn't visible anymore), and open the popup of a calendarfield directly per click on the button.
You can change the Date normally.
Once the popup ist closed, the Pane scrolls upwards to the previous focused component.
Is it possible to set the focus on the calendarfield, when the button is hit? or ist it possible to prevent this upscrolling otherwise?
King regards, Mario
|
|
|
And is there any difference betwenn these controls and this global functionallity managed with the 'popupmenucopyclipboard' Parameter?
Edit: tested it and found the diffrence, 'popupmenucopyclipboard' also works for all texts e.g. t:label and there it is not possible to paste anything.
This is suitable for our problem, forget my question ^^
|
|
|
Hi,
with the Parameter 'popupmenuCOPYclipboard' it is possible to add a copy function in the popupmenu for all text components.
Is it possible to add a Parameter like popupmenuPASTEclipboard for a popupmenuitem with a pasting function?
Shouldn't be that hard as it's nearly the same as the existing one?
Kind regards, Mario
|
|
|
Hi,
it's not that critical, especially as it is really hard to find this bug.
But we will appreciate this Bugfix, thanks in advance.
Regards,
Mario
|
|
|
Hi,
as I noticed there is some special behaviour on the last column for sticking to full size when resized.
When i reorder this last column somewhere else this behaviour doesn't change to the new last column.
So when I resize the new last column and it reaches this sticky behaviour it is executed, but on the old one, this brings some strange display.
Column - FocusBorder is bigger as the real displayed Column, Text of the "old" last column and the followning column collide.
I hope the Screenshot clearifies what I mean.
Best Regards
Mario
|
|
|
Hi,
well i also had an Element Class, but with Björns extension of the AutoCompleteProvider we are satisfied.
So we have no need to make own Components anymore, but thatks for the link didn't know this document so far.
Regards
|
|
|
Good Morning,
we are currently evalutaing the options for an application-wide and browser-like autocompletion.
The standard AutoCompletion of Fields ist not suitable for us, as don't want to define an Provider foreach Field. We would prefer an central solution.
Therefore we saw 2 Problems:
1. How to identifiy the Field?
This should be possible over the binding in the Text-Attribute, as it is an combination of the managedBean and the getter.
2. How to update the AutoCompletion-List (Submit-Button)?
An extended-Button which reads the "activated" AutoCompletionFields an updates the List.
For this I'm trying out if it is possible to write an extended Field which, reads and displays its autocompletionList. Notifies a central Class, "i have changed my value, save it if the submit-button is pressed".
And the next step would be an extended Button, which reads the entries from the central Class and saves them.
Here are my Component and Tag-Class, as I said directly extending the FieldComponent/Tag and doing nothing on its own, as I wanted to have an exact copie of the Field in the first Step.
Code:
public class AUTOCOMPLETEFIELDComponent
extends FIELDComponent {
}
Code:
public class AUTOCOMPLETEFIELDComponentTag
extends FIELDComponentTag {
}
I attached an Picture to explain what I mean with nothing to see.
Regards
Mario
|
|
|
Hi,
I'm currently playing with own components. As a first approach I wanted to do somekind of extenden FIELDComponent. As a first step I wanted to have a normal FIELD with exactly the same behaviour. So I followed the Developer's Guide and create the needed classes/files/entries.
As i didn't wanted to have Components combined in one (like in the example), i just wrote an Component- and a Tag-Class which directly extend the FieldComponent-/Tag-Class. So i didn't add a childs like in the example either. My expectation was that i should have a normal field, with different tag-name, but I have two problems until now.
1. In the editor, I can add the component, it is listed in the tree, but I don't see anything? (style attributes are defined) When I start the Preview I can see the component. What can I do to get it displayed in the editor?
2. It doesn't act like the normal field. Both Components are bound to the same expression, flush is set to true with a timer of 1s. The normal field does the roundtrip and the "extended"-Field ist filled. The "extended"-Field does a roundtrip but the value is not changed.
kind regards,
mario
|
|
|
Great, thanks for the fast reply.
|
|
|
Hi,
as i see workpages can be dragged and dropped from one Container to an other Container.
We only use one Container and have some "fixed" Workpages (close disabled, popup disabled). We want them to be aligned at the front of the tabbedLine, but the user can drag and drop the workpages as he want. Furthermore, it looks like as if one could determine the order, but they are always only moved to the end.
We would appreciate an attribute or something to prevent this drag and drop.
Kind regards,
Mario
|
|
|