[Gambas-user] Tutorial on building a "user control"?

Fabien Bodard gambas.fr at ...626...
Tue Oct 16 20:29:40 CEST 2012


2012/10/16 Benoît Minisini <gambas at ...1...>:
> Le 16/10/2012 19:01, Gerry Douglas a écrit :
>> Hi,
>>
>> I have built a number of healthcare applications in VB targeted for
>> touchcreen.  To get an idea take a look at ...
>>
>> http://www.youtube.com/watch?v=cf49zRxhKhc
>>
>> My first challenge was that the scroll bars on the listbox could not be
>> made larger, so it was very hard to use one's finger on the touchscreen.  I
>> got around this by creating a user control for a "Touchscreen Listbox" with
>> large scroll bars.  Once I figured out how user controls worked in VB I
>> made many more, like a diagnosis picker, medication picker, etc.
>>
>> I would like to learn how to build a user control in Gambas. Could anyone
>> point me to a tutorial?
>>
>> Regards,
>> Gerry.
>
> All controls from gb.form component are user controls made in Gambas.
> You can look at the gb.form source code.
>
> --
> Benoît Minisini
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Building control in gambas is a dream :-)... you will see

i think for your project a user form with a gridview and a scrollbar
will do the job... but ... all can be done :-) see iconview or grid
view for most advanced usercontrol or the filechooser or dir chooser
for assembly (composed) control

-- 
Fabien Bodard




More information about the User mailing list