[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Combofield icon not working  XML
Forum Index -> Development
Author Message
rspiller

Power User

Joined: 20/04/2012 07:37:01
Messages: 59
Offline

Hi,

the icon for the combofield does not trigger any action in the RISC-Client.
A doubleclick does. In this particular example we have the invokeevent set to doubleclick on top of the icon itself.

Swing-Client works fine.
The code for the combofield. It is used inside a PBC.
Code:
 <t:combofield id="g_5" actionListener="#{TextblockUIC.onCombofieldAction}" activationhotkey="40" bgpaint="#{TextblockUIC.bgPaint}" border="0" flush="true" flushtimer="800" image="/images/fugue/block.png" invokeevent="doubleclick" keepfocus="true" requestfocus="#{TextblockUIC.focus}" selectallwhenfocussed="false" text="#{TextblockUIC.contentText}" width="100%" />
 


greetz
Ruven
rspiller

Power User

Joined: 20/04/2012 07:37:01
Messages: 59
Offline

Within the same scenario, but maybe not related directly.

The RISC-Cllient throws the following errors when working (clicking) inside the combofield:

Code:
 risc.js?version=20180924:1 Uncaught RangeError: Maximum call stack size exceeded
     at RISCField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCComboField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCComboField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCComboField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCComboField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
     at RISCComboField.RISCComponent.removeBackgroundModifier (risc.js?version=20180924:1)
 
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team