Re: [Gambas-user] 2 console questions.

2014-03-17 Thread Γιώργος Κ
> > From my long-years experience with Suse, I usually have the developer > tools (not only C compiler, but developer tools for qt and gtk) > installed. Then I compile Gambas myself, and most libraries are already > there. > > Rolf > > THANKS A LOT Rolf, for your help!!! :-) Installation problem

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
> > These missing components are non-critical to the functioning of Gambas. If > you don't plan to use them, you don't need to compile them. > > If you want them anyways, look at the link I gave you in the previous mail. > There you find the dependencies of all the components. Look up the missing >

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
> > > > The only critical component that's missing is gb.qt4.webkit. As indicated > here[0], you need all the QT libs of version >= 4.5. > > Regards, > Tobi > > Oh, seems like I installed QT5 instead! :-( OK! I installed QT4 as well and here are the updated logs: (This time, Gambas is running, alt

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
> > Could you send us the build logs as described here[0]? > > Regards, > Tobi > I tried to compile the stable (3.5.2) version (after downloading it from SF.NET dl page). I couldn't and it's clearly a missing dependencies problem, but I couldn't figure out, what packages are missing! :-( Logs: ht

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
>> > > Please give details on your system ("System information" menu in the > IDE), because the external terminal emulator is chosen according to your > current desktop. > > -- > Benoît Minisini > > -- Oh I forgot to ment

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
I forgot to post the program! :-) ' Gambas module file Public Sub Main() Dim X As Integer Print "ΑΒΓ" Input X End Just a Print command. With an Input (instead of sleep), for not autoclosing. -- Learn Graph Databases -

Re: [Gambas-user] 2 console questions.

2014-03-16 Thread Γιώργος Κ
>> > You're using OpenSuse? I don't, but IIRC (what I'm *really* not sure about!) > I've heared rumours that their repositories deliver broken Gambas... > It's highly possible. Unstable repositories are "home-made" (from individuals). They have not tested thoroughly and many of them are non-active

Re: [Gambas-user] 2 console questions.

2014-03-15 Thread Γιώργος Κ
> > The Gambas Console (which is built into the IDE to watch a program's stdout > and stderr) is not a full-featured terminal emulator. It won't interpret > those escape sequences, so you need to enable the "Use a terminal emulator" > option in the project options. > Ooops! This option, seems to b

[Gambas-user] Open SUSE.

2014-03-15 Thread Γιώργος Κ
Hi! :-) At "Distributions & Operating Systems" section indicates: OpenSuSE 9.x / 10.x / 11.x -> OK. How this can be updated? I'm running Open SUSE 13.1 x64 KDE and Gambas is perfectly running. There are 3 unstable (=not official) repositories: http://software.opensuse.org/package/gambas3 Ccgx

Re: [Gambas-user] 2 console questions.

2014-03-14 Thread Γιώργος Κ
2014-03-15 2:38 GMT+02:00 Tobias Boege : > On Sat, 15 Mar 2014, ??? ? wrote: >> Hi! :-) >> Thank you very much for this wonderful project! >> >> I just installed it and giving it a try. >> I have 2 questions, console programming related. >> >> 1) Is there any command Input-like, that allows for

[Gambas-user] 2 console questions.

2014-03-14 Thread Γιώργος Κ
Hi! :-) Thank you very much for this wonderful project! I just installed it and giving it a try. I have 2 questions, console programming related. 1) Is there any command Input-like, that allows for a specific number of characters input (without pressing Enter)? Eg. lets say, I'm presenting the us