kanugula schrieb:
> Thanks for your reply.
>
> I tried the following, but still didn't work. The source/build version gives
> a warning saying 'require(my.ServerConfig) is auto-detected'.
>
> Anyway, this is a minor issue. I re-arranged my code and removed static
> initializer.
>
> Thanks.
> Kanug
Thanks for your reply.
I tried the following, but still didn't work. The source/build version gives
a warning saying 'require(my.ServerConfig) is auto-detected'.
Anyway, this is a minor issue. I re-arranged my code and removed static
initializer.
Thanks.
Kanugula.
/*
#require(my.ServerConfig)
Hi Kanugula,
> Hi,
>
> Why is this not working?
>
> qx.Class.define("myGui",
> {
> extend : myAbstractGui,
>
> properties :
> {
> rpcUrl :
> {
> init :
> my.ServerConfig.getServiceUrl()+"?request=delete&system=mySystem",
> nullable
Hi,
Why is this not working?
qx.Class.define("myGui",
{
extend : myAbstractGui,
properties :
{
rpcUrl :
{
init :
my.ServerConfig.getServiceUrl()+"?request=delete&system=mySystem",
nullable : false
}
},