[Gambas-user] Editing shortcut keys and valueboxes

2014-08-31 Thread T Lee Davidson
Hi, I am wondering ... is it by design that the edit shortcut keys (Ctrl-x, Ctrl-c, and Ctrl-v) do not work with ValueBoxes whereas the editing options in the right-click menu (at least for the number type) do? The other value types have copy paste issues even with the right-click menu as

[Gambas-user] Bug: Mageia packages made by IDE do not install application icon in distro menu

2014-08-31 Thread Willy Raets
Hi all, Lee (also on this mailinglist) did some testing of an application of mine. He reported that when installing the rpm he had script errors. The application did install and had a menu entry, but no icon was present for the entry. When I run the .deb files on Mint icon are properly made for

[Gambas-user] Add new option in the menu of the project tree: Open File Manager

2014-08-31 Thread Julio Sanchez
Request for improvement: It would be possible to add to the project tree menu, a new option to directly open the directory where this hosted the file, directory or directly to the project folder, using the file manager (Dolphin, Nautilus, PCMan File Manager, Rox-Filer). It would be very useful

Re: [Gambas-user] Bug: Mageia packages made by IDE do not install application icon in distro menu

2014-08-31 Thread Benoît Minisini
Le 31/08/2014 13:54, Willy Raets a écrit : Hi all, Lee (also on this mailinglist) did some testing of an application of mine. He reported that when installing the rpm he had script errors. The application did install and had a menu entry, but no icon was present for the entry. When I run

Re: [Gambas-user] Add new option in the menu of the project tree: Open File Manager

2014-08-31 Thread Benoît Minisini
Le 31/08/2014 14:09, Julio Sanchez a écrit : Request for improvement: It would be possible to add to the project tree menu, a new option to directly open the directory where this hosted the file, directory or directly to the project folder, using the file manager (Dolphin, Nautilus, PCMan

[Gambas-user] How to disable a select number of Tabs in a TabStrip?

2014-08-31 Thread Willy Raets
Hi all, With TabStrip1.Enabled = True all tabs are disabled and that makes sense. I on the other hand, would like to disable only a few select tabs on a TabStrip. I've tried several options, had a look at the wiki on TabStrip and searched the mailing list, but nothing came up. So what is the

Re: [Gambas-user] How to disable a select number of Tabs in a TabStrip?

2014-08-31 Thread Tobias Boege
On Sun, 31 Aug 2014, Willy Raets wrote: Hi all, With TabStrip1.Enabled = True all tabs are disabled and that makes sense. I on the other hand, would like to disable only a few select tabs on a TabStrip. I've tried several options, had a look at the wiki on TabStrip and searched the mailing

Re: [Gambas-user] How to disable a select number of Tabs in a TabStrip?

2014-08-31 Thread Willy Raets
On zo, 2014-08-31 at 17:28 +0200, Tobias Boege wrote: On Sun, 31 Aug 2014, Willy Raets wrote: Hi all, With TabStrip1.Enabled = True all tabs are disabled and that makes sense. I on the other hand, would like to disable only a few select tabs on a TabStrip. I've tried several options,

Re: [Gambas-user] Bug: Mageia packages made by IDE do not install application icon in distro menu

2014-08-31 Thread T Lee Davidson
I have attached a simple application package that properly installs the icon to /usr/share/icons and also properly displays the icon in the menu entry. On a side note: This project is related to a message I just recently sent to the list about the editing shortcut keys and valueboxes. I am

[Gambas-user] How to reset a toolbar config?

2014-08-31 Thread B Bruen
I have this recurring problem with the gb.form.mdi Toolbar. For some reason, unknown, I occasionally lose the project config file contents that describe the customised toolbar or those lines get corrupted. The original config lines are: [gb.form.mdi/Toolbars/tbrTasks]

Re: [Gambas-user] How to reset a toolbar config?

2014-08-31 Thread Benoît Minisini
Le 01/09/2014 01:06, B Bruen a écrit : I have this recurring problem with the gb.form.mdi Toolbar. For some reason, unknown, I occasionally lose the project config file contents that describe the customised toolbar or those lines get corrupted. The original config lines are:

Re: [Gambas-user] How to reset a toolbar config?

2014-08-31 Thread B Bruen
On Mon, 01 Sep 2014 01:29:43 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 01/09/2014 01:06, B Bruen a écrit : I have this recurring problem with the gb.form.mdi Toolbar. For some reason, unknown, I occasionally lose the project config file contents that describe the

[Gambas-user] gb.sdl Music.Play plays high quality wav files too slowly

2014-08-31 Thread Kevin Fishburne
I noticed that wave files that are 96000 Hz, 32-bit float are played too slowly. I don't know if this is an SDL bug or what... Audacious, VLC, Audacity, etc. play the file correctly. For now I'm downsampling the files so they'll play at the correct pitch/speed. -- Kevin Fishburne Eight