[Gambas-user] external function freezes

2018-06-08 Thread Demosthenes Koptsis
Hello, i implemented a ptrace and waitpid external functions in order to read/write a memory address of a process. i want to make a trainer for a game in gambas and i created a small program that reads and writes to a memory process. The problem is that when i try to write to memory it freeze

Re: [Gambas-user] About trayIcon popupmenu.

2016-10-28 Thread Demosthenes Koptsis
See at Application Farm, the VirtualDVD project. It implements the sys tray icon with a popup menu On 10/28/2016 07:49 PM, Gianluigi wrote: > Hi Jorge, > not sure I understand. > Had you seen this post? [0] > Regards > Gianluigi > > [0] http://gambas.8142.n7.nabble.com/Menu-has-no-Click-event-td

Re: [Gambas-user] App idle with long loops

2016-10-08 Thread Demosthenes Koptsis
On 8/10/2016 19:09 μμ, Tobias Boege wrote: > On Sat, 08 Oct 2016, Demosthenes Koptsis wrote: >> Hello, >> >> i have very long (time consuming) For loops and my app is frozen until >> loop is finished. >> >> for example i wget urls with a custom Sub w

[Gambas-user] App idle with long loops

2016-10-08 Thread Demosthenes Koptsis
Hello, i have very long (time consuming) For loops and my app is frozen until loop is finished. for example i wget urls with a custom Sub which Shell("wgetURLS.sh") To sOUTPUT 'get urls For i = 0 To iDepth wgetURLS(i * 10) Next Public Sub wgetURLS(iStart As Integer) . Shell

Re: [Gambas-user] x86 and x64 executables

2016-10-05 Thread Demosthenes Koptsis
Thanks Tobi !!! On 10/05/2016 10:54 AM, Tobias Boege wrote: > On Wed, 05 Oct 2016, Demosthenes Koptsis wrote: >> Hello, >> >> is there possible to create gambas3 application >> >> for x64 and x86 architectures from the same gambas3 IDE? >> >> Or i

[Gambas-user] x86 and x64 executables

2016-10-05 Thread Demosthenes Koptsis
Hello, is there possible to create gambas3 application for x64 and x86 architectures from the same gambas3 IDE? Or i have to install gambas3 in separated machines? Regards, Dim -- Check out the vibrant tech communit

Re: [Gambas-user] Load an Image from Data

2016-10-05 Thread Demosthenes Koptsis
Yes, that was it! Thanks Dim On 4/10/2016 22:04 μμ, Gianluigi wrote: > Not sure I understand: > > PictureBox1.Picture = Picture["NamePicture.extension"] > > 2016-10-04 19:55 GMT+02:00 Demosthenes Koptsis : > >> Hi, >> >> i have 3 images imported in a

Re: [Gambas-user] sni-qt/3330" WARN

2016-10-04 Thread Demosthenes Koptsis
ead [0] and close the window into > Form_Open. > > [0] http://gambas.8142.n7.nabble.com/TrayIcon-question-td55955.html > > 2016-10-03 21:16 GMT+02:00 Demosthenes Koptsis : > >> Hi, >> >> i try to Run the systray project in Linux Mint 18 Mate x64, edition >> >

[Gambas-user] Load an Image from Data

2016-10-04 Thread Demosthenes Koptsis
Hi, i have 3 images imported in a Gambas3 Project. The images are in Data folder of Gambas IDE. How do i load an image from Data folder? Regards, Dim -- Check out the vibrant tech community on one of the world's mos

Re: [Gambas-user] sni-qt/3330" WARN

2016-10-03 Thread Demosthenes Koptsis
estion-td55955.html > > 2016-10-03 21:16 GMT+02:00 Demosthenes Koptsis : > >> Hi, >> >> i try to Run the systray project in Linux Mint 18 Mate x64, edition >> >> and i get >> >> "sni-qt/3330" WARN 22:10:44.398 void >

[Gambas-user] Fwd: sni-qt/3330" WARN

2016-10-03 Thread Demosthenes Koptsis
t 2016 22:16:20 +0300 From: Demosthenes Koptsis To: gambas-user@lists.sourceforge.net Hi, i try to Run the systray project in Linux Mint 18 Mate x64, edition and i get "sni-qt/3330" WARN 22:10:44.398 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SER

[Gambas-user] sni-qt/3330" WARN

2016-10-03 Thread Demosthenes Koptsis
Hi, i try to Run the systray project in Linux Mint 18 Mate x64, edition and i get "sni-qt/3330" WARN 22:10:44.398 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE finally the project cannot run -

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
> End > > Public Sub Timer1_Timer() > > If Me.Visible == True Then > Me.Visible = False > Endif > > End > > 2016-10-03 18:38 GMT+02:00 Demosthenes Koptsis : > >> Yes it works also in Ubuntu Mate. >> >> Final code: >> ---

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
Yes it works also in Ubuntu Mate. Final code: -- ' Gambas class file Public hMenu As Menu Public hMenu2 As Menu Public hMenu3 As Menu Public Sub Form_Open() TrayIcon1.PopupMenu = "hMenu" TrayIcon1.Show TrayIcon1.Visible = True 'Create the popup menu h

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
/lightdm-data/ > XDG_MENU_PREFIX=gnome- > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 > XDG_SESSION_DESKTOP=ubuntu > XDG_SESSION_ID=c1 > XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 > XDG_SESSION_TYPE=x1

Re: [Gambas-user] gb.jit Ubuntu 16.04.1 LTS

2016-10-03 Thread Demosthenes Koptsis
>> Benoit Minisini docet: >> >> $ ./reconf >> $ LLVM_CONFIG=llvm-config-3.5 ./configure -C >> $ make >> >> Regards >> Gianluigi >> >> 2016-10-02 23:01 GMT+02:00 Demosthenes Koptsis : >> >>> Hello, >>> >>

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
On 3/10/2016 14:39 μμ, Benoît Minisini wrote: > Le 03/10/2016 à 13:33, Demosthenes Koptsis a écrit : >> On 3/10/2016 14:21 μμ, Benoît Minisini wrote: >>> Le 03/10/2016 à 10:32, Demosthenes Koptsis a écrit : >>>> Hello, >>>> >>>> i try to im

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
On 3/10/2016 14:39 μμ, Benoît Minisini wrote: > Le 03/10/2016 à 13:33, Demosthenes Koptsis a écrit : >> On 3/10/2016 14:21 μμ, Benoît Minisini wrote: >>> Le 03/10/2016 à 10:32, Demosthenes Koptsis a écrit : >>>> Hello, >>>> >>>> i try to im

Re: [Gambas-user] gb.jit Ubuntu 16.04.1 LTS

2016-10-03 Thread Demosthenes Koptsis
On 3/10/2016 12:01 μμ, Gianluigi wrote: > LLVM_CONFIG=llvm-config-3.5 ./configure -C ok it has accepted it now i build with make let's see... -- Check out the vibrant tech community on one of the world's most

Re: [Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
On 3/10/2016 14:21 μμ, Benoît Minisini wrote: > Le 03/10/2016 à 10:32, Demosthenes Koptsis a écrit : >> Hello, >> >> i try to implement a systray icon with a popup menu. >> >> In wiki says that each menu has a Click() event but i cannot find it in >>

[Gambas-user] Menu has no Click() event

2016-10-03 Thread Demosthenes Koptsis
Hello, i try to implement a systray icon with a popup menu. In wiki says that each menu has a Click() event but i cannot find it in code. I attach the small project. TestG.tar.gz Description: GNU Zip compressed data -

[Gambas-user] gb.jit Ubuntu 16.04.1 LTS

2016-10-02 Thread Demosthenes Koptsis
Hello, i have apt-get install all packages according help wiki. i get this error || || THESE COMPONENTS ARE DISABLED: || - gb.jit || what packages i need to install ? In wiki says LLVM >= 3.1 but what packages are they? Regards Dim -

[Gambas-user] libpq.so

2016-10-02 Thread Demosthenes Koptsis
Hello, in my lmde2 i have the libpq.so file in folder /usr/lib/x86_64-linux-gnu/libpq.so however the configure -C command cannot find it and i get || || THESE COMPONENTS ARE DISABLED: || - gb.db.postgresql -- Check o

Re: [Gambas-user] reconf-all error

2016-10-02 Thread Demosthenes Koptsis
Ok, thanks if you want add libtool to sudo-apt get packages for debian. On 10/02/2016 09:13 PM, Benoît Minisini wrote: > Le 02/10/2016 à 19:55, Demosthenes Koptsis a écrit : >> Hello, >> >> i get these errors please help... >> >> user@lmde-laptop ~/Downl

[Gambas-user] reconf-all error

2016-10-02 Thread Demosthenes Koptsis
Hello, i get these errors please help... user@lmde-laptop ~/Downloads/gambas3-3.9.1 $ ./reconf-all ./reconf-all: 7: ./reconf-all: libtoolize: not found autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal aclocal: warning: couldn't open direc

Re: [Gambas-user] Ubuntu for Android and Gambas

2012-12-11 Thread Demosthenes Koptsis
Thanks Rob, i will wait to see how it goes Στις 10/12/2012 8:34 μμ, ο/η Rob Kudla έγραψε: > On 12/08/2012 11:03 PM, Demosthenes Koptsis wrote: >> According Canonical we will be able to run ubuntu in any android device >> like phones and tablets. >> http://www.ubunt

[Gambas-user] Ubuntu for Android and Gambas

2012-12-08 Thread Demosthenes Koptsis
Hello, According Canonical we will be able to run ubuntu in any android device like phones and tablets. http://www.ubuntu.com/devices/android Does this mean that we can run Gambas in Ubuntu in a Phone or Tablet? -- L

[Gambas-user] Using Gambas for Apache cgi

2012-09-18 Thread Demosthenes Koptsis
Hu??? If you can run any script (file beginning with "#!") as CGI script, then you run any gambas executable, that are script too. The only requirement is that "gbr3" and "gbx3" directory *must be in the PATH environmental variable*. Because Gambas executable start with "#! /usr/bin/env gbr3". Reg

Re: [Gambas-user] Using Gambas for Apache cgi

2012-09-17 Thread Demosthenes Koptsis
Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε: > On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote: >> Hi everyone, >> >> Long time ago I set up a Gambas application in my internal server for >> cgi. I do remember there was some tweaking of Apache confs to tell it to >> accept .gambas and .gbs as a cgi

Re: [Gambas-user] run gambas bash scripts

2012-06-28 Thread Demosthenes Koptsis
Thanks Benoit! On 06/29/2012 12:28 AM, Benoît Minisini wrote: > Le 28/06/2012 22:41, Demosthenes Koptsis a écrit : >> ok, >> >> now something else. >> >> i test a server page created with gambas on apache. >> >> i configured apache to run gambas

Re: [Gambas-user] run gambas bash scripts

2012-06-28 Thread Demosthenes Koptsis
run gambas server pages except cgi config? Στις 28/6/2012 23:36, ο/η Benoît Minisini έγραψε: > Le 28/06/2012 21:43, Demosthenes Koptsis a écrit : >> i want to write a cgi script like php for apache but with gambas language >> >> which is better approach. >> >> to

Re: [Gambas-user] run gambas bash scripts

2012-06-28 Thread Demosthenes Koptsis
ok i found it at Server Pages Thanks !! Στις 28/6/2012 22:39, ο/η Benoît Minisini έγραψε: > Le 28/06/2012 21:22, Demosthenes Koptsis a écrit : >> I think somewhere i saw it in the past >> >> can anyone know if we can write scripts running from bash like that: >&

Re: [Gambas-user] run gambas bash scripts

2012-06-28 Thread Demosthenes Koptsis
i want to write a cgi script like php for apache but with gambas language which is better approach. to write it as cgi with #!/usr/local/bin/gbs3 or with #!/usr/bin/env gbw3 as server page thanks !!! Στις 28/6/2012 22:39, ο/η Benoît Minisini έγραψε: > Le 28/06/2012 21:22, Demosthenes Kopt

[Gambas-user] run gambas bash scripts

2012-06-28 Thread Demosthenes Koptsis
I think somewhere i saw it in the past can anyone know if we can write scripts running from bash like that: i think gbr3 is not the right bin to do this #!/usr/local/bin/gbr3 ' Gambas module file Public Sub Main() Print "Hello World" End ---

Re: [Gambas-user] R: IDE should work again now!

2012-06-15 Thread Demosthenes Koptsis
yes now working in LMDE svn4832 Thanks! Στις 15/6/2012 12:08, ο/η Ru Vuott έγραψε: >> The bug in toolbar management that >> made the IDE crashing at startup with >> the "Invalid object" error should have been fixed. >> >> In revision #4830. >> >> Please confirm! >> >> -- >> Benoît Minisini > > I

Re: [Gambas-user] Server Socket Example

2012-06-14 Thread Demosthenes Koptsis
Στις 12/6/2012 21:53, ο/η Benoît Minisini έγραψε: > Le 10/06/2012 22:00, Demosthenes Koptsis a écrit : >> Hi list, >> >> i work on a server project similar to ServerSocket example and i have >> some questions >> >> 1) in example i see that there is th

[Gambas-user] Fwd: Debian install

2012-06-14 Thread Demosthenes Koptsis
i did not incude the libs for jit gstreamer if anyone can ... Original Message Subject:Debian install Date: Thu, 14 Jun 2012 19:04:28 +0300 From: Demosthenes Koptsis To: Gambas User List is the page http://gambasdoc.org/help/install/debian?v3&view &

Re: [Gambas-user] Array with multiple types of vars

2012-06-14 Thread Demosthenes Koptsis
> can store a reference to that array both in a .Tag field, and some > other global variable. > > Public MyArray As Variant[] > > and in your code: > MyArray = [1, 2, "yeah"] > something.Tag = MyArray > > 2012/6/12, Bruce: >> On Tue, 2012-06-12 at 09:38

Re: [Gambas-user] R: Array with multiple types of vars

2012-06-14 Thread Demosthenes Koptsis
Στις 12/6/2012 13:18, ο/η Ru Vuott έγραψε: > >> i want to create an array like >> [Integer, Integer, String, Boolean, String] >> >> How can i do that? >> >> - > You could use a Structure type array variable: > > > Public Struct

[Gambas-user] Debian install

2012-06-14 Thread Demosthenes Koptsis
is the page http://gambasdoc.org/help/install/debian?v3&view up to date? i use linux mint which is a debian distro and in past i had some difficulties to install all needed packages to compile gambas3 i used the following apt-get sudo apt-get

Re: [Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Demosthenes Koptsis
ram written with Q7Basic (if you don't > know C++)? > - C/C++ compilation is slow, even without conversion (Q7Basic --> C++). > > Jussi > > > > > On 13 June 2012 14:29, Demosthenes Koptsis wrote: > >> Hello i would like to inform you about a basic language

[Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Demosthenes Koptsis
Hello i would like to inform you about a basic language perhaps you may already know. The old KBasic is now Q7Basic http://www.q7basic.org/ This project has some nice features, it is an object oriented Basic compiler which generates equivalent C++ code, managing QT widgets and classes natively

[Gambas-user] Array with multiple types of vars

2012-06-11 Thread Demosthenes Koptsis
Hi, in server socket example i see that we use the Tag property as an array i changed it a while Obj.Tag = [$iId, 0, "", False, sHost] 'Client id, Data id, Data, Valid Client, Remote Ip My question is, can i make such arrays [$iId, 0, "", False, sHost] at Global scope Private/Public arr

Re: [Gambas-user] crypt.md5 vs md5sum

2012-06-11 Thread Demosthenes Koptsis
even i set a prefix the result is different. and i dont know what prefix to use to have the same result with md5sum? Στις 11/6/2012 18:51, ο/η Adrien Prokopowicz έγραψε: > > I've already got this problem too. That's because if you don't give any > prefix, > a random one is used. (see > http://g

[Gambas-user] chart class like charts in excel or libre office calc

2012-06-11 Thread Demosthenes Koptsis
i want to ask if there is a chart class to get some data and make charts ? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT mana

[Gambas-user] crypt.md5 vs md5sum

2012-06-11 Thread Demosthenes Koptsis
hello, i noticed a difference between crypt.md5 function and command md5sum. Both give different results echo password | md5sum is different from crypt.md5("password") why is that? -- Live Security Virtual Conference Ex

[Gambas-user] Server Socket Example

2012-06-11 Thread Demosthenes Koptsis
Hi list, i work on a server project similar to ServerSocket example and i have some questions 1) in example i see that there is the use of Tag property for the socket as Public Sub MyServerSocket_Connection(sHost As String) Obj.Tag = [$iId, 0, ""] End Sub i understand that Tag[0] is

Re: [Gambas-user] Templates

2012-06-02 Thread Demosthenes Koptsis
Στις 2/6/2012 17:07, ο/η Benoît Minisini έγραψε: > Le 02/06/2012 07:13, Demosthenes Koptsis a écrit : >> Hello list, >> >> i want to ask if there is a future plan to implement Templates in Gambas >> like .net >> >> example >> >> http:

[Gambas-user] Templates

2012-06-01 Thread Demosthenes Koptsis
Hello list, i want to ask if there is a future plan to implement Templates in Gambas like .net example http://msdn.microsoft.com/en-us/library/6sh2ey19.aspx#Y0 'Declaration _ Public Class List(Of T) _ Implements IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IList,

Re: [Gambas-user] Data Structures like C++

2012-05-23 Thread Demosthenes Koptsis
may i ask a question, graphs have some algorithms such shortest path as i read, my question is, a graph could be used for a GPS system to represent points on a map or it is something different ? -- Live Security Virtual

Re: [Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
Στις 21/5/2012 23:25, ο/η Benoît Minisini έγραψε: > Le 21/05/2012 21:51, Demosthenes Koptsis a écrit : >> Basic languages have simple data structures like vars and arrays but >> other languages >> like c++ with the help of pointers can have advanced data structures &

Re: [Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
Στις 21/5/2012 23:05, ο/η tobi έγραψε: > On Mon, 21 May 2012, Demosthenes Koptsis wrote: >> Στις 21/5/2012 22:56, ο/η tobi έγραψε: >>> On Mon, 21 May 2012, Demosthenes Koptsis wrote: >>>> Basic languages have simple data structures like vars and arrays but >>&

Re: [Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
Στις 21/5/2012 22:59, ο/η Emil Lenngren έγραψε: > Hash tables and arrays are already implemented. > > The most important missing ones are Multimaps, Sets, Multisets, Linked > lists, Deques. > It should be quite easy to write c++ wrappers and put them in a component. Can they be implemented as gamb

Re: [Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
e, a Set can use a std::set internally. > > Implementing them in Gambas should work, but would be quite slow. I suggest > writing them as a component gb.datastructures or something. > > And yes, Gambas lacks templates, but Variants can be used instead. Not > optimal, but it works.

Re: [Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
Στις 21/5/2012 22:56, ο/η tobi έγραψε: > On Mon, 21 May 2012, Demosthenes Koptsis wrote: >> Basic languages have simple data structures like vars and arrays but >> other languages >> like c++ with the help of pointers can have advanced data structures >> like contain

[Gambas-user] Data Structures like C++

2012-05-21 Thread Demosthenes Koptsis
Basic languages have simple data structures like vars and arrays but other languages like c++ with the help of pointers can have advanced data structures like containers etc... see a full list here http://en.wikipedia.org/wiki/List_of_data_structures i wonder if such data structures can be impl

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-19 Thread Demosthenes Koptsis
On 04/19/2012 09:24 AM, John Spikowski wrote: > On Thu, 2012-04-19 at 08:09 +0200, Rolf-Werner Eilert wrote: >> Could you explain this a bit more in detail? >> >> Thanks >> Rolf >> >> Am 18.04.2012 19:08, schrieb Randall Morgan: >>> Oh, I solved my offline document use with HTTtrack and simply copi

Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-18 Thread Demosthenes Koptsis
i try to download the docs with wget -kvrc --*html-extension *http://gambasdoc.org/help?v3 i think with this way we can have convert php files to html and have offline documentation. if all are good i can send the tarball to put it to download section. Another option is to setup a cron job to

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread Demosthenes Koptsis
Στις 10/4/2012 17:19, ο/η jm έγραψε: > On Tue, 2012-04-10 at 14:31 +0300, Demosthenes Koptsis wrote: >> Στις 10/4/2012 13:07, ο/η jm έγραψε: >>> On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: >>>> Thanks for peoples' replies. It's interesting that th

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread Demosthenes Koptsis
Στις 10/4/2012 13:07, ο/η jm έγραψε: > On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: >> Thanks for peoples' replies. It's interesting that the Basic dev apps do >> not yet seem to include GUI Designers. IMO they are an essential for any >> worthwhile Android RAD. >> >> My starter posting on t

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-09 Thread Demosthenes Koptsis
Yes there is also the virtualbox solution. On 04/09/2012 01:09 PM, Randall Morgan wrote: > I've used virtualbox from Sun Micro for my Windows Vista and 7 laptops to > run Linux. Makes it simple and takes up only a little more space. > > On Mon, Apr 9, 2012 at 2:35 AM, Demosthene

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-09 Thread Demosthenes Koptsis
On 04/09/2012 04:39 AM, Rob Kudla wrote: > On 04/08/2012 11:55 AM, Demosthenes Koptsis wrote: >> andLinux is a ubuntu 9.04. >> i know it is ancient but there is no other way to run native linux apps >> in windows. > andLinux is based on coLinux, which is still developed

Re: [Gambas-user] Gambas3 & Xming

2012-04-09 Thread Demosthenes Koptsis
On 04/08/2012 10:49 PM, Willy Raets wrote: > On zo, 2012-04-08 at 22:20 +0300, Demosthenes Koptsis wrote: >> here are some screenshots >> >> http://www.mediafire.com/i/?ehralxdlqxj30ju >> >> http://www.mediafire.com/i/?r40web2l14o93ny >> >> http://www.m

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-09 Thread Demosthenes Koptsis
On 04/09/2012 04:39 AM, Rob Kudla wrote: > On 04/08/2012 11:55 AM, Demosthenes Koptsis wrote: >> andLinux is a ubuntu 9.04. >> i know it is ancient but there is no other way to run native linux apps >> in windows. > andLinux is based on coLinux, which is still developed

Re: [Gambas-user] Gambas3 & Xming

2012-04-08 Thread Demosthenes Koptsis
here are some screenshots http://www.mediafire.com/i/?ehralxdlqxj30ju http://www.mediafire.com/i/?r40web2l14o93ny http://www.mediafire.com/i/?s9a7bykyrbufwib gambas3 on windows 7 via xming. Gambas3 is running on Linux Mint Debian Edition on server side

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-08 Thread Demosthenes Koptsis
ok andLinux is not working for me. But i found something else. i can run Xming to conect to a remote X server and run gui applications. with this way i can have Gambas3 as SaaS. i can have a server with gambas3 and a host there gambas3 appplications. users can run these apps with Xming. --

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-08 Thread Demosthenes Koptsis
On 04/08/2012 06:49 PM, Benoît Minisini wrote: > Le 08/04/2012 17:15, Demosthenes Koptsis a écrit : >> i make some test with andLinux which is a ubuntu 9.04 installed in >> windows xp. >> >> i try to compile gambas3 to andLinux with purpose to run Gambas3 in >>

Re: [Gambas-user] Gambas3 & andLinux on WinXP

2012-04-08 Thread Demosthenes Koptsis
Στις 8/4/2012 18:49, ο/η Benoît Minisini έγραψε: > Le 08/04/2012 17:15, Demosthenes Koptsis a écrit : >> i make some test with andLinux which is a ubuntu 9.04 installed in >> windows xp. >> >> i try to compile gambas3 to andLinux with purpose to run Gambas3 in >>

[Gambas-user] Gambas3 & andLinux on WinXP

2012-04-08 Thread Demosthenes Koptsis
i make some test with andLinux which is a ubuntu 9.04 installed in windows xp. i try to compile gambas3 to andLinux with purpose to run Gambas3 in WindowsXP if i can. i dont know if anyone else tried something similar. so... i get compilation errors as libtool: compile: gcc -DHAVE_CONFIG_H

Re: [Gambas-user] About Visual Studio Express

2012-04-03 Thread Demosthenes Koptsis
On 04/03/2012 02:02 PM, Bruce Bruen wrote: > It would be good to offer the option to keep a duplicate copy of html > directory as a personal html directory that does not get over written > when new versions of gambas are installed. About this in the past i proposed a feature for Gambas help syste

Re: [Gambas-user] About Visual Studio Express

2012-03-30 Thread Demosthenes Koptsis
Στις 30/3/2012 18:54, ο/η Rolf-Werner Eilert έγραψε: > Am 28.03.2012 14:40, schrieb Demosthenes Koptsis: >> These days i started to test Visual Studio Express 2010 to compare it >> with Gambas3. >> >> Does anyone have any experience with VB Studio Express ? >> >

Re: [Gambas-user] About Visual Studio Express

2012-03-30 Thread Demosthenes Koptsis
ich have > a PictureBox and Label inside. You can already create such structure > in Gambas 3. > > Csaba > > 2012/3/28, Demosthenes Koptsis: >> what about a ribbon menu control ? >> >> http://en.wikipedia.org/wiki/Ribbon_(computing) >> <http://en.wikipedia.org/

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 01:18 PM, richard terry wrote: > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: >> On 03/29/2012 12:54 PM, richard terry wrote: >>> I've never used this, wondered if someone could give me a quite tip how >>> to activate the short cut

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 01:18 PM, richard terry wrote: > On Thursday 29 March 2012 20:58:10 Demosthenes Koptsis wrote: >> On 03/29/2012 12:54 PM, richard terry wrote: >>> I've never used this, wondered if someone could give me a quite tip how >>> to activate the short cut

Re: [Gambas-user] how to use code snippets

2012-03-29 Thread Demosthenes Koptsis
On 03/29/2012 12:54 PM, richard terry wrote: > I've never used this, wondered if someone could give me a quite tip how to > activate the short cut to insert the snippet, assuming this is what is meant > to happen > > richard > > --

Re: [Gambas-user] About Visual Studio Express

2012-03-28 Thread Demosthenes Koptsis
ith controls that are bound to a databasecolumn. > > And I think the whole Net suite is too bloated. > > 2012/3/28 Demosthenes Koptsis > >> These days i started to test Visual Studio Express 2010 to compare it >> with Gambas3. >> >> Does anyone have any expe

[Gambas-user] About Visual Studio Express

2012-03-28 Thread Demosthenes Koptsis
These days i started to test Visual Studio Express 2010 to compare it with Gambas3. Does anyone have any experience with VB Studio Express ? Are there any characteristics that may be we wanted to see in Gambas3 ? Thank you ! -

Re: [Gambas-user] ncurses component

2012-03-26 Thread Demosthenes Koptsis
additionally ncurses are usefull for apps which run in a remote ssh console. That's why admins love these apps. They can have gui apps without running X. Στις 26/3/2012 18:38, ο/η tobi έγραψε: > On Mon, 26 Mar 2012, Rolf-Werner Eilert wrote: >> Am 25.03.2012 14:42, schrieb tobi: >>> Benoît, >>>

Re: [Gambas-user] ncurses component

2012-03-26 Thread Demosthenes Koptsis
Goodmorning to all in the list, ncurses are very usefull for profesionals which work as admins with dedicated servers and want a gui style for their terminal. when i was admin i used iptraf which is a monitoring tool writen in ncurses. Think that monitoring tools (htop), admin tools (yast) are

Re: [Gambas-user] WebPage support in Gambas

2012-03-18 Thread Demosthenes Koptsis
it is nice feature. May i ask if we can use it with apache in the future like php ? On 03/18/2012 03:29 PM, Benoît Minisini wrote: > Hi, > > In revision #4561, Gambas compiler now can compile WebPage. > > What is a WebPage ? > > WebPage is a new "form" type that you enable in the IDE by us

Re: [Gambas-user] Official port to FreeBSD.

2012-03-16 Thread Demosthenes Koptsis
Very nice news indeed !!! On 03/16/2012 06:07 PM, François Gallo wrote: > Hello the Gambas community. > > I declare you that Gambas is officially ported to the > FreeBSD Operating System. > > Install all required packages in order to compile it. > > "The gb.qt4 component crashes for OpenGL. Why?"

Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
On 02/28/2012 12:56 PM, Benoît Minisini wrote: Le 28/02/2012 11:52, Demosthenes Koptsis a écrit : should i set any other property to work? Because tlbrMain.Height = Desktop.Scale * 7 does not work. See attached project i changed it. Thanks! No, you have no control on the toolbar height

Re: [Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
should i set any other property to work? Because tlbrMain.Height = Desktop.Scale * 7 does not work. See attached project i changed it. Thanks! On 02/28/2012 12:28 PM, Benoît Minisini wrote: Le 28/02/2012 11:16, Demosthenes Koptsis a écrit : Hello, i reopen an issue about Toolbar. In

[Gambas-user] Toolbar height is wrong

2012-02-28 Thread Demosthenes Koptsis
Hello, i reopen an issue about Toolbar. In attached Project142 there is a form with a toolbar (red bg) and a hbox (green bg). In hbox toolbuttons appears correctly but not in Toolbar. Toolbar in run mode gets a small height and hides the toolbuttons. I attach the project and a screenshot. C

Re: [Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Demosthenes Koptsis
ok, i installed the gsl. All is ok now. On 02/19/2012 04:34 PM, Wally wrote: > try install gsl and gsl-devel packages (GNU Scientif Library) > > On Sunday, February 19, 2012 16:27:13 Demosthenes Koptsis wrote: >> hello i try to compile gambas3 in a Linux Mint Debian Ed

[Gambas-user] compile Gambas3 and gb.gsl

2012-02-19 Thread Demosthenes Koptsis
hello i try to compile gambas3 in a Linux Mint Debian Edition and i get || || THESE COMPONENTS ARE DISABLED: || - gb.gsl any ideas? Thanks! -- Virtualization & Cloud Management Using Capacity Planning Cloud computing ma

[Gambas-user] checkconfig errors

2012-02-06 Thread Demosthenes Koptsis
hi to all, i downloaded the latest svn and i see that the checkconfig fails when try to install examples. i get --- Making install in examples make[1]: Entering directory `/home/user/Downloads/Gambas/gambas3-svn4454/examples' make[2]: Entering directory

Re: [Gambas-user] Gambas WebPage

2012-01-28 Thread Demosthenes Koptsis
This webpage does it replace the .form and .class files we use? On Sat, 2012-01-28 at 21:18 +0100, Ron wrote: > Benoit great news that we can start develop web pages. No idea what I need > exactly. I will just start to play with it for my project and let you know > what I think then. > > Regards

Re: [Gambas-user] Gambas 3 is out!

2011-12-31 Thread Demosthenes Koptsis
Happy new Gambas years :) Keep going excellent work! On Sat, 2011-12-31 at 14:44 +0200, Jussi Lahtinen wrote: > Big thanks and happy new year!!! > I will do my part to spread the word! > > Jussi > > > > 2011/12/31 Benoît Minisini > > > Ouf! Gambas 3 is finally out! > > > > As promised, it

Re: [Gambas-user] ToolButtons do not appear correct in Toolbar

2011-10-30 Thread Demosthenes Koptsis
Well i saw how Gambas IDE implements the toolbar and i found out that it uses HBoxes and not Toolbars. So i put side by side an HBox and a Toolbar to demonstrate a bug in Toolbar draw on the form Toolbar cuts in half the Toolbuttons. See screenshots. There is a screenshot in design mode and ano

[Gambas-user] checkinstall error

2011-10-30 Thread Demosthenes Koptsis
i have LMDE and Gambas3-svn4223. i get the following error from checkinstall -D command --- make[1]: Entering directory `/home/user/Downloads/Gambas/gambas3-svn4223/examples' make[2]: Entering directory `/home/user/Downloads/Gambas/gambas3-svn4223/examples' Installing the gam

[Gambas-user] [Fwd: Re: ToolButtons do not appear correct in Toolbar]

2011-10-22 Thread Demosthenes Koptsis
Has anyone see the Configure - "Not an object", Icon/size - "Null object" issues for the Toolbar? Forwarded Message > From: Demosthenes Koptsis > To: gambas-user@lists.sourceforge.net > Subject: Re: [Gambas-user] ToolButtons do not appear correct

Re: [Gambas-user] ToolButtons do not appear correct in Toolbar

2011-10-17 Thread Demosthenes Koptsis
No i use a ToolBar. So now, at runtime when i select "Configure..." with mouse right click i get "Not an object" When i select "Icon size/Medium" etc i get Null object. Do i need to create forms for Configure and Size? I dont understand what i should do. On Fri, 2011-10-14 at 16:51 +0200, Fabi

Re: [Gambas-user] libstdc++.so.6 error

2011-10-14 Thread Demosthenes Koptsis
Yes it is, it is LMDE which is based on testing repo and testing is not stable so maybe there are weird errors. On Fri, 2011-10-14 at 16:37 +0200, Benoît Minisini wrote: > > Message, > > > > Project141: symbol lookup error: /usr/lib/x86_64-linux-gnu/libstdc > > ++.so.6: undefined symbol: _ZNSt14

Re: [Gambas-user] Dennis Ritchie is dead

2011-10-14 Thread Demosthenes Koptsis
On Fri, 2011-10-14 at 14:15 +0200, Fabien Bodard wrote: > 2011/10/14 Demosthenes Koptsis : > > On Fri, 2011-10-14 at 01:17 +0200, Benoît Minisini wrote: > >> I paid a little tribute to him by modifying the Gambas website front page. > >> > >> Will Octob

Re: [Gambas-user] Dennis Ritchie is dead

2011-10-14 Thread Demosthenes Koptsis
On Fri, 2011-10-14 at 01:17 +0200, Benoît Minisini wrote: > I paid a little tribute to him by modifying the Gambas website front page. > > Will October, 8th become a non-compilation day? > My opinion is October 8th to be a great compilation day and special releases or versions of software to be

[Gambas-user] libstdc++.so.6 error

2011-10-12 Thread Demosthenes Koptsis
Message, Project141: symbol lookup error: /usr/lib/x86_64-linux-gnu/libstdc ++.so.6: undefined symbol: _ZNSt14error_categoryD2Ev, version GLIBCXX_3.4.15 Steps to reproduce. 1) open project 2) run project 3) close running window 4) get the message Also i get "The program return value 127" I us

Re: [Gambas-user] Release of Gambas 3 RC5

2011-10-09 Thread Demosthenes Koptsis
On Mon, 2011-10-10 at 01:26 +0200, Benoît Minisini wrote: > Hi, > > Here is the release of the fifth release candidate of Gambas 3. > > Of course there were big bugs since the RC4, and a RC5 is needed. :-/ > > All the details about this release is on the web site. > > And if I don't get big bu

[Gambas-user] ToolButtons do not appear correct in Toolbar

2011-10-07 Thread Demosthenes Koptsis
Hi, i add some toolbuttons on a Toolbar. Each button has an image but at runtime it does not appear correct. See png How to correct this? <>-- All of the data generated in your IT infrastructure is seriously valuable. Why

Re: [Gambas-user] Dialog.SaveFile() and Dialog.Path problem

2011-10-06 Thread Demosthenes Koptsis
On Thu, 2011-10-06 at 12:00 +0200, Rolf-Werner Eilert wrote: > Am 06.10.2011 11:19, schrieb Demosthenes Koptsis: > > On Thu, 2011-10-06 at 08:23 +0200, Rolf-Werner Eilert wrote: > >> Am 06.10.2011 00:26, schrieb Demosthenes Koptsis: > >>> The Project141 is attached

  1   2   3   4   5   >