Hi Salva,

I assume you are using ULC 6.0.4 (and not 6.1 milestone).

You can only put ULCComponents in ULCBoxPane. So you have to make sure that
ULC server side instance of your "personal object" inherits from
ULCComponent and has a proxy defined on the client side that inherits from
UIComponent. The typeString() method points to the client side proxy class
of your server side widget. The client side proxy class should encapsulate
your custom widget.

It would help if you can describe what kind of widget you have, how you are
trying to implement it in ULC and send a code snippet.

Thanks and regards,

Janak

PS:

- Kindly note that with ULC 6.1, the ULC Extension API is set to change
drastically.

- Kindly consider purchasing professional support from www.canoo.com/ulc.



>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of salva vilarrasa
>Sent: Friday, March 24, 2006 6:15 PM
>To: [EMAIL PROTECTED] Com
>Subject: Re: [ULC-developer] Permission Access problem in JNLP and
>Applet
>
>
>Thanks Janak.
>I have read the document and build the example. I have also built a widget
>my own and it works more or less.I still have some problems with my object
>and I don't think I need the ULC architecture in this particular
>scenario.Is
>there another way or a walkarround in to put a personal object into a
>ULCBoxPane?? I am trying to extend a ULCComponent directly, but I have to
>override some methods, in particular, typeString() where I have to tell
>where the UI class is and I really don't need it in that scenario. Did you
>understand me? how can i do? thanks for all. See yous oon, bye!
>salva.
>
>----- Original Message -----
>From: "Janak Mulani" <[EMAIL PROTECTED]>
>To: "salva vilarrasa" <[EMAIL PROTECTED]>
>Cc: "[EMAIL PROTECTED] Com" <[EMAIL PROTECTED]>
>Sent: Wednesday, May 03, 2006 11:57 AM
>Subject: RE: [ULC-developer] Permission Access problem in JNLP and Applet
>
>
>> Hi Salva,
>>
>> You cannot add a ULC panel to a JPanel. But you can run the ULC
>client in
>> an
>> AppletRunner.
>>
>> Moreover if you so wish you can launch a ULC application from your Swing
>> application. From your Swing Application, you can start a StandAlone
>> launcher that will start the ULC client and make it connect to the ULC
>> Apllication running on the server.
>>
>> In case you want to integrate a non-ULCComponent into ULC  you will have
>> to
>> extend ULC. Please see the Pie Chart sample that is part of the ULC
>> release.
>> ULCEssentialsGuide chapter 5 about extending ULC. Please note that this
>> API
>> may change with ULC 6.1.
>>
>> Thanks and regards,
>>
>> Janak
>>
>>>-----Original Message-----
>>>From: [EMAIL PROTECTED]
>>>[mailto:[EMAIL PROTECTED] Behalf Of salva vilarrasa
>>>Sent: Wednesday, March 22, 2006 3:22 PM
>>>To: [EMAIL PROTECTED] Com
>>>Subject: Re: [ULC-developer] Permission Access problem in JNLP and
>>>Applet
>>>
>>>
>>>Thanks Jana,
>>>I did all you said before, cause i use to read before asking! hehe.
>>>There was a problem with my application descriptor (web.xml).
>>>Another question, How can I mix ULC with SWING i mean can i put a
>>>ULC panel
>>>with a SWING JPanel?
>>>If I can't, how can i put a non ULC Component into a ULC panel?
>thanks for
>>>all.
>>>salva.
>>>
>>>----- Original Message -----
>>>From: "Janak Mulani" <[EMAIL PROTECTED]>
>>>To: "salva vilarrasa" <[EMAIL PROTECTED]>
>>>Cc: <[email protected]>
>>>Sent: Monday, May 01, 2006 6:11 PM
>>>Subject: RE: [ULC-developer] Permission Access problem in JNLP and Applet
>>>
>>>
>>>> Hi Salva,
>>>>
>>>> Kindly see section 1.3.4 "Signing a JNLP Application Client" in the
>>>> ULCDeploymentGuide for more
>>>> information on this topic.
>>>>
>>>> Right now you will have to sign the ENTIRE client part of a ULC
>>>> application if you intend to run it in a sandbox and access security
>>>> relevant features, e.g. file i/o. The client part comprises the ulc
>>>> client libraries and your client side code (launcher and extensions).
>>>>
>>>> I hope this helps. If not please get back with your .jnlp files.
>>>>
>>>> Thanks and regards,
>>>>
>>>> Janak
>>>>
>>>> -----Original Message-----
>>>> From: [EMAIL PROTECTED]
>>>> [mailto:[EMAIL PROTECTED] Behalf Of salva
>vilarrasa
>>>> Sent: Thursday, March 16, 2006 6:14 PM
>>>> To: [email protected]
>>>> Subject: [ULC-developer] Permission Access problem in JNLP and Applet
>>>>
>>>>
>>>> Hi all,
>>>>
>>>> I am having a lot of trouble to deploy a simple ULC application
>>>wich uses
>>>> a
>>>> third party signed .jar using JNLP. I Have made the 2 jnlp config files
>>>> and
>>>> seems ok, the problem is when the application is at the point
>to start i
>>>> get
>>>> this error message:
>>>>
>>>>    Accedd denied (java.util.PropertyPermission http.strictPostRedirect
>>>> read)
>>>>
>>>> Thanks everybody!
>>>>
>>>
>>>_______________________________________________
>>>ULC-developer mailing list
>>>[email protected]
>>>http://lists.canoo.com/mailman/listinfo/ulc-developer
>>
>
>_______________________________________________
>ULC-developer mailing list
>[email protected]
>http://lists.canoo.com/mailman/listinfo/ulc-developer

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to