[Gambas-user] Pre-release of Gambas 3.10.0

Tony Morehen tmorehen at ...3602...
Tue Jul 18 23:10:31 CEST 2017


Because when I saw them I confused them with Show and Hide methods.  Duh!

Another request.  Is it possible to expose/export the DirCache class.  
I've been using it in several derivatives of some of your other classes 
(Dirview, FileChooser etc)

BTW I have several compoments I have been working on.  How do I submit 
them for your approval and possible inclusion in Gambas.

One is Filebrower, based on Dirview.  It's drop in compatible with 
DirView but adds two additional properties to allow the display of files 
in the tree and to sort folders first.  It also has an added event 
GetSpecialIcon(sPath As String, iIconType As Integer), which is like the 
Icon event but includes a flag specifying folder, open folder or file.

Another component is UpDown.  It is derived from Spinbar with a property 
(Showbar) that toggles the display of the bar.  I needed a SpinBox with 
a float value.

On a more trivial note, I have a status bar component, based on code I 
found floating on the web.

Finally, I'd like to say how amazingly satisfying it is to work with 
Gambas.  So far I have developed a Desktop Panel and Menu, a Text 
Editor, a File Explorer and a car computer app that runs on a Raspberry 
Pi and plays audiovideo and embeds NavIt, plus other projects.  I intend 
to upload these to the software farm, testing permitted.  Attached is a 
screen shot showing off some of these projects.


On 2017-07-18 03:39 PM, Benoît Minisini wrote:
> Le 18/07/2017 à 19:12, Tony Morehen a écrit :
>> I'll compile and start using it right away.  In the meantime, a 
>> feature request:
>>
>> Currently, a menu item with children does nothing before displaying 
>> its child menu items.  I propose that the parent menu raise a click 
>> event before displaying its children.  This would allow you to 
>> show/not show enable/disable child menu items based on the current 
>> state of the app or its environment.
>>
>> For example, when the edit menu is clicked, you can enable/disable 
>> the paste item based on the state of the clipboard.
>>
>> This change should not affect existing apps as they will not have 
>> click handlers for parent menus.
>>
>
> Why don't you use the Show and Hide events?
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot.jpg
Type: image/jpeg
Size: 295244 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20170718/5661468d/attachment.jpg>


More information about the User mailing list