Re: [Gambas-user] DataBrowser Out of Bounds error

2018-10-28 Thread Markus Schatten
On Mon, Oct 22, 2018 at 1:17 AM Benoît Minisini wrote: > > Le 22/10/2018 à 00:43, Markus Schatten a écrit : > > Dear all, > > > > I'm having a weird "Out of bounds" error in the DataBrowser. I'm using > > the DataBrowser with a PostgreSQL datab

[Gambas-user] DataBrowser Out of Bounds error

2018-10-21 Thread Markus Schatten
XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_ID=6 XDG_SESSION_TYPE=wayland XDG_VTNR=2 XMODIFIERS=@im=ibus _=/usr/bin/gambas3 no_proxy=localhost,127.0.0.0/8,::1 All the best, M. -- Markus Schatten, PhD Associate professor and head of Artificial Intelligence Lab

[Gambas-user] sqlite_master not accessible through ODBC?

2016-04-24 Thread Markus Schatten
ms, but with ODBC it doesn't work... What am I doing wrong? All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Informatics Pavlinska 2, 42000 Varazdin, Croatia http://www.foi.hr/nas

Re: [Gambas-user] Gambas apps on Launchpad PPA?

2016-04-03 Thread Markus Schatten
with a > Debian/ folder similar to the one the project has. > Remember to include a makefile too, you can find and example there as well. > > [0] https://github.com/sebikul/mundus > > On Sun, Apr 3, 2016, 10:02 Markus Schatten > wrote: > > > Dear friends, > > >

[Gambas-user] Gambas apps on Launchpad PPA?

2016-04-03 Thread Markus Schatten
a dependency, so it *should* work. Has anyone tried that, e.g. does it work? All the best, M. -- -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Informatics Pavlinska 2, 42000 Varazdin, Croatia http

Re: [Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Markus Schatten
Dear Charlie, no the one in question does not... After dropping all tables without keys, only leaving tables with keys, sadly still the same error... All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of

[Gambas-user] "Result is not available" error with ODBC connection and DataSource

2016-03-02 Thread Markus Schatten
ase over the ODBC connection (no error is risen, both schema and data are loaded fine into the DataBrowser). I'm using the following entry in /etc/odbc.ini : [sqlite] Description=My SQLite database Driver=SQLite3 Database=/home/markus/test.sqlite3 UserName = mylogin Password = mypass What am

Re: [Gambas-user] Problem reading attributes from XML file

2016-02-27 Thread Markus Schatten
Thanks a lot Lee! I've just reinstalled my Gambas and now it works again! Still, I have no idea what happened to the xml component.. All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Inform

[Gambas-user] Problem reading attributes from XML file

2016-02-27 Thread Markus Schatten
e error is thrown in node.cpp from the gb.xml source (e.g. here https://github.com/justlostintime/gambas/blob/master/gb.xml/src/node.cpp). What am I doing wrong? How should I get all attributes from an XmlNode? All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artific

Re: [Gambas-user] Gambas Future or what kind of Gambas we want

2013-11-03 Thread Markus Schatten
Dear Fernando, yes I know, I said SQLite support is planned ;-) It works well with PostgreSQL if you connect to an existing database. All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Informatics

Re: [Gambas-user] Gambas Future or what kind of Gambas we want

2013-11-01 Thread Markus Schatten
.com/p/the-baze/ or for a binary at: http://tinyurl.com/skini-baze I hope that I get a working version soon. All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Informatics Pavlinska 2, 42000 Varazdi

Re: [Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
On Fri, Oct 19, 2012 at 1:36 AM, Sebastian Kulesz wrote: > On Thu, Oct 18, 2012 at 8:22 PM, Markus Schatten > wrote: >> Dear all, >> >> is there a way to execute arbitrary statements dynamically in Gambas >> (for example from a string)? If I understand co

[Gambas-user] Controling Gambas with Gambas

2012-10-18 Thread Markus Schatten
could do the first part. Can it be done? Or is there maybe some other way of implementing a scripting interface? All the best, M. -- Markus Schatten, PhD Assistant professor University of Zagreb Faculty of Organization and Informatics Pavlinska 2, 42000 Varazdin, Croatia http://www.foi.hr

Re: [Gambas-user] PostgreSQL multiple column problem

2012-10-18 Thread Markus Schatten
; Have you try your sql request in the gambas3 IDE database manager? > Le 18 oct. 2012 02:54, "Markus Schatten" a écrit : > >> Dear Fabien and Ian, >> >> thank you for your reply. I was kind of hoping that there is a way to >> index the results. I started

Re: [Gambas-user] PostgreSQL multiple column problem

2012-10-17 Thread Markus Schatten
n just type in the "where" part of the query and > then you add the rest? The app is a database development environment, so users have to enter the whole query. I will try to find solutions for other dbms' (I'm planning to support SQLite and MySQL as well) so if anyone

[Gambas-user] PostgreSQL multiple column problem

2012-10-16 Thread Markus Schatten
write it before executing, but this would be at least an "ugly hack". Any ideas? All the best, M. -- Markus Schatten, PhD Assistant professor University of Zagreb Faculty of Organization and Informatics Pavlinska 2, 42000 Varazdin, Croatia http://www.foi.hr/

Re: [Gambas-user] Regular expressions

2008-11-01 Thread Markus Schatten
LOOP RETURN matches END Best regards, -- Markus Schatten, MSc Faculty of Organization and Informatics Varaždin, Croatia http://www.foi.hr - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Markus Schatten
> if subj <> "" then re.exec(subj) > loop > return matches > end Thanks a lot Rob, this was exactly what I was looking for! Best regards -- Markus Schatten, MSc Faculty of Organization and Informatics Varaždin, Croatia http://www.foi.hr ---

Re: [Gambas-user] Regular expressions

2008-10-31 Thread Markus Schatten
On Thursday 30 October 2008 23:32:09 Rob wrote: > On Thursday 30 October 2008 17:59, Markus Schatten wrote: > > I'm a newbee to Gambas and I have a little problem. I would like to use > > the pcre Regexp class, but I seem not to be able to find any examples of > > how t

[Gambas-user] Regular expressions

2008-10-30 Thread Markus Schatten
lease someone post a short example on how to use it? Best regards, -- Markus Schatten, MSc Faculty of Organization and Informatics Varaždin, Croatia http://www.foi.hr - This SF.Net email is sponsored by the Moblin Your