|
Hi, I have problem with writing non visual extension. I would like to call server service in ULC server
half class from client half class. I was trying use invokeULC and fire action
event, but code in ULC half object did not executing. When I was trying call not
exisitnig method in ULC object, through invokeULC, ULC did not generate any error. I attached small classes, that demonstrate described behaviour. After starting application, click on button. After
click is calling code in ButtonAdapter, when it calls three methodes from
UIAdapter. These methodes call code in ULCButtonAdapter, but none
means works. No error is reported even if methode in ULC object
does not exist. Please, could you tell me, what I do wrong? I use ULC 6.1.1. (6.1.0) java 1.5.0_08, OS
Windows XP. Thanks you for advice. Levcik
Anton, CIS |
Application.java
Description: Binary data
ULCButtonAdapter.java
Description: Binary data
UIAdapter.java
Description: Binary data
ButtonAdapter.java
Description: Binary data
