Re: [Gambas-user] MIDI Patterns/Sequencer, ! Looking for interested developers !

2014-08-07 Thread sfdadds
Hi Kevin. Thanks. Need to find out how to get you the projects via email. I have not put it up anywhere yet. Thinking about White Island since Sholzy said I could put it up on his site and when he gets time it would turn into a GIT repo. When I originally started the projects I used the Fl

[Gambas-user] MIDI Patterns/Sequencer, ! Looking for interested developers !

2014-08-06 Thread sfdadds
Hi all. ! Looking for interested developers ! I'm working on a MIDI Pattern/Sequencer in Gambas3 So far it is made up of two projects 1) GConSeq (A console wrapper for ALSA), all commands are sent to GConSeq via STDIN (then sent/scheduled for ALSA) and responses via STDOUT/STDERR 2)

Re: [Gambas-user] Form.Show by name as string of form

2014-04-29 Thread sfdadds
' As the class is specified by name, only exported classes can be instanciated. ' could try dynamic load of a form by name hButton = Object.New("Button", [hParent]) 'has exactly the same effect as: hButton = NEW Button(hParent) -- View this message in context: http://gambas.8142.n7.nabble.com/

Re: [Gambas-user] Tooltip help using HTML.

2014-01-25 Thread sfdadds
Thanks for the reply I didn't realise . I guess I should testing with both KDE and Gnome just in case. Regards, Sam -- View this message in context: http://gambas.8142.n7.nabble.com/Tooltip-help-using-HTML-tp45347p45363.html Sent from the gambas-user mailing list archive at Nabble.com.