SgDotNet
Singapore Professional .NET User Group -For Cool Developers

Two more settings in user config

rated by 0 users
This post has 5 Replies | 0 Followers

Top 10 Contributor
Posts 2,891
kitkai Posted: 10-05-2004 4:22 PM
Need one for
techmilk:
{
Enable -> boolean
RememberLastLocation -> boolean
}

DropZone:
{
ShowDropZone->boolean
Opacity: integer
background: string
}

Best Regards, Kit Kai, MVP (SharePoint Portal Server)

Top 10 Contributor
Posts 1,096
roger

microlau Blog: http://community.sgdotnet.org/blogs/microlau

Top 10 Contributor
Posts 2,891
Added liao. You declared the classes, just dat u didn't code the properties... So i did it Smile

Best Regards, Kit Kai, MVP (SharePoint Portal Server)

Top 10 Contributor
Posts 2,891
I also changed two settings, I think is duration and opacity, which is orignally float, to integer.

Best Regards, Kit Kai, MVP (SharePoint Portal Server)

Top 10 Contributor
Posts 1,096
the techmilk settings are already there, but somehow the user.config from svc is not showing it. But the codes handles that little block of infor.

The dropzone is also there.

<TechMilk>

<TechMilkEnabled>false</TechMilkEnabled>

<RememberLastLocation>false</RememberLastLocation>

<Location>

<Top>10</Top>

<Left>20</Left>

<Width>30</Width>

<Height>40</Height>

</Location>

<DropZone>

<Show>false</Show>

<Opacity>false</Opacity>

<Background></Background>

<Location>

<Top>10</Top>

<Left>20</Left>

<Width>30</Width>

<Height>40</Height>

</Location>

</DropZone>

</TechMilk>

microlau Blog: http://community.sgdotnet.org/blogs/microlau

Top 10 Contributor
Posts 1,096
 kitkai wrote:
Added liao. You declared the classes, just dat u didn't code the properties... So i did it Smile


oops.

microlau Blog: http://community.sgdotnet.org/blogs/microlau

Page 1 of 1 (6 items) | RSS
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems