Página 1 de 1

ToolBar

Publicado: Vie Oct 07, 2005 3:49 pm
por Ingo
Hello,
I don't know how to build a ToolBar with Bitmaps from resource.
Could someone send me an example form with a working toolbar?
Thanks for helping
Ingo
mandantwin@t-online.de

ToolBar

Publicado: Vie Oct 07, 2005 3:51 pm
por ignacio
Ingo,
Take a look at sample datacontrolsDbfData2
Regards,
"Ingo" <ing.jh@web.de> escribió en el mensaje
news:[email=43467cd3@ozsrvnegro.ozlan.local...]43467cd3@ozsrvnegro.ozlan.local...[/email]
> Hello,
> I don't know how to build a ToolBar with Bitmaps from resource.
> Could someone send me an example form with a working toolbar?
>
> Thanks for helping
>
> Ingo
> mandantwin@t-online.de
>
>

ToolBar

Publicado: Sab Oct 08, 2005 8:47 am
por ingo[1]
Ignacio,
sorry I'm a newcomer to Xailer coming from FW16. Excuse me this stupid
question: is that the only way to build a toolbar using TReBar + TReBarBand
+ TToolBar all together like in DbfData2 example?
Is it possible to load strings from stringtables?
Regards
Ingo
"Ignacio Ortiz de Zúñiga" <InvalidAccount@ozs.com> schrieb im Newsbeitrag
news:43467d66$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Ingo,
>
> Take a look at sample datacontrolsDbfData2
>
> Regards,
>
> "Ingo" <ing.jh@web.de> escribió en el mensaje
> news:[email=43467cd3@ozsrvnegro.ozlan.local...]43467cd3@ozsrvnegro.ozlan.local...[/email]
>> Hello,
>> I don't know how to build a ToolBar with Bitmaps from resource.
>> Could someone send me an example form with a working toolbar?
>>
>> Thanks for helping
>>
>> Ingo
>> mandantwin@t-online.de
>>
>>
>
>

ToolBar

Publicado: Sab Oct 08, 2005 11:39 am
por jfgimenez
Ingo,
> sorry I'm a newcomer to Xailer coming from FW16. Excuse me this stupid
> question: is that the only way to build a toolbar using TReBar +
> TReBarBand + TToolBar all together like in DbfData2 example?
I'm afraid it's so. The editors for TRebar and TToolbar are not ready yet,
so this is the only way to do it. We hope these editors to be ready very
soon and then you can do all the job directly from the IDE.
> Is it possible to load strings from stringtables?
Yes and no ;-)
There is no support to load strings directly from a stringtable to a
toolbar, but there is a rudimentary system for i18n that uses stringtables
that can be used by the program. Please, take a look into
xailersamplesrichpad, specially to language.rc, english.rc, spanish.rc
and the use of LT() in the program's code.
--
Regards,
Jose F. Gimenez