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
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
ToolBar
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
ToolBar
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
>
>
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
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
ToolBar
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
>>
>>
>
>
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
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
> 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