Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
Will Qt5 have a HTML display widget of any sort? Ian -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are cons

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
theoretically) bridge the gap temporarily until qt5 > becomes more stable. Qt5 is pretty stable. The only real problem AFAICT is TextEdit isn't available in Qt5 in 3.8.4 This means you can't have TextEdit and WebKit in the same program at the same time.

Re: [Gambas-user] qt5

2016-06-16 Thread Ian Haywood
On Wed, Jun 15, 2016 at 5:40 AM, Benoît Minisini wrote: > Le 14/06/2016 13:21, Ian Haywood a écrit : >> >> The problem quite complicated. Gambas looks for Qt4 and Qt5. If both are >> found, >> Qt4 is loaded. > > No, if Qt5 and Qt4 are present, Qt5 is use

Re: [Gambas-user] qt5

2016-06-14 Thread Ian Haywood
so it preferentially loads Qt5 (a bit of work). That will get the IDE working, but many other programs won't run (because Qt5 doesn't quite have the stability of Qt4, at least last time I checked) Sadly, my recommendation to all (our) users has been stick to Mint/Ubuntu and the PPAs for

Re: [Gambas-user] TextEdit on Qt5

2016-01-25 Thread Ian Haywood
Thanks heaps for doing this I have found one problem that blocks loading the qt5 component at all /usr/bin/gbi3: symbol lookup error: /usr/lib/gambas3/gb.qt5.so: undefined symbol: _ZTV14FixBreezeStyle On Sun, Jan 24, 2016 at 12:23 PM, Benoît Minisini wrote: > Le 24/01/2016 02:18, Moviga Technolog

[Gambas-user] TextEdit on Qt5

2016-01-23 Thread Ian Haywood
s the docs wil lbe under qt5.ext.TextEdit) I suspect I'm missing something (i.e. if it's so easy presumably Benoit had a good reason for not doing it at the start) Anyway I hope this will kick the work along... as I said several of us *really need* TextEdit! Ian diff --git a/gb.qt4/src/m

Re: [Gambas-user] Debian problem step 3.5.4 to 3.8.4

2016-01-20 Thread Ian Haywood
Qt5 has a rich text editor (see http://doc.qt.io/qt-5/richtext.html) I don't see why that cannot be used. I'd have a crack at doing it myself but I have limited time and haven't used C++/Qt for many years so it would take some time to relearn. Would be

Re: [Gambas-user] [Gambas Bug Tracker] Bug #880: gambas-gb-pdf will not install

2016-01-17 Thread Ian Haywood
e been form the standard 14.04 repositories) Ian -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions a

Re: [Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2016-01-13 Thread Ian Haywood
tributions sitting in alioth git waiting for weeks/months to be uploaded. (unfortunately debian does not have an equivalent to "launchpad" for making third-party .debs available) Ian -- Site24x7 APM Insight: G

Re: [Gambas-user] running IDE with Qt5

2015-12-05 Thread Ian Haywood
t4 which is probably what Debian will end up doing. Ian -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one

Re: [Gambas-user] running IDE with Qt5

2015-12-03 Thread Ian Haywood
On Fri, Dec 4, 2015 at 1:10 AM, Benoît Minisini wrote: > Le 03/12/2015 11:47, Ian Haywood a écrit : >> is there a way to run the IDE with Qt5 only (not Qt4 at all) >> The reason is Qt4 webkit is getting pulled out of Debian, so we are >> not allowed to depend on it anymore.

[Gambas-user] running IDE with Qt5

2015-12-03 Thread Ian Haywood
is there a way to run the IDE with Qt5 only (not Qt4 at all) The reason is Qt4 webkit is getting pulled out of Debian, so we are not allowed to depend on it anymore. Ian -- Go from Idea to Many App Stores Faster with

Re: [Gambas-user] The interview on FLOSS

2015-09-19 Thread Ian Haywood
On Sat, Sep 19, 2015 at 11:21 PM, Ru Vuott wrote: >> "autodidact" *is* an English word, > > ..that doesn't come from english sure, can you think of a word that does? -- ___

Re: [Gambas-user] The interview on FLOSS

2015-09-19 Thread Ian Haywood
ably notice that I will never become an > english teacher. Your English was pretty easy to understand FYI "autodidact" *is* an English word, evidently it has the same meaning as French (your use of

[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 result

Re: [Gambas-user] Running website from server

2015-06-26 Thread Ian
hout any success. #!/usr/bin/gbw3 <% private sRes As String Exec ["cat", "/proc/meminfo"] To sRes %> <%= sRes %> === Also ensure that the symbolic link for gbw3 is set in : /usr/bin ian@Linux-Mint /usr/bin $ ls

[Gambas-user] [SPAM] Tool tip missing for GUI controls.

2015-05-09 Thread Ian
When in the GUI and selecting a form in design view... when you mouse over the available controls in the selection area,you no longer get a tool tip. By design or a bug ? (or just another Linux Mint issue) Cheers, Ian. [System] Gambas=3.7.90 OperatingSystem=Linux Kernel=3.13.0-24-generic

Re: [Gambas-user] Password error on clicking store or examples in GUI - SOLVED

2015-03-07 Thread Ian
Tested this on Linux Mint 18 and now works. Must have been fixed in one of the recent updates - had not tested for a while. Cheers, Ian. On 07/02/15 11:19, Ian wrote: > Yes copied text exactly as per the error dialogue. > > with attachment now. > > When clicking on examples,

Re: [Gambas-user] Feature Request

2015-02-07 Thread Ian
get a strange error. Posted with this subject in the forum "Password error on clicking store or examples in GUI" ...and yes, I'm on daily updates. Cheers, Ian. On 07/02/15 19:45, Lewis Balentine wrote: > The context sensitive on-line help system uses the Wiki. That implies

Re: [Gambas-user] Feature Request

2015-02-07 Thread Ian
IIF - I should have know there would be something. now if the wiki had a search function Ian. On 07/02/15 14:15, Fabien Bodard wrote: > :-P > > You need to read the wki help language pages at least ! > > 2015-02-07 7:09 GMT+01:00 T Lee Davidson : >> Hey Ian, >

Re: [Gambas-user] Password error on clicking store or examples in GUI

2015-02-06 Thread Ian
Yes copied text exactly as per the error dialogue. with attachment now. When clicking on examples, I get the same error message as soon as I click the link "There" Cheers, Ian. On 07/02/15 09:54, Benoît Minisini wrote: Le 07/02/2015 02:40, Ian a écrit : Apologies - copied th

[Gambas-user] Feature Request

2015-02-06 Thread Ian
Return InStrTrue Else Return InStrFalse Endif End Use example: BoolValue = True Txt_AmIHappy.Text = IFF(BoolValue,"Yes- Im Using Gambas","No-I have to use VB") Of course this can be done with an If-Else or Select-Case but its a little more el

Re: [Gambas-user] Password error on clicking store or examples in GUI

2015-02-06 Thread Ian
a force quit to end. Cheers, Ian. On 04/02/15 21:00, Jussi Lahtinen wrote: > The screenshot is missing. > > > Jussi > > On Wed, Feb 4, 2015 at 12:03 PM, Ian wrote: > >> Hi , >> I've been getting this error for some time - what can I do to resolve ? >>

[Gambas-user] Password error on clicking store or examples in GUI

2015-02-04 Thread Ian
1-2.0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 cheers, Ian. -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Inte

[Gambas-user] Conversion of array value to integer

2014-11-28 Thread Ian
s is a bug ? Thanks, Ian. -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App In

[Gambas-user] Segfault(11) when looping though an multidimensional array

2014-11-05 Thread Ian
0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 cheers, Ian Roper. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Question on Class.Load

2014-11-02 Thread Ian
? Ian. On 02/11/14 16:30, Fabien Bodard wrote: > Just one question ... have you exported those classes ? > > tmpClass is just a class ... not an instanciate object > > You need to call Object.New > > Or just new > > > Public Sub Main() > Dim hObj As Object > D

[Gambas-user] Question on Class.Load

2014-11-01 Thread Ian
s created classes, I have a standard Procedure to save the applicable database table records to a binary file called CreateBinaryFile(InPath as String) This is the process I am trying to call for e

[Gambas-user] Gtk-CRITICAL messages.

2014-10-26 Thread Ian
.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.204.0 GTK+3=libgtk-3.so.0.1000.8 GTK+=libgtk-x11-2.0.so.0.2400.23 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.44.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.s

Re: [Gambas-user] Release goals for 3.7 / 4.0

2014-10-23 Thread Ian Haywood
option in the IDE, but I appreciate that would be quite hard to do, your time may be more usefully spent on other things. Ian -- ___ Gambas-user mailing list Gambas-user@lists.sour

Re: [Gambas-user] Incomplete documentation in Wiki

2014-10-18 Thread Ian
view as a single page is quite educational - I've seen controls and attributes in the link you supplied that I had never used before and gives me a far greater idea of what's possible. Just a thought. Cheers, Ian. On 18/10/14 06:03, Tobias Boege wrote: > On Sat, 18 Oct 20

Re: [Gambas-user] Incomplete documentation in Wiki

2014-10-17 Thread Ian
Greetings all, Is there a way to automatically scan through the code base and give a list of control elements that are missing documentation ? It would be a good reference to have on the Wiki - a "things to do" list for those who want to contribute. Cheers, Ian Roper On 17/10/14 19

[Gambas-user] Fwd: Pre-release of Gambas 3.6 (2)

2014-10-14 Thread Ian Haywood
compiles but lots of warnings on Debian testing make[4]: Entering directory '/home/ian/Downloads/gambas3-3.6.0/gb.desktop.gnome.keyring/src' CC gb_desktop_gnome_keyring_la-main.lo CC gb_desktop_gnome_keyring_la-keyring.lo keyring.c: In function 'get_password&#

Re: [Gambas-user] Pre-release of Gambas 3.6 (2)

2014-10-13 Thread Ian Haywood
compiles but lots of warnings on Debian testing make[4]: Entering directory '/home/ian/Downloads/gambas3-3.6.0/gb.desktop.gnome.keyring/src' CC gb_desktop_gnome_keyring_la-main.lo CC gb_desktop_gnome_keyring_la-keyring.lo keyring.c: In function 'get_password&#

[Gambas-user] [CRASH REPORT] any project type.

2014-09-26 Thread Ian
gives the seg fault error. The GUI does not crash but will continue after the clicking OK on the error. Cheers, Ian Roper Kingdom-0.0.1-crash-140926-172542.tar.bz2 Description: application/bzip -- Meet PCI DSS 3.0

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Ian Haywood
project/.startup svn issue (which can't be fixed by Gambas directly as there is a lot of non-Gambas stuff in our repo) Ian -- Want excitement? Manually upgrade your production database. When you want reliability, choo

Re: [Gambas-user] Textbox bug

2014-09-13 Thread Ian
GET (widget)' failed with the gb.GUI or gb.GTK component selected. No error reported in the console with gb.GTK3 but the problem still exists as stated. Another has also reported this on the gambas forum at whiteislandsofware.com with Ubuntu 14.04 Cheers, Ian Roper. On 13/09/14 08:53, Sh

[Gambas-user] Error with Scrollview and child objects

2014-08-22 Thread Ian
If you populate a scrollview with child checkbox objects where you need to scroll to see them all, as soon as you move the scroll bar the child objects do not respond to events. As soon as you move the scroll bar back to the top, the child objects will then respond. Trying this process with

Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Ian
I have the same version of Linux as Jorge (Linux Mint 17) and key events don't work for me. ? Is there some other tertiary factor involved here? Cheers, Ian Roper. On 15/08/14 19:47, Jorge Carrión wrote: > Jesus: > In my computer works fine with both libraries qt and gtk. with L

[Gambas-user] libraries with svn

2014-08-13 Thread Ian Haywood
Richard Terry and I have run into a problem Our project uses one library (and may use more as we hive up the project into logical components) But, it will be in different locations on our systems (mine in /home/ian/easygp/base.gambas, his funnily enough is /home/richard/easygp/base.gambas, or

Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-15 Thread Ian Haywood
want to run an up-to-date gambas will need to upgrade their whole system anyway] Ian -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Du

Re: [Gambas-user] Gambas 3.5.4 and the Stable PPA

2014-07-12 Thread Ian Haywood
er option is to just use the debian unstable release and relabel the target distro, it should compile on most recent ubuntus as-is] Hopefully in the next version of ubuntu the version will be up-to-date so the kendek PPA won't be needed for that version (it w

[Gambas-user] loading PDF widget very slow

2014-06-12 Thread Ian Haywood
I've noticed that suddenyl loading any PDF became very slow (1-15 seconds to load) the PDFs are small and no my local drive, so should load almost immediately. then I discovered chanigng my default printer fixed it using strace, this is what's happening while I wait for the PDF to load connect(3

[Gambas-user] Fwd: libraries and locations: feature request

2014-06-06 Thread Ian Haywood
as /usr/bin for libraries? Ian -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in

Re: [Gambas-user] Accessing the nth item in a collection

2014-06-04 Thread Ian Haywood
is to have both an Array and a Collection of the same objects. If that doesn't work then I'd have a String[] holding the keys to the collection, this means two lookups so a bit of a speed penalty (but Gambas is fast at this stuff, I doubt you'd notice) Ian -

[Gambas-user] libraries and locations: feature request

2014-06-03 Thread Ian Haywood
as /usr/bin for libraries? Ian -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in

Re: [Gambas-user] Gambas IDE in open project scanning entire home directory

2014-05-24 Thread Ian Haywood
On Sun, May 25, 2014 at 9:39 AM, Benoît Minisini wrote: > Le 25/05/2014 00:48, Ian Haywood a écrit : > The only recursion that occurs is after opening a project: the project > directory is recursively browsed, to detect all project files. > > Otherwise, I have no idea why /hom

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-21 Thread Ian Haywood
On Thu, May 22, 2014 at 3:53 AM, Bruce Cunningham wrote: > Ian, > > Some details about the OS: > Distribution ID: Linaro > Description: Linaro 12.11 > Release: 12.11 > Codename: precise ok, it's an old ubuntu derivative have a look at kendek's PPA (https://launc

Re: [Gambas-user] Compiling Gambas on an Allwinner A10 based system

2014-05-21 Thread Ian Haywood
latest testing and then install gambas directly ("'apt-get install gambas3"), this *should* work as there will be pre-compiled ARM binaries for gambas in the Debian repos. Ian -- "Accelerate Dev Cycles wi

Re: [Gambas-user] gb.db.postgresql – These Components Are Disabled

2014-05-19 Thread Ian Haywood
;> Hi all, >>> >>> compiling Gambas3 following the instructions Gambas Documentation I >>> received this >>> result: >>> >>> || THESE COMPONENTS ARE DISABLED: >>> >>> || - gb.db.postgresql Some key header fi

Re: [Gambas-user] Try;If Error on mutable classes

2014-05-12 Thread Ian Haywood
ktrace? which isn't set by the TRY form (it is when you handle errors using CATCH) > 2) (Harder) If, when trying to invoke an unknown method in a classifier then > should not the interpreter raise the normal error " Unknown Symbol blah blah" when I'm not s

Re: [Gambas-user] Ubuntu 14.04 update and Gambas executables

2014-04-30 Thread Ian Haywood
robably that the bytecode is too new for the 3.1.1 interpreter, you would need to run the programs from a terminal to be sure. Ian -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly ru

Re: [Gambas-user] Downgraded to Gambas 3.5.2 with Ubuntu LTS 14:04

2014-04-27 Thread Ian Haywood
t; Obviously, They'ld like to obtain again the newest version of Gambas: 3.5.3 >> >> What can they do? sounds like they had a PPA configured but lost it when they reinstalled Ubuntu. Not sure where 3.5.2 came from: sadly ubuntu's stock version is still 3.1.1 from

Re: [Gambas-user] Precision immediately lost when assigning value to type Single structure property

2014-04-09 Thread Ian Haywood
stuff where you do), then look at gb.gmp component. Again it will cost you in RAM and speed. Ian -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Depl

Re: [Gambas-user] Install Gambas 3 on Raspbian instruction in Gambas wiki

2014-04-09 Thread Ian Haywood
On Thu, Apr 10, 2014 at 7:35 AM, Willy Raets wrote: > Hi All, > > Since I'm now the owner of a Raspberry Pi running Raspbian I wrote some > short instructions for installing Gambas3 on Raspbian. > > http://gambaswiki.org/wiki/install/raspbian > > Also added Raspbian to the index of distributions.

[Gambas-user] autogenerated files (was: Update of autoconf macros in revision #6230)

2014-04-06 Thread Ian Haywood
Makefile.in and various copies of the m4 macros). This would help with building on Debian. Ian -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists

[Gambas-user] running gambas3 on ARM

2014-03-28 Thread Ian Haywood
I've been trying to run gambas3 on a ARM processor very basic text-only programs will work running anything graphical crashes in the Qt library. ian@debian-imx6:~/gambas3-3.5.2/main/gbx$ gdb gbr3 GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1) Copyright (C) 2013 Free Software Foundation, Inc. License

[Gambas-user] vanishing .info files

2014-02-14 Thread Ian Haywood
y an .info file would not exist on one architecture but does on all the others. The full build log is here. https://buildd.debian.org/status/fetch.php?pkg=gambas3&arch=s390x&ver=3.5.1-1&stamp=1387060766 Ian

Re: [Gambas-user] Error.Backtrace

2014-01-16 Thread Ian Haywood
On 17/01/14 10:11, Benoît Minisini wrote: > Le 16/01/2014 23:12, Ian Haywood a écrit : > For a TRY that does not call functions, it is not computed, so you get > the previous stack backtrace. not computing it is OK (as the combination of Error.Text and Error.Where gives us all the in

[Gambas-user] Error.Backtrace

2014-01-16 Thread Ian Haywood
I have discovered that Error.Backtrace is not always correctly set. if an error occurs in a TRY expression Error.Backtrace remains with the previous error. Error.Where and Error.Text are set correctly. This caused us a lot of problems as we log Error.backtrace to find errors on user systems. I at

[Gambas-user] debian repository: another try

2014-01-05 Thread Ian Haywood
bugfixes on the version currently in debian (3.5.1-1) please let me know if there are any problems builds for i386 and amd64 are available. Ian -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFSyf/eKPy8UudQZS4RAoc6AJ9DNSTrYDHzRKbDmNYQc2eTR1Jn4ACfY7kk 7PWUhQDUVk8Ey2C1PJrF41U

[Gambas-user] stock icons

2013-12-15 Thread Ian Haywood
as a feature request: could gambas fail more gracefully: i.e. not show the icon and produce a warning message, instead of crashing completely? Ian -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFSrl2+KPy8UudQZS4RAlTlAKCLAr4XlNUT05u/xSx1Ri1PIIP2VACgnVl0 t7RPoL7Y

Re: [Gambas-user] The problem with gb.gui, gb.gui.opengl, and gb.desktop.gnome

2013-10-31 Thread Ian Haywood
depends on the GTK libraries and gambas3-gb-qt4 depends on the Qt4 libraries. I will compile some packages with this and run some experiments to see if this does actually work. Ian -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-30 Thread Ian Haywood
yped words > writer... I have fixed the descriptions in the Debian version to fit standard English grammar, please feel free to use those. Now the only lintian errors are the "hardening-no-relro" stuff that I t

Re: [Gambas-user] WIP Debian packages of Gambas

2013-10-29 Thread Ian Haywood
On Tue, Oct 29, 2013 at 12:44 AM, PICCORO McKAY Lenz wrote: > From: Ian Haywood > NOW must search and revise ALL files and sure for a right header of > license, and specified in the copyrithg file, this are the most > important task before uploading, if not some debian mantainers se

[Gambas-user] Official release of Gambas 3.5

2013-10-27 Thread Ian Haywood
o make sure kendek is acknowledged!] The only problem remaining is manpages for gbs3 and gbw3: they exist but are not being installed properly for some reason Ian signature.asc Description: PGP signature -- October Webinar

[Gambas-user] Gambas self-extracting installer (4)

2013-10-27 Thread Ian Haywood
ink "installing locally" is a good idea or particularly useful IMHO. In practice you will almost always need root access to install some dependency, so you might as well install the program itself the normal way in /usr/bin while you're at it. Ian -

[Gambas-user] Fwd: Specifications for Gambas 3

2013-10-27 Thread Ian Haywood
or message comes up: Cannot load component > 'gb.desktop.gnome': cannot find component is there a "gambas3-gb-desktop-kde"? I didn't think so, if but there is you can use the same trick If not I'd pick some kde package that represents the desktop as use this as the oth

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

2013-08-14 Thread Ian Roper
27; parameter I tried this: If TmpArry.Find("some",gb.like,0) > -1 then {/this does not work}// / If TmpArry.Find("some",gb.like,1) > -1 then {/this does not work}// /There was no difference in the results. Many thanks. Ian // ---

[Gambas-user] leaving .ShowDialog() via an exception can crash Qt

2013-06-08 Thread Ian Haywood
manage their own exceptions Ian (gdb) run Starting program: /usr/bin/gbx3 "" [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". QCoreApplication::exec: The event loop is already running Program rec

Re: [Gambas-user] New gb.crypt.openssl component

2013-05-25 Thread Ian Haywood
String Dim ret As String = "" Dim i As Integer For i = 1 To Len(s) ret &= Hex$(Asc(s, i), 2) Next Return ret End Cheers, Ian -- Try New Relic Now & We'll Send You this Cool

[Gambas-user] Gambas 3.4.1 Debian packaging

2013-05-02 Thread Ian Haywood
he project I am working on with Richard Terry, it is a massive project and a reasonably good stress-test, however it doesn't use every Gambas package, please report any problems. Ian Haywood signature.asc Description: OpenPGP di

Re: [Gambas-user] couple of silly questions for Debian packaging

2013-05-02 Thread Ian Haywood
On Thu, May 2, 2013 at 12:49 PM, Sebastian Kulesz wrote: \ >> - gb.net.pop3: is this component written purely in Gambas or partially >> in C? where is it's source code? all I can find is the bytecode-compiled >> file /comp/src/gb.net.pop3/gb.net.pop3.gambas > That component is written purely in G

[Gambas-user] couple of silly questions for Debian packaging

2013-05-01 Thread Ian Haywood
about executables gbs3 and gbw3 don't have manpages (it's a Debian rule all executables have a manpage). I'm happy to write them if someone can point me int the direction of some documentation about what they do (presumably for scripts and webpages I know, but how they work, command-lin

Re: [Gambas-user] How to stop "Greedy" constructors consuming parameters

2013-04-29 Thread Ian Haywood
d you consider a Protected access type (like C++) instead? Ian -- Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level d

Re: [Gambas-user] compiling on Debian

2013-04-28 Thread Ian Haywood
27;t look for this file. I just wanted to make sure it wasn't some problem with my compilation. Ian -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application perform

[Gambas-user] compiling on Debian

2013-04-28 Thread Ian Haywood
sting Debian packaging scripts expect it (i.e. it used to exist back when Gambas was last successfully packaged: 3.1.1) gb.qt4.so and gb.qt4.component are generated. is this a probem? or has the way native gambas components work changed?

Re: [Gambas-user] How to stop "Greedy" constructors consuming parameters

2013-04-19 Thread Ian Haywood
overridden in the hierarchy when required. Unfortunately Gambas doesn't allow any change in function signatures, so if you wanted an extra parameter in a descendant constructor you would have to have an "Init2" method which then calls "Me.Init()" Ian ---

[Gambas-user] Regular expression searching

2013-04-03 Thread Ian Haywood
I have often missed in Gambas the ability to search through strings using a regular expression and provide a function to create replacements Gambas doesn't have procedural pointers or closures, so it's impossible to do it like in ruby/python/etc, but I've found the same can be achieved using an ite

Re: [Gambas-user] Gambas on Debian!

2013-03-22 Thread Ian Haywood
you can get it to compile, let me know how you did it and we can find a Debian developer to actually get it uploaded. Ian -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download A

[Gambas-user] Wizard control in Gambas 3.4 - Not responding to events ?

2013-03-16 Thread Ian
to manually type... Private Sub Wizard1_ The full(?) event list is then displayed. I have included a small project as required to display this. Am I doing it the wrong way or is it really a bug ? Regards, Ian - Perth Western Australia. [System] OperatingSystem=Linux Kernel=3.5.0-25-generic

Re: [Gambas-user] patch for setting directory on EXEC

2013-02-28 Thread Ian Haywood
On 23/02/13 23:09, Ian Haywood wrote: > This patch basically makes EXEC respect the PWD environment variable: > if PWD is set using the WITH keyword option to EXEC then > this is the current directory for the process spawned by EXEC. will this patch be accepted? if not is there any oth

[Gambas-user] patch for setting directory on EXEC

2013-02-23 Thread Ian Haywood
rrent directory for the process spawned by EXEC. Ian gambas-pwd.diff Description: Binary data -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for f

Re: [Gambas-user] forcing time zone localization

2013-02-03 Thread Ian Haywood
ore display, this "counteracts" the time zone adjustment applied by the client OS Ian -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Do

[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 --

Re: [Gambas-user] Debian repository

2012-11-24 Thread Ian Haywood
On Sun, Nov 25, 2012 at 2:02 PM, Sebastian Kulesz wrote: > If i have enough time, tomorrow i will publish the definitive binary > packages for Debian 6 so others can test them, and then move to Unstable. please publish the source package too, and I will submit to the debian contacts I hav

Re: [Gambas-user] Debian repository

2012-11-24 Thread Ian Haywood
epo) try downloading the sources for the latest debian version, copy it and then change the files in debian/ as required to make it compile, then send me the diff. I can integrate it with some stuff I've already done (I got LLVM 3.1 working so gb.jit does compil

Re: [Gambas-user] Debian repository

2012-11-23 Thread Ian Haywood
the other option (which is what I do) is to compile your project on the debian version, this prevents the "bytecode too recent" problem and creates a version debian users can use. remember the debian philosophy is

Re: [Gambas-user] PostgreSQL multiple column problem

2012-10-17 Thread Ian Haywood
query and then you add the rest? Ian -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.s

Re: [Gambas-user] Make form permanantly active

2012-10-17 Thread Ian Haywood
e the window manager to run a particular command whenever F12 is pressed. The command might have to be a gambas script that then uses DBus to report back to your application that the key has been pressed. Ian -- Everyone

Re: [Gambas-user] New component: gb.args

2012-10-16 Thread Ian Haywood
much work, but it creates a problem as it means we need to use the latest gambas, which is hard (debian is still on 3.1, for example) Is there any way to detect at runtime (or compile-time) which module is available so both can supported? or can gb.option stay in the codebase for a little while

Re: [Gambas-user] error compiling gb.xml

2012-10-15 Thread Ian Haywood
On Mon, Oct 15, 2012 at 5:44 PM, Fabien Bodard wrote: > 2012/10/15 Ian Haywood : >> On Mon, Oct 15, 2012 at 12:00 AM, Fabien Bodard wrote: >>> You need Dev package. For libxml2 >> Yes, I have it already, but because I am running on a 64-bit machine the >> libra

Re: [Gambas-user] error compiling gb.xml

2012-10-14 Thread Ian Haywood
ine ("/usr/lib/"), but, for utterly mysterious reasons, only for this library, it finds all the others no problems. Ian -- Don't let slow site performance ruin your business. Deploy New Relic APM De

[Gambas-user] error compiling gb.xml

2012-10-14 Thread Ian Haywood
Now this one doesn't seem to be mentioned before in the mailing list. make[5]: Entering directory `/home/ian/preserve/gambas3/trunk/gb.xml/src/html' CXXgb_xml_html_la-gbi.lo CXXgb_xml_html_la-utils.lo CXXgb_xml_html_la-document.lo CXXgb_xml_html_la-nod

[Gambas-user] error compiling gb.jit

2012-10-14 Thread Ian Haywood
Sorry didn't see previous e-mail. Downloading a new compiler now... Hello I am trying to compile gambas 3.3.3 on Debian wheezy I have llvm-3.1-dev installed compiler is g++ 4.4.5-1 any help appreciated. so -- Don't let

[Gambas-user] error compiling gb.jit

2012-10-13 Thread Ian Haywood
Hello I am trying to compile gambas 3.3.3 on Debian wheezy I have llvm-3.1-dev installed compiler is g++ 4.4.5-1 any help appreciated. Making all in gb.jit make[3]: Entering directory `/home/ian/preserve/gambas3/gambas3/gb.jit' /usr/bin/make all-recursive make[4]: Entering directory `

Re: [Gambas-user] Gambas for Android

2012-08-23 Thread Ian Haywood
k" bytecode instead of gambas bytecode, plus reimplementing all the Gambas graphics and system APIs to the Android APIs. Doable, but a crapload of work (basically a full rewrite of gambas) I suspect it would be faster to wait for Ubuntu-based tablets and phones which apparen

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-11 Thread Ian Haywood
distros such as Mint, Ubuntu etc. Ian -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions w

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-06 Thread Ian Haywood
On Sun, May 6, 2012 at 7:55 PM, Christer Johansson wrote: > I also have RasPi's Debian 6 image running in QEMU ARM emulator so maybe > another option could be to compile it there and them somehow manually > "lift over" the gambas3-runtime and gambas3-gb-net components to the NAS, > any thoughts o

Re: [Gambas-user] Debian ARMEL packages for Gambas3 components?

2012-05-05 Thread Ian Haywood
On Sat, May 5, 2012 at 10:13 PM, Christer Johansson wrote: > I wonder if any Debian ARMEL *.deb packages for the Gambas 3 components > exists somewhere? I've searched high and low over at Debian.org etc. but > there is only for Gambas 2. gambas3 packages for debian are "close to release", hopeful

  1   2   >