[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: kabat  XML
Profile for kabat -> Messages posted by kabat [78] Go to Page: Previous  1, 2, 3, 4, 5, 6 Next 
Author Message
Thank you, it works perfectly!

Another question: am I able to find out the cursor position inside a textarea (on server side)?
Ok, i started the implementation, but i noticed that the text area hasn't got the attribute "dropreceive". What now?

Agnes
Hi,

is it possible to drag a label from a grid and to drop the label text in a text area, but which is additionally editable?

I want to ask before starting the implementation and noticing at the end that it's not possible

Agnes
Hi,

is there a possibility to receive the path of the root directory of the web application?
Like Params.getCISDirectoryName() within CIS.

Thanks, Agnes
Which hotkey do you mean?
The validation is normally started by clicking on a button.
Hi,

i use a field with a regular expression in my page. I would like to validate the input value on server side, too (just to be able to react accordingly). But now i noticed that when the input value doesn't correspond to the regular expression, the value "0" is sent to the server, that is a server side validation is not possible.

Is this behavior intended or maybe a bug?

Agnes
Hi,

I'm using a Pivot Grid and noticed now that you also don't repeat same values in the second column although the values in the first were different. For example the Pivot Gird in your Demo Workplace:
If there were the line United States - Hessen - New York instead of United States - New Jersey - New York, Hessen wouldn't be repeated and the field would be empty. From my point of view it's a bit misleading. It seems that the field is empty.

What do you think? Can you change that?
Agnes
Hi,
how do I use these functions (1)+(2) properly? I tried for instance this:

BaseActionEventActiveX baeax = (BaseActionEventActiveX) ae;
String activeXData = baeax.getActiveXPropertyValues();
String[] activeXParams = ValueManager.decodeCSV(activeXData);

But I have still the same problem. The variable "activeXData" has only the data to the first ",". The rest is disappeared.

Agnes
I have a new question:
If the result value of a parameter is boolean, I receive from the ActiveX the value VT_BOOL{true} and VT_BOOL{false} respectively.
Is it possible for you to change it to the value "true" and "false" respectively?

Thanks, Agnes
Hi,

i'm using an ActiveX in my application. With the property "propertyinterest" i ask the activex for some parameters. In my callback method I read the results out of the BaseActionEvent with the method getParams(). Normally I get an array of Strings with the length 1. But now I have the following problem: one of my results has a comma (","). In this case the whole string is separated and I get an array with the length 2.

Is this behaviour desired?

Agnes
The selection in PivotGrids doesn't work anymore. Can you verify it?

Agnes
I just debugged the source code. I set a breakpoint in every of the named methods.
Hi Björn,
ok, it doesn't behave every time like I described it. I now noticed that following methods are called in the following order (I start the activex pressing a button)

1. When loading the page:
- getter of the activex command

2. When executing the activex for the first time:
- callback method
- actionListener method of the button
- getter of the activex command -> the activex is executed
- getter of the activex command for another time

3. When executing the activex more often:
- actionListener method of the button
- getter of the activex command -> the activex is executed
- getter of the activex command for another time

The callback method is not executed after the activex was executed. I just send you the configuration of the activex control. Do you see some fault?

<t:activex id="g_5"
actionListener="#{d.cardproduction.onReceiveActiveXData}"
command="#{d.cardproduction.activeXCommand}"
commandcallback="true"
height="125"
progid="IDCardX.IDPrintX.2"
propertyinterest="GetStrParam(FIELDLIST)"
width="200" />

Agnes
I'm using the ActiveX control in our application. I set a reference to a method xy in the property "actionListener", in which I want to read out the parameters I declared in the property "propertyinterest".

Now I noticed that the method xy is called before the getter of the command is called, that is xy is called before the ActiveX has done anything. This should work the other way round, shouldn't it?
Or do I not use the control properly?

agnes
I'm trying to build a wizard for our application. I noticed that the wizard shows only the first page. The other jsp-pages are not rendered while navigating through the pages. Is this right or is it a mistake on my part?
 
Profile for kabat -> Messages posted by kabat [78] Go to Page: Previous  1, 2, 3, 4, 5, 6 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team