Re: [vdr] trouble changing Setup variables from Plugin.

2008-02-12 Thread sundararaj reel
> > > I change a VDR's setup setting from inside a plugin like: > > > > ::Setup.UseSmallFont = 0; > > ::Setup.Save(); // commit the change to setup.conf > > > > This is done only when the plugin's setting is changed. ( in the Store() > > ). > > > > When changes are accepted with OK, the se

Re: [vdr] trouble changing Setup variables from Plugin.

2008-02-12 Thread Klaus Schmidinger
On 02/12/08 18:48, sundararaj reel wrote: > > Hi, > > I change a VDR's setup setting from inside a plugin like: > > ::Setup.UseSmallFont = 0; > ::Setup.Save(); // commit the change to setup.conf > > This is done only when the plugin's setting is changed. ( in the Store() > ). > > Wh