Thank you very much.

Yours,
Alexandre Minoshi

> On Friday 26 October 2012 17:49:37 Alexandre Minoshi wrote:
>> Hello!
>>
>> Today two questions:
>> 1. How to use twidgetgrid + tdataimage? For example I want to show list
>> of pictures and descriptions for them. I try next code
>>
>> twidgetgrid1.rowcount := 3;
>> for i := 0 to 3 do
>> begin
>>      tdataimage1[i] := <path to file>;
>       tdataimage1.gridvalue[i] := readfiledatastring(<path to file>);
>
>
>>      tstringedit1[i] := 'This is picture number ' + inttostr(i);
>> end;
>>
>> but got error "No member is provided to access property"
>>
> There is no default property defined, git master
> 1dc8178a0a97d5daf490ad91b28e8e150c5415e7 has it.
>> 2.How hide end buttons in scrollbars in *grids ?
>>
>> With tsider it is easy : need to set tslider.scrollbar.buttonendlength :=
>> -1
>>
>> But scrollbars in  *grids has not analog property. There is only
>> tstringgrid.frame.buttonlength, but no tstringgrid.frame.buttonendlength.
>>
> git master 1dc8178a0a97d5daf490ad91b28e8e150c5415e7 has it.
>
> Martin
>
> ------------------------------------------------------------------------------
> The Windows 8 Center
> In partnership with Sourceforge
> Your idea - your app - 30 days. Get started!
> http://windows8center.sourceforge.net/
> what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


------------------------------------------------------------------------------
The Windows 8 Center 
In partnership with Sourceforge
Your idea - your app - 30 days. Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to