[Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Christof Thalhofer
Hi, when creating .deb packages with Gambas3 from daily ppa they will not be installed by apt because they depend on version 3.6. From Debian INFO inside the package: Depends: gambas3-runtime (= 3.6), gambas3-runtime ( 3.99.0), gambas3-gb-image (= 3.6), gambas3-gb-image ( 3.99.0),

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Benoît Minisini
Le 09/10/2014 10:37, Christof Thalhofer a écrit : Hi, when creating .deb packages with Gambas3 from daily ppa they will not be installed by apt because they depend on version 3.6. From Debian INFO inside the package: Depends: gambas3-runtime (= 3.6), gambas3-runtime ( 3.99.0),

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Christof Thalhofer
Am 09.10.2014 um 10:55 schrieb Benoît Minisini: It's normal, 3.6 will be released soon. Revert to an older package version if possible (I don't know), or don't use ppa for making packages of your app. Ok, no problem. I'll wait. Alles Gute Christof Thalhofer -- Dies ist keine Signatur

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi I saw, there was an error in my code (F4 did not work), here it is fixed. Alles Gute Christof Thalhofer -- Dies ist keine Signatur DegComboBox-0.0.1-2.tar.gz Description: application/gzip signature.asc Description: OpenPGP digital signature

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Jack
Le 09/10/2014 11:02, Christof Thalhofer a écrit : Hi I saw, there was an error in my code (F4 did not work), here it is fixed. you need to use key.delete instead of key.del -- Cordialement Jacky Tripoteau -- Meet

Re: [Gambas-user] Question on ComboBox

2014-10-09 Thread Christof Thalhofer
Hi, Am 09.10.2014 um 11:15 schrieb Jack: you need to use key.delete instead of key.del Ok, thanks :-) Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature

Re: [Gambas-user] Possible bug in IDE

2014-10-09 Thread Willy Raets
On do, 2014-10-09 at 01:42 +0200, Benoît Minisini wrote: Le 08/10/2014 23:15, T Lee Davidson a écrit : Confirmed with v3.5.4. Except simply opening another project with File-Open_project does not clear the incorrect filters. I have to Quit and re-launch Gambas to clear them. On

[Gambas-user] IDE feature request

2014-10-09 Thread Charlie
I like the IDE *[Ctrl] + H* and *[Ctrl] + J* split screen options.Getting back to the *No split* screen seems to require *Right click Advanced View No Split.*Would it be possible to have a shortcut key to return to *No split*?Thanks,Charlie -- View this message in context:

Re: [Gambas-user] IDE feature request

2014-10-09 Thread Tobias Boege
On Thu, 09 Oct 2014, Charlie wrote: I like the IDE *[Ctrl] + H* and *[Ctrl] + J* split screen options.Getting back to the *No split* screen seems to require *Right click Advanced View No Split.*Would it be possible to have a shortcut key to return to *No split*?Thanks,Charlie Apparently

Re: [Gambas-user] IDE feature request

2014-10-09 Thread Benoît Minisini
Le 09/10/2014 23:18, Charlie a écrit : I like the IDE *[Ctrl] + H* and *[Ctrl] + J* split screen options.Getting back to the *No split* screen seems to require *Right click Advanced View No Split.*Would it be possible to have a shortcut key to return to *No split*?Thanks,Charlie Click on

Re: [Gambas-user] print resolution issues

2014-10-09 Thread Benoît Minisini
Le 08/10/2014 18:20, Paul Horechuk a écrit : I have a successful project that formats a sheet of labels on an Avery form and prints directly to an HP OfficeJet 7500 E910. I set the printer width to 850 and length to 1100 with a resolution of 100. These may not be correct for all (PrinterWidth

[Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-09 Thread T Lee Davidson
If a form's ValueBox.value is modified, subsequent Paint'ing on a cached DrawingArea of the form doesn't produce the draw when the gb.qt4 component is loaded. It does work if, instead, the gb.gtk component is manually selected in the project. Trying to set the focus back to the DrawingArea,

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Sebastian Kulesz
I just updated the PPA to use the new 3.6.99 unstable version. This should fix your problem Christof. Packages are now versioned using the svn revision (i.e gambas3 - 3.6.99+svn6523+build47~ubuntu12.04.1), so this should make it easier to report new bugs and inform the revision being used. On

Re: [Gambas-user] IDE feature request

2014-10-09 Thread Charlie
Thanks but I tried that. If the screen is split horizontally then *[Ctrl] + H does nothing. Pressing [Ctrl] +J will change it to vertical split but nothing I have found will change it to No split. http://gambas.8142.n7.nabble.com/file/n48663/Menu_173.png -- View this message in context:

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Benoît Minisini
Le 10/10/2014 00:52, Sebastian Kulesz a écrit : I just updated the PPA to use the new 3.6.99 unstable version. This should fix your problem Christof. The version number for the next unstable version is 3.6.90, not 3.6.99. Packages are now versioned using the svn revision (i.e gambas3 -

[Gambas-user] search and search replace work on any file in project directory

2014-10-09 Thread Kevin Fishburne
I have static game data in my project directory so it'll be contained within the compiled .gambas executable. When I use Search or Search Replace it goes though Wavefront obj model files, wav files, etc., which is a bit dangerous as well as slow. Perhaps GAMBAS should only perform these

Re: [Gambas-user] Paint misbehaves on QT when a ValueBox.value is changed (v3.5.4)

2014-10-09 Thread T Lee Davidson
On 10/09/2014 07:32 PM, Benoît Minisini wrote: Le 10/10/2014 00:04, T Lee Davidson a écrit : If a form's ValueBox.value is modified, subsequent Paint'ing on a cached DrawingArea of the form doesn't produce the draw when the gb.qt4 component is loaded. It does work if, instead, the gb.gtk

Re: [Gambas-user] Gambas daily Debian packages require 3.6

2014-10-09 Thread Christof Thalhofer
Good Morning Sebastian! Am 10.10.2014 um 00:52 schrieb Sebastian Kulesz: I just updated the PPA to use the new 3.6.99 unstable version. This should fix your problem Christof. Super, thank you! But now I'm unsure weather to pull them, because if you switch back to 3.6.90 as Benoît wanted, I am

Re: [Gambas-user] IDE feature request

2014-10-09 Thread Patrik Karlsson
I have the same problem as you. Reported it on this list some time ago. Patrik -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports