[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Two requests for new features  XML
Forum Index -> Development
Author Message
schmuck

Power User
[Avatar]

Joined: 08/04/2008 16:27:16
Messages: 83
Offline

Hello,

1. could you please add an maxlength property for an input field?

2. when pressing the reload server button, all folders and files from the eclipse workspace are copied to the tomcat server. Could you please ensure that the ".svn" folders are ignored and not copied?

(or in general all invisible folders and files with an dot as fist char in the name)


Thank you!

Michael Schmuck
[ICQ]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5541
Offline

Hi,

ad (1): is "in" from next update on for FIELD and FORMATTEDFIELD.
ad (2): ...yes...: we can provide an ignore list of file names, that is defined within the project definition, should be "in" with next update as well

Björn

(PS: some other features you requested - multiple dispatcherinfo.xml - are in work as well...)

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5541
Offline

ad (2): is solved inthe meantime as well...
Björn

Björn Müller, CaptainCasa GmbH
kessler

Power User

Joined: 22/01/2008 15:14:19
Messages: 47
Offline

Hi Björn,

I would like to have a maxlength for a combobox, too. Would that be possible?

Antje
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5541
Offline

ad MAXLENGTH in Combobox...

Sorry, but the editable combo box does not give us the document-eventing which is required. At least we could not find so far.

The MAXLENGTH is availabl in COMBOFIELD with next update version... maybe this is some king of substitute...?

Björn

Björn Müller, CaptainCasa GmbH
levy

Power User

Joined: 12/03/2008 16:38:22
Messages: 308
Location: XpertCenter
Offline

Hi,

I have the same problem with editable combo box and MAXLENGTH.
In principle, the COMBOFIELD is a valid kind of substitute for me.
I have just a request for improvement of IdTextSelection: Could you support a method to display only the text column? This would be in accord with setSuppressHeadline and setWithHeader methods.

Daniel
[WWW]
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5541
Offline

...yes, we can do this. "Quite short term"...
Björn

Björn Müller, CaptainCasa GmbH
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5541
Offline

Interface is:


/**
* Set if id column is to be rendered (true/default) or not (false).
*/
public void setRenderIdColumn(boolean renderIdColumn)
{
m_renderIdColumn = renderIdColumn;
}

public boolean getRenderTextColumn()
{
return m_renderTextColumn;
}

/**
* Set if text column is to be rendered (true/default) or not (false).
*/
public void setRenderTextColumn(boolean renderTextColumn)
{
m_renderTextColumn = renderTextColumn;
}


Available with next update or on request.

Björn

Björn Müller, CaptainCasa GmbH
levy

Power User

Joined: 12/03/2008 16:38:22
Messages: 308
Location: XpertCenter
Offline

works fine, thank you.
[WWW]
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team