[Gambas-user] gambas3 -V

2015-07-10 Thread ian . roper
Running gambas3 -V produces the result below I'm on Kubuntu 15.04 - Is this specific to this distro or small bug ? ian@ian-Kubuntu:~$ gambas3 -V 3.7.90 kf5.kiconthemes: "Theme tree: (Oxygen)" <---<< Running this test produced the expected results. ian@ian-Kubuntu:~$ gbw3 -V 3.4.0 (

[Gambas-user] Gambas Comparison constant Gb.Like - How does it work ?

2013-08-14 Thread Ian Roper
Greetings, Could you please explain the way in which the comparison constant 'gb.like' works. I tried to use this to search a string array. TmpArry.Add("Something") TmpArry.Add("Another Thing") If TmpArry.Find("some",gb.like) > -1 then {/this does not work}// / I found the behavior was the same

[Gambas-user] Error as Boolean & ERROR as Class

2012-12-25 Thread Ian Roper
ror management handling/reporting End Calling from a form or class Global_Module.ManageError(ERROR) Gambas Error text "Wanted Error, got Boolean instead" Cordialemont, Ian Roper Warnbro Western Australia --

[Gambas-user] CheckBox Group property for created Checkbox

2012-04-29 Thread Ian Roper
mbas 3] Version=3.1.90 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.8.1 GTK+=libgtk-x11-2.0.so.0.2400.10 === Revision is pretty recent - update by SVN around once a week so Rev-4668 25/04/2012 minimum. Re

[Gambas-user] Adding an example application to the Gambas web site - access issue.

2012-04-06 Thread Ian Roper
s all! You get challenged for user name and password when you click on the 'create' link. Regards, Ian Roper - Perth - Western Australia. -- For Developers, A Lot Can Happen In A S

Re: [Gambas-user] Problem with row count in mysql

2012-04-05 Thread Ian Roper
On Thu, 2012-04-05 at 21:17 -0400, ron...@rrgweb.net wrote: Your problem is with your SQL Query I Think ? $hConn.Exec("use AddressBook;") iData = $hConn.Exec("select count(*) AS RecCount from Addresses") PRINT iData!RecCount Does this work ? Cheers, Ian Roper - Per

Re: [Gambas-user] Gambas Editor Shortcuts

2012-03-27 Thread Ian Roper
Try again with the web links as text. Control key shortcuts on the White Island software forum [ http://whiteislandsoftware.com/index.php?page=catalogues&type=entry&id=gambas-coding-tips_2%2Fgambas-editor-control ] Gambas Main web site Control Key shortcuts [http://gambasdoc.org/help/ide/shor

[Gambas-user] Gambas Editor Shortcuts

2012-03-27 Thread Ian Roper
update in the next week or so. Regards, Ian Roper. On Sun, 2012-03-25 at 13:25 +0100, WALKER RICHARD wrote: > In Gambas 3 the .class files are hidden until you display them. A new > project starts with just the main form showing in the IDE. > > One way to show the form's

Re: [Gambas-user] How to call .class file from main file

2012-03-27 Thread Ian Roper
You can also use F12 to toggle between the GUI form view and the Form class code view. Cheers, Ian Roper. On Sun, 2012-03-25 at 13:25 +0100, WALKER RICHARD wrote: > In Gambas 3 the .class files are hidden until you display them. A new > project starts with just the main form showing in t

Re: [Gambas-user] Two short questions

2012-03-04 Thread Ian Roper
Could you use Exec ["xdg-open", Application.path &/ "myfile.pdf"] or is the bad practice ? Note # xdg-open is on most Linux Distros and will open a nominated file with the correct program if there is one installed for this purpose. Regards, Ian Roper ~ Perth - Western Au

[Gambas-user] Editor Control (gb.qt4.ext) - Some questions.

2012-02-04 Thread Ian Roper
flag ? Q: Is it possible to be able to set this to True/False to show line numbers in the control ? Regards, Ian Roper Perth - Western Australia. -- Try before you buy = See our experts in action! The most comprehensive o

Re: [Gambas-user] Editor 'Split' function is reversed

2012-01-28 Thread Ian Roper
t the layout of the divided screens is as the menu options says. ;) so it's not an error. Regards, Ian Roper. On Fri, 2012-01-27 at 13:08 +0800, Ian Roper wrote: > Greetings, > In the code editor, if you select on 'right click' > > Advanced - View - Horizontal Split

[Gambas-user] Issues with 'double click' & Keypress events not working on some controls.

2012-01-26 Thread Ian Roper
Version=2.99.5 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.7.0 GTK+=libgtk-x11-2.0.so.0.2200.0 Revision (r4222) Regards, Ian Roper. Perth Western Australia. DoubleClickIssue.tar.gz Description: application/compressed-tar -

[Gambas-user] Code Folding Issue when used with 'Format page'

2012-01-26 Thread Ian Roper
ktop=Gnome [Gambas 2] Version=2.21.0 Path=/usr/bin/gbx2 [Gambas 3] Version=2.99.5 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.7.0 GTK+=libgtk-x11-2.0.so.0.2200.0 Revision (r4222) Regards, Ian Roper. Perth Western Australia. ---

[Gambas-user] Editor 'Split' function is reversed

2012-01-26 Thread Ian Roper
dor=Ubuntu DistributionRelease="Ubuntu 10.10" Desktop=Gnome [Gambas 2] Version=2.21.0 Path=/usr/bin/gbx2 [Gambas 3] Version=2.99.5 Path=/usr/local/bin/gbx3 [Libraries] Qt4=libQtCore.so.4.7.0 GTK+=libgtk-x11-2.0.so.0.2200.0 Revision (r4222) Regards, Ian Roper. Per

Re: [Gambas-user] Gambas 3 working on Ubuntu Natty with Unity interface - Unable to run ./reconf-all for a fresh SVN download

2011-04-30 Thread Ian Roper
=== I can confirm that the files listed for alocal are there [ /usr/share/aclocal/libtool.m4'] in the nominated folder. Any suggestions ? Regards, Ian Roper On Fri, 2011-04-29 at 16:25 +0200, Ricardo Díaz Martín wrote: > Something new in this issue? > > Regards, > Ric

[Gambas-user] Error writing Binary data - Gambas 2.99.0

2011-02-12 Thread Ian Roper
e. Changed to Gambas 2.22 and same code worked as it should, - able to write & read. Can someone else please test. Thanks in advance. Regards, Ian Roper Perth Western Australia. -- The ultimate all-in-one performance too

[Gambas-user] Incorrect name at the top of the lang web page V2 instead of V3

2011-01-13 Thread Ian Roper
I noticed that at the top of the web page on the Gambas documentation site <http://gambasdoc.org/help/lang> that the version 2.n link is identified as ' > [3.0]' and the version 3.n link is identified as ' > lang [2.0] minor thing I know, but confusing for new users

[Gambas-user] Command line gambas compiler

2010-12-26 Thread Ian Roper
Gambas application self update from the web. To be able to download modified/new project elements and then recompile the application.gambas from a secondary application using the command line function. I have all the rest working but can't find a way to recompile without using the GUI. R

[Gambas-user] ODBC and MS SQL 2000 table existence test issue

2010-11-20 Thread Ian Roper
In the mean time , I have asked him to carefully check the perms on the SQL server for the account he is accessing with to ensure that there are no unusual settings applied. I'll post any suggestions back to his request thread. Thank you in advan

[Gambas-user] A minor bug with TabStrip Control - GTK

2010-08-28 Thread Ian Roper
ame...) produced the same results as long as the Tabs were over the background control. Regards, Ian Roper Perth - Western Australia -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be par

[Gambas-user] Request for GUI featue - Selected object size change

2008-09-20 Thread Ian Roper
conjunction with the arrow keys. If you select multiple objects, they all would all change by the desired amount. If there is already a Key combination to do this could you please let me know. Thank you. Ian Roper Western Australia

Re: [Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-13 Thread Ian Roper
Doriano, Thank you for your good advice. I like the timer clear idea especially. I will also experiment with cursor controls and see if i can make the code tighter. Cheers mate, Ian On Sat, 2008-09-13 at 09:05 +0200, Doriano Blengino wrote: > Ian Roper ha scritto: > > Greetings all,

[Gambas-user] Select an entry in a combo or list box by keypress - Is there a better way.

2008-09-12 Thread Ian Roper
String) THEN Found = TRUE END IF INC Count UNTIL Found OR (Count = (Listbox.Count - 1)) IF found THEN Listbox.index = Count - 1 END PUBLIC SUB Listbox_LostFocus() SearchString = "" E