Re: [Gambas-user] Cannot find Gambas on Suse Leap 42.2

2017-10-31 Thread Rolf-Werner Eilert
Am 30.10.2017 17:48, schrieb Benoît Minisini: Le 30/10/2017 à 17:09, Rolf-Werner Eilert a écrit : I had it installed twice on two different systems, but on the third one, it suddenly doesn't appear anymore. Yast as well as zypper don't want to know it anymore. I looked on the website 1-click

[Gambas-user] Cannot find Gambas on Suse Leap 42.2

2017-10-30 Thread Rolf-Werner Eilert
I had it installed twice on two different systems, but on the third one, it suddenly doesn't appear anymore. Yast as well as zypper don't want to know it anymore. I looked on the website 1-click-install and downloaded a package from "education", but it does not contain gbs3 for instance. In

Re: [Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
-playground.proko.eu/?gist=d0fc775a24c00f2d5271865a565739ef Regards Gianluigi 2017-09-13 10:53 GMT+02:00 Gianluigi <bagone...@gmail.com>: And something like that? https://gist.github.com/anonymous/d0fc775a24c00f2d5271865a565739ef Regards Gianluigi 2017-09-13 10:04 GMT+02:00 Rolf-Werner Eiler

Re: [Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
Julio Sanchez: Hi Rolf: "how many times does .." Maybe this may be worth this: count=split(mystring,chr$(10)).count Regards, Julio 2017-09-13 9:18 GMT+02:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: Hi folks, Somehow I don't remember this - wasn't there a function to

[Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
Hi folks, Somehow I don't remember this - wasn't there a function to count the number of substrings occuring within a string? For instance, how many times does myString contain chr$(10) (to count the number of linefeeds). So it would be a blend of Instr() and String$(). Thanks for your

Re: [Gambas-user] Thunderbird issue

2017-08-28 Thread Rolf-Werner Eilert
Am 28.08.2017 06:08, schrieb Christof Thalhofer: Am 28.08.2017 um 05:48 schrieb Christof Thalhofer: We will have to wait until TB 57 Ahm sorry, "TB 52.4 at the end of September". Alles Gute Christof Thalhofer Strange that you see this only now. I have had this problem for ages. On my

Re: [Gambas-user] CRYPT function - a little help please?

2017-08-25 Thread Rolf-Werner Eilert
Ok Adrien, > First of all, the documentation of gb.crypt is completely wrong. As Tobias says, its methods have *nothing* to do with encryption : they only make hashes, and NONE is there a way to make real encryption in Gambas? If I wanted to encrypt some file with a password for instance,

Re: [Gambas-user] CRYPT function - a little help please?

2017-08-25 Thread Rolf-Werner Eilert
NOW - if anyone out there has a minute and knows - where does this encrypted file or string reside after it is created? Guess where strings reside, somewhere in memory, with a pointer to it... Depends on the interpreter. Why do you care? It's encrypted. If you care for security, the

Re: [Gambas-user] Connect to and control LibreOffice

2017-08-22 Thread Rolf-Werner Eilert
Am 22.08.2017 13:05, schrieb Benoît Minisini via Gambas-user: Le 22/08/2017 à 12:52, Rolf-Werner Eilert a écrit : Am 22.08.2017 12:41, schrieb Benoît Minisini via Gambas-user: Le 22/08/2017 à 05:47, Doug Hutcheson a écrit : On the page http://gambaswiki.org/wiki/doc/intro?nh

Re: [Gambas-user] Connect to and control LibreOffice

2017-08-22 Thread Rolf-Werner Eilert
Am 22.08.2017 12:41, schrieb Benoît Minisini via Gambas-user: Le 22/08/2017 à 05:47, Doug Hutcheson a écrit : On the page http://gambaswiki.org/wiki/doc/intro?nh is this information: Gambas is build on top of many free softwares, and could not exist without them. So I would like to thank every

Re: [Gambas-user] Creating a picture and inserting

2017-08-10 Thread Rolf-Werner Eilert
There was a typo in what I programmed yesterday, I found it - sorry for the noise and thank you very much again, Fabien! Regards Rolf Am 09.08.2017 18:20, schrieb Rolf-Werner Eilert: One more question: If I need a Picture (e.g. for a GridView), how do I convert it? Regards Rolf Am

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
One more question: If I need a Picture (e.g. for a GridView), how do I convert it? Regards Rolf Am 09.08.2017 17:23, schrieb Fabien Bodard: Dim i As Integer Dim hImg As Image For i = 0 To 200 hImg = New Image(32, 32, Color.Transparent) Paint.Begin(hImg)

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
Yes! That was it! Thank you very much, Fabien! Regards Rolf Am 09.08.2017 17:23, schrieb Fabien Bodard: Dim i As Integer Dim hImg As Image For i = 0 To 200 hImg = New Image(32, 32, Color.Transparent) Paint.Begin(hImg) Paint.Font.Bold = True Paint.Ellipse(0, 0,

Re: [Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
? or Drawing picture/image dynamiquely in memory and then use it in a list view ? 2017-08-09 16:14 GMT+02:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: A similar question like a few days ago - now with a list view... Is there a way to create some form of a Picture and use it for the running program?

[Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
A similar question like a few days ago - now with a list view... Is there a way to create some form of a Picture and use it for the running program? What I think about: Using a DrawingArea, draw something small, make it a Picture and then directly use it to insert it into a ListView,

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Rolf-Werner Eilert
Am 09.08.2017 15:29, schrieb Gianluigi: What is happening to our ML? It does not seem to work anymore. Charlie here [0] asks this but I do not have receive it, and the last mails I received after 2 August here [0] do not appear. Probably Benoit has announced that version 3.10 is official but I

Re: [Gambas-user] Two colors and two entries in a GridView

2017-08-04 Thread Rolf-Werner Eilert
Am 04.08.2017 09:16, schrieb Tobias Boege: On Fri, 04 Aug 2017, Rolf-Werner Eilert wrote: In a GridView, it occurs that I need two different entries with two different background colors in a few of the cells. So I thought about different solutions for this. You mean two different colors

[Gambas-user] Two colors and two entries in a GridView

2017-08-04 Thread Rolf-Werner Eilert
In a GridView, it occurs that I need two different entries with two different background colors in a few of the cells. So I thought about different solutions for this. 1. Using RichText doesn't produce any entries here on my system, don't know why, but it might have been an easy way to use it

[Gambas-user] Dragging from one control to another

2017-07-21 Thread Rolf-Werner Eilert
Hello, Still having trouble with this: I have two GridViews. I want the user to drag and drop elements from one table to the other. When the mouse leaves the first GridView, the second doesn't register MouseUp. (It does run within one and the same GridView.) The GridView_Drop event

[Gambas-user] New Gambas on Suse

2017-07-20 Thread Rolf-Werner Eilert
Hi folks, Now that the next version of Gambas is en route, I wonder whether it will come on Suse Leap 42.2 automatically, as there are lots of updates to Gambas each time I update the system. Or will I have to compile myself, as I was used to do on my older systems? Thank you for your

Re: [Gambas-user] How to use drag-and-drop

2017-07-13 Thread Rolf-Werner Eilert
Am 11.07.2017 um 12:23 schrieb Charlie: Rolf-Werner Eilert-2 wrote The basic usage of the drag-and-drop functions isn't quite clear to me. I couldn't find much information in the wiki about it. Here is my code. I use t$ as a simple storage place and TextBox1 is only to see what the thing does

[Gambas-user] RichText in Gambas

2017-07-10 Thread Rolf-Werner Eilert
Is there an information about the RichText property? I mean, which HTML tags are accepted etc.? I could imagine at least Benoit should know where to get information about it. In my GridView example, I tried RichText for the cell. Pure font style tags run well, like bold, italics etc. But I

[Gambas-user] How to use drag-and-drop

2017-07-10 Thread Rolf-Werner Eilert
The basic usage of the drag-and-drop functions isn't quite clear to me. I couldn't find much information in the wiki about it. Here is my code. I use t$ as a simple storage place and TextBox1 is only to see what the thing does. The user should pick the red cell in GridView1 and drag it to

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2017-07-10 Thread Rolf-Werner Eilert
Basically, someone would have to do what Benoit once did: sacrifice "some" time and write a library that links Gambas functions to Android GUI. Android is similar to Linux, at its core. So very basic Gambas functions should run on an Android without too much adaptation. The GUI however is

Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert
Ok, thank you for the tip! Regards Rolf Am 12.06.2017 09:38, schrieb Gianluigi: I replied that I only want Gambas's mail and that's enough. Regards Gianluigi 2017-06-12 9:13 GMT+02:00 Tobias Boege <tabo...@gmail.com>: On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote: This morning,

Re: [Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert
Am 12.06.2017 09:13, schrieb Tobias Boege: On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote: This morning, I got a mail asking for confirmation of my mailing list accounts with sourceforge. They have never ever done this before, so I am somewhat sceptical if this might be just a junk mail and I

[Gambas-user] OT: Is this junk or really a sourforge mail?

2017-06-12 Thread Rolf-Werner Eilert
This morning, I got a mail asking for confirmation of my mailing list accounts with sourceforge. They have never ever done this before, so I am somewhat sceptical if this might be just a junk mail and I will start receiving tons of spams over that account. This is the mail, I cut the

Re: [Gambas-user] ComboBox as a SearchBox?

2017-05-19 Thread Rolf-Werner Eilert
Am 18.05.2017 20:18, schrieb Matti: > My idea was: entering the beginning of a word in a ComboBox, the list should > display all the possible matches, then either select from the list or narrow > the search by entering more letters. > This works perfect - but when I fill the list with the

[Gambas-user] Best way to upgrade Gambas

2017-05-12 Thread Rolf-Werner Eilert
Yesterday I installed Gambas on a machine with Suse Leap. Under Suse, I like to use Yast to collect the necessary libraries etc. to go sure that nothing is missing. So far so good. Now I have a somewhat current Gambas version on this machine, but if I want to follow its development and install

Re: [Gambas-user] Editing still blocked

2017-05-10 Thread Rolf-Werner Eilert
Am 10.05.2017 01:04, schrieb Jussi Lahtinen: > Maybe some window manager setting steal focus from the editor..? > > > Jussi > Further upstairs in the thread, Fernando answered to a question from me: "Nevertheless, the problem appeared after I had downloaded docEditor from the farm. After that,

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Rolf-Werner Eilert
Am 08.05.2017 12:55, schrieb Fernando Cabral: > I really need your help. I can't edit any code. Everything is locked. I > have even taken two extreme measures: changed the whole directory tree to > 777 (chmod-R 777 .) and re-installed gambas from scratch (this time using > the PPA). > > Still does

Re: [Gambas-user] Help with Observer 'Stop Event'

2017-03-29 Thread Rolf-Werner Eilert
Am 27.03.2017 21:29, schrieb Riccardo: > I have an observer on a ValueBox control to prevent it changing to zero and > to prevent it becoming larger than the value in a different ValueBox. > > Public Sub valNumObserver_change() > >If valNum.value = 0 Then valNum.Value = 1 >If valNum.Value

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-17 Thread Rolf-Werner Eilert
; and remains under the mouse pointer. > > Best Regards. > > > 2017-03-16 13:01 GMT+01:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: > >> Am 16.03.2017 08:55, schrieb Jorge Carrión: >>> Hi >>> I've upload to Gambas Farm a new control that I called hGri

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 12:57, schrieb PICCORO McKAY Lenz: > very usefully > 2017-03-16 7:15 GMT-04:00 Rolf-Werner Eilert <rwe-...@osnanet.de>: > >> >> Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? >&

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 08:55, schrieb Jorge Carrión: > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) > > Its a control that inherits of GridView with a new boolean property >

Re: [Gambas-user] New in Gambas Farm: A gridview with automatic row height

2017-03-16 Thread Rolf-Werner Eilert
Am 16.03.2017 08:55, schrieb Jorge Carrión: > Hi > I've upload to Gambas Farm a new control that I called hGrid (the "h" of > "Height" and yes, I know that h usually means "handle" but I'm lack of > imagination, I'm afraid) Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? > > Its

Re: [Gambas-user] ... Is mailing list dead ?

2017-03-02 Thread Rolf-Werner Eilert
Am 02.03.2017 10:07, schrieb Fabien Bodard: > This is a try to get some contact to the extern world :-) > Gambas is so good, nobody has a problem ;) Rolf -- Check out the vibrant tech community on one of the world's

Re: [Gambas-user] WebForm runs - and suddenly does no more

2017-02-23 Thread Rolf-Werner Eilert
Am 24.02.2017 03:04, schrieb Benoît Minisini: > Le 24/02/2017 à 03:01, Benoît Minisini a écrit : >> Le 23/02/2017 à 18:17, Rolf-Werner Eilert a écrit : >>> I started a new WebForm project which I copied from my first test >>> project I mentioned the other day. >>

[Gambas-user] WebForm runs - and suddenly does no more

2017-02-23 Thread Rolf-Werner Eilert
I started a new WebForm project which I copied from my first test project I mentioned the other day. I just let it make a binary and copied it into the cgi-bin folder of my own apache on our server here in the school. First it ran flawlessly, but when I started to work on it and changed

Re: [Gambas-user] Sort multidimensional array?

2017-02-07 Thread Rolf-Werner Eilert
Hi Matti, I don't find your method so dirty - I have used it a lot of times myself. And I use it in table-like arrays with more than 2 columns, all as strings. However, I use a character which does not appear in normal strings, like TAB (chr$(9)) or chr$(6). To pack and unpack a single line,

Re: [Gambas-user] Array data to Gridview?

2017-02-06 Thread Rolf-Werner Eilert
Hi Riccardo, just use the DATA event for the Gridview. In short: You just define the number of Columns and Rows for the Gridview. As soon as you define the Rows, the Gridview will begin to load the contents for the cells by jumping into the Data event over and over again. You only have to

[Gambas-user] System.User.Home or User.Home?

2017-02-03 Thread Rolf-Werner Eilert
Just stumbled over this one: System.User.Home and User.Home seem to be the same, or is there a difference? Thank you Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Gambas-user] Timer

2017-01-27 Thread Rolf-Werner Eilert
Hi, > > The program has a form with 3 buttons and a valuebox. > Button 1 starts timer. > Button 2 stops timer. > Button 3 restarts timer. Restart? What for, you have Button 1... Or do you mean "resume"? > > As usual I just cannot get the syntax correct to make it work. > When I copy/paste from

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
GMT+01:00 Benoît Minisini <gam...@users.sourceforge.net>: >> Le 25/01/2017 à 17:54, Rolf-Werner Eilert a écrit : >>> Am 25.01.2017 17:29, schrieb Benoît Minisini: >>>> Le 25/01/2017 à 17:23, Rolf-Werner Eilert a écrit : >>>>> >>>>> Ah! Now it says

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 17:58, schrieb Benoît Minisini: > Le 25/01/2017 à 17:54, Rolf-Werner Eilert a écrit : >> Am 25.01.2017 17:29, schrieb Benoît Minisini: >>> Le 25/01/2017 à 17:23, Rolf-Werner Eilert a écrit : >>>> >>>> Ah! Now it says "Type mi

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 17:29, schrieb Benoît Minisini: > Le 25/01/2017 à 17:23, Rolf-Werner Eilert a écrit : >> >> Ah! Now it says "Type mismatch: Wanted WebTableData, got String instead" >> >> So, what is WebTableData? >> >> Rolf >> > > It's the

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 16:24, schrieb Benoît Minisini: > Le 25/01/2017 à 16:19, Rolf-Werner Eilert a écrit : >> >> Thank you very much, that makes it much clearer. Now I have a Button1 >> and a WebTable1 >> >> Public Sub WebButton1_Click() >> >> WebLabel1

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 15:45, schrieb Benoît Minisini: > Le 25/01/2017 à 15:33, Rolf-Werner Eilert a écrit : >> >> The only thing I could not make out is how to control the tableview. As >> there is no treeview and no listview, I would use tableview to replace >> bo

Re: [Gambas-user] How to get started with WebView

2017-01-25 Thread Rolf-Werner Eilert
This thing is awesome, Benoit! Am 24.01.2017 11:27, schrieb Benoît Minisini: > Le 24/01/2017 à 11:24, Rolf-Werner Eilert a écrit : >> >> Now I got it. When I make a gb.web.form application, I just mark one of >> the forms as startup class (as I did) and

Re: [Gambas-user] detecting menus actions

2017-01-25 Thread Rolf-Werner Eilert
Am 25.01.2017 13:10, schrieb bill-lancaster: > Is it possible to log which menu items have been selected? > In other words, can I create a general event to catch and identify menu > activity? > > Gambas 3.8.2 > > Maybe it's possible via a group name?

Re: [Gambas-user] How to get started with WebView

2017-01-24 Thread Rolf-Werner Eilert
Am 24.01.2017 10:36, schrieb Benoît Minisini: > Le 24/01/2017 à 10:11, Rolf-Werner Eilert a écrit : >> Am 23.01.2017 20:28, schrieb Benoît Minisini: >>> Le 23/01/2017 à 18:41, Rolf-Werner Eilert a écrit : >>>> Hi, >>>> >>>> I have 3.9.2

Re: [Gambas-user] How to get started with WebView

2017-01-24 Thread Rolf-Werner Eilert
Am 23.01.2017 20:28, schrieb Benoît Minisini: > Le 23/01/2017 à 18:41, Rolf-Werner Eilert a écrit : >> Hi, >> >> I have 3.9.2 installed and started a new project as WebView project. >> >> Then added WebForm from the components. >> >> Then added a new fo

[Gambas-user] How to get started with WebView

2017-01-23 Thread Rolf-Werner Eilert
Hi, I have 3.9.2 installed and started a new project as WebView project. Then added WebForm from the components. Then added a new form called Webform1. Then added a button, text area etc. When I press start, I get a Konqueror instance showing the example table from the Main.webpage. But

Re: [Gambas-user] variable in WebForm not remember

2017-01-23 Thread Rolf-Werner Eilert
Am 21.01.2017 19:46, schrieb Benoît Minisini: > Le 17/01/2017 à 08:26, Rolf-Werner Eilert a écrit : >> >> Where does the webform store the values until the next call? And can it >> remember calls from different users? >> >> Regards >> Rolf >>

Re: [Gambas-user] variable in WebForm not remember

2017-01-16 Thread Rolf-Werner Eilert
Am 16.01.2017 01:37, schrieb Benoît Minisini: > Le 16/01/2017 à 01:20, מיוסט שרון a écrit : hello I have WebForm1 I put on the WebForm1 two controls of WebButton1 WebButton2 I have a variable of type String named my_A I would like when I press the WebButton1 the my_A

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Rolf-Werner Eilert
Am 07.12.2016 14:31, schrieb Fabien Bodard: > This is the example on how to use the gambas Expression class. Thank you very much, this looks very interesting! Regards Rolf > > 2016-12-07 14:30 GMT+01:00 Fabien Bodard <gambas...@gmail.com>: >> 2016-12-07 13:30 GMT+01:00 Ro

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Rolf-Werner Eilert
Fabien, I have followed your discussion and have a question: > believe me. This time, I will base the solver on the Gambas expression > class. This will have several advantages. First, I will not reinvent Where is this class, and how would I use it? > spreadsheets. My first job is to create a

Re: [Gambas-user] SpreadSheet

2016-12-05 Thread Rolf-Werner Eilert
Oh, and I was curious, thinking "something new to learn from" :) Rolf Am 05.12.2016 15:25, schrieb Fabien Bodard: > But it's (canvas) gambas and all goes fast > > (damned android corrector !) > > 2016-12-05 13:51 GMT+01:00 Fabien Bodard : > >> You can send me your work . 

Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Rolf-Werner Eilert
Thought so :) Am 30.11.2016 16:03, schrieb Fabien Bodard: > no > > 2016-11-30 15:46 GMT+01:00 Rolf-Werner Eilert <eilert-sprac...@t-online.de>: >> Would this be possible? >> >> Static Private WorldMap[100, 100] As New MapObject >> >> >> or in

Re: [Gambas-user] Arrays of Structs

2016-11-30 Thread Rolf-Werner Eilert
Would this be possible? Static Private WorldMap[100, 100] As New MapObject or in a similar way... Just ask because I tend to use New in the first declaration line if possible. Regards Rolf Am 30.11.2016 07:27, schrieb nand...@nothingsimple.com: > I use structs to write binary to a file in

Re: [Gambas-user] Setting focus to form.

2016-11-29 Thread Rolf-Werner Eilert
In one of my projects, there are two forms the user switches forth and back with "F9". I use ".Main" to show the other form, so FMain.Main would it be in your case. But the calling form must still exist for this to run, so the splash screen would have to disappear later. Try and tell if it

Re: [Gambas-user] Load modules dynamically ?

2016-11-15 Thread Rolf-Werner Eilert
Am 14.11.2016 19:56, schrieb gbwi...@openmailbox.org: > On 2016-11-14 18:17, u...@gmx.ch wrote: >> Dear Gambas users, >> >> >> The situation: >> - Different gambas-programs, >> - all using similar functions >> - All those functions are packed in modules. >> >> The question: >> I there a way to

Re: [Gambas-user] Fwd: Some screenshots of my current work on Terminal forms

2016-11-14 Thread Rolf-Werner Eilert
Am 14.11.2016 13:50, schrieb Fabien Bodard: > 2016-11-14 13:19 GMT+01:00 Christof Thalhofer : >> Am 14.11.2016 um 12:21 schrieb Fabien Bodard: >> >>> More widgets >> Great! Tn the future the Debian installer will be programmed with Gambas! >> >> And mc, and htop and so on. >

Re: [Gambas-user] a possible bug-report

2016-11-03 Thread Rolf-Werner Eilert
Am 31.10.2016 13:51, schrieb Moviga Technologies: > Hi! > > There is a warning in the console in the Gambas IDE that says: > gbx3: warning: 2 allocation(s) non freed. > Not sure where that comes from, but as C++ needs to free up stuff, I > suppose it has to do with the gb.sdl2 component? > >

Re: [Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-03 Thread Rolf-Werner Eilert
Am 02.11.2016 17:16, schrieb Benoît Minisini: > Le 02/11/2016 à 16:49, Rolf-Werner Eilert a écrit : >> The new behaviour of val() drove me nuts when it appeared first ;) I had >> used it in so many places, and all over my code. Sometimes it lasts for >> weeks until your pr

Re: [Gambas-user] Val function changed behaviour, porting gambas2 to gambas3

2016-11-02 Thread Rolf-Werner Eilert
The new behaviour of val() drove me nuts when it appeared first ;) I had used it in so many places, and all over my code. Sometimes it lasts for weeks until your program hits this place, and AGAIN val() Arrgh... :) So in most cases, I ended up either checking for null before (somewhat

Re: [Gambas-user] What the... Help doesn't show help texts

2016-06-10 Thread Rolf-Werner Eilert
Am 10.06.2016 09:02, schrieb Tobias Boege: > On Fri, 10 Jun 2016, Rolf-Werner Eilert wrote: >> Am 10.06.2016 08:52, schrieb Rolf-Werner Eilert: >>> This morning, the IDE help texts don't show up anymore. >>> >>> When I type a command, the help texts appear

Re: [Gambas-user] What the... Help doesn't show help texts

2016-06-10 Thread Rolf-Werner Eilert
Am 10.06.2016 08:52, schrieb Rolf-Werner Eilert: > This morning, the IDE help texts don't show up anymore. > > When I type a command, the help texts appear in the small window. But > when I press F1, I can see the tree on the left, but no text on the > right. There is a short blink

[Gambas-user] What the... Help doesn't show help texts

2016-06-10 Thread Rolf-Werner Eilert
This morning, the IDE help texts don't show up anymore. When I type a command, the help texts appear in the small window. But when I press F1, I can see the tree on the left, but no text on the right. There is a short blink of the waiting circle thing appearing, then it stays white. It seems,

Re: [Gambas-user] Question about gb.cairo

2016-05-23 Thread Rolf-Werner Eilert
I have used Cairo in a non GUI application, and it runs very well. Maybe you are using some other function which refers to GUI somewhere in the code? Regards Rolf Am 23.05.2016 16:31, schrieb wi...@develop.earthshipeurope.org: > Hi all, > > I have written a function to make a pdf from data

Re: [Gambas-user] HSplit and VSplit without "handles"

2016-05-23 Thread Rolf-Werner Eilert
; Jussi > > On Fri, May 20, 2016 at 2:50 PM, Benoît Minisini < > gam...@users.sourceforge.net> wrote: > >> Le 20/05/2016 08:13, Rolf-Werner Eilert a écrit : >>> I guess it is a matter of Qt who might have thought a simple line is >>> more "elegant" o

Re: [Gambas-user] HSplit and VSplit without "handles"

2016-05-20 Thread Rolf-Werner Eilert
n't seem > to change anything of it... > > > Jussi > > On Thu, May 19, 2016 at 6:47 PM, Rolf-Werner Eilert < > eilert-sprac...@t-online.de> wrote: > >> Here you are: >> >> vsplit1 is from Gambas2, vsplit2 from Gambas3 >> >> >> Am 19.05.2016 17:35,

Re: [Gambas-user] HSplit and VSplit without "handles"

2016-05-19 Thread Rolf-Werner Eilert
Here you are: vsplit1 is from Gambas2, vsplit2 from Gambas3 Am 19.05.2016 17:35, schrieb Jussi Lahtinen: Not sure what you mean. Screenshot would be useful. But how the GUI appears to you is largely dependent on your used theme. Jussi On Thu, May 19, 2016 at 10:13 AM, Rolf-Werner Eilert

[Gambas-user] HSplit and VSplit without "handles"

2016-05-19 Thread Rolf-Werner Eilert
In a comparison with the older brew of the same project under Gambas2, I just found that the grips/handles (dotted surfaces) on the lines have disappeared under Gambas3. There are just dark gray lines instead. The functionality is there, the mouse arrow changes, you can drag the line etc. But

Re: [Gambas-user] Balloon with black background

2016-05-12 Thread Rolf-Werner Eilert
> [1] > http://www.iwillfolo.com/how-to-change-gtk-apps-tooltips-text-and-background-color/ > > 2016-05-12 11:16 GMT+02:00 Rolf-Werner Eilert <eilert-sprac...@t-online.de>: > >> This has not priority 1 for me, but it looks somewhat ugly. >> >> Currently I am migrating an

Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
Aah, the same message - thank you! Rolf Am 10.05.2016 16:47, schrieb Jussi Lahtinen: > What happens if you run the same command in actual terminal? > > > Jussi > > On Tue, May 10, 2016 at 5:40 PM, Rolf-Werner Eilert < > eilert-sprac...@t-online.de> wrote: > >>

Re: [Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
Am 10.05.2016 16:49, schrieb Benoît Minisini: > Le 10/05/2016 16:40, Rolf-Werner Eilert a écrit : >> When I shell out after having made a PDF with >> >> Shell "okular " & myPDFfile >> >> I get a warning in the IDE: >> >> okular(124

[Gambas-user] Warning from Shell command

2016-05-10 Thread Rolf-Werner Eilert
When I shell out after having made a PDF with Shell "okular " & myPDFfile I get a warning in the IDE: okular(12453)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x7bcc08 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to

Re: [Gambas-user] String[] in Sub, what is going wrong

2016-04-28 Thread Rolf-Werner Eilert
Am 27.04.2016 18:39, schrieb T Lee Davidson: > On 04/27/2016 12:02 PM, Rolf-Werner Eilert wrote: >> This is the code: >> >> Public Sub setFontNameList(fontliste As String[]) >> Dim i As Integer >> >> fntexc.Clear >> >> For i = 0 To f

[Gambas-user] String[] in Sub, what is going wrong

2016-04-27 Thread Rolf-Werner Eilert
This is the code: Public Sub setFontNameList(fontliste As String[]) Dim i As Integer fntexc.Clear For i = 0 To fontliste.count - 1 fntexc.Add(fontliste[i]) Next End It didn't run, so I set a Wait to the line fntexc.Clear. "fontliste[]" is delivered as it should, it has 3 items.

Re: [Gambas-user] FontChooser setting fontname

2016-04-27 Thread Rolf-Werner Eilert
Am 27.04.2016 10:12, schrieb adamn...@gmail.com: > On Wed, 27 Apr 2016 09:44:55 +0200 > Rolf-Werner Eilert <eilert-sprac...@t-online.de> wrote: > >> Does really nobody know why I cannot set the SelectedFont value as >> mentioned in the documentation? >> >>

Re: [Gambas-user] FontChooser setting fontname

2016-04-27 Thread Rolf-Werner Eilert
Does really nobody know why I cannot set the SelectedFont value as mentioned in the documentation? Rolf Am 26.04.2016 12:57, schrieb Rolf-Werner Eilert: > "Courrier" is French, in my list there is "Courier". I can choose it > from the list, but I cannot set the list

Re: [Gambas-user] FontChooser setting fontname

2016-04-26 Thread Rolf-Werner Eilert
"Courrier" is French, in my list there is "Courier". I can choose it from the list, but I cannot set the list to this value/index/string. Rolf Am 26.04.2016 12:39, schrieb Fabien Bodard: > Courrier > Le 26 avr. 2016 12:12, "Rolf-Werner Eilert" <

[Gambas-user] FontChooser setting fontname

2016-04-26 Thread Rolf-Werner Eilert
The docu reads: FontChooser.SelectedFont (gb.form) Property SelectedFont As String Returns or sets the selected font as a string. When I try to do Dim MyFont As String MyFont = "Courier" fcMyFont.SelectedFont = MyFont nothing happens. Am I expecting too much? Rolf

Re: [Gambas-user] Warning Could not connect to Gambas Documentation

2016-04-22 Thread Rolf-Werner Eilert
Here was a problem for about an hour, too. It makes typing code very slowly. Rolf Am 22.04.2016 12:44, schrieb Gianluigi: > now is fine working > > Regards > Gianluigi > > 2016-04-22 11:46 GMT+02:00 Gianluigi : > >> Warning Could not connect to Gambas Documentation >> >>

Re: [Gambas-user] Balloon in help window partly covered

2016-04-21 Thread Rolf-Werner Eilert
Ah, what a shame... Ok, but I understand. Thanks for the explanation! Rolf Am 21.04.2016 16:41, schrieb Benoît Minisini: > Le 21/04/2016 08:59, Rolf-Werner Eilert a écrit : >> This is a little thing that got my attention: >> >> When I hover the mouse over an underlined it

[Gambas-user] IconPanel in IDE click behaviour

2016-04-21 Thread Rolf-Werner Eilert
Here comes another "feature" :) In the Form Editor of the IDE, when I have an IconPanel I can click on the items to let the related working spaces appear. But clicking here will not activate the IconPanel itself, neither will the property palette with the IconPanel's properties react. I have

[Gambas-user] Balloon in help window partly covered

2016-04-21 Thread Rolf-Werner Eilert
This is a little thing that got my attention: When I hover the mouse over an underlined item in the help window, a balloon help comes up. This will always open to the right. When the item is near the right window border, the balloon disappears under the window's edge. There is no difference

Re: [Gambas-user] ListEditor Icons

2016-04-19 Thread Rolf-Werner Eilert
Ah, alright, will look for it later... Rolf Am 19.04.2016 17:57, schrieb Gianluigi: > List Editor is a ListBox with sorting methods etc. > You can see it from the source code in gb.fom. > Starting from there you can try to change the appearance. > Regards > Gianluigi > > 2016-04-19 16:29

Re: [Gambas-user] ListEditor Icons

2016-04-19 Thread Rolf-Werner Eilert
Ok, thank you, this makes it clear! Will try the tar tomorrow. Rolf Am 19.04.2016 16:29, schrieb Charlie: > /1) The ListEditor has four icons. If I don't like them, is there a chance to > change them?/ > I don't know how to do this, or even if it can be done. > /2) And how is the Insert/Add

[Gambas-user] ListEditor Icons

2016-04-19 Thread Rolf-Werner Eilert
Three questions: 1) The ListEditor has four icons. If I don't like them, is there a chance to change them? 2) And how is the Insert/Add button handled? Is there an event? 3) I tried ListEditor1.List.Add("Hello") but it doesn't appear in the list. Thank you for your help! Rolf

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
Yes, that works well, too. Rolf Am 13.04.2016 11:52, schrieb Fabien Bodard: > Prefer a Panel with Arrange to none to a HBox. HBox alway call an > arrange internal procedure. > > > 2016-04-13 11:10 GMT+02:00 Rolf-Werner Eilert <eilert-sprac...@t-online.de>: >> Aaaa

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
Aaaah thanks so much, that does the job perfectly! Rolf Am 13.04.2016 11:06, schrieb Tobias Boege: > On Wed, 13 Apr 2016, Rolf-Werner Eilert wrote: >> That's the point, I like the look without border. What I intended was to >> make an optical separation between the list + toolbut

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
ton? A toolButton is a button that > doesn't show its borders without mouse cursor upon it... > > 2016-04-13 10:38 GMT+02:00 Rolf-Werner Eilert <eilert-sprac...@t-online.de>: > >> What I miss is a Border property. If you switch Visible off, the whole >> separator dist

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
set it... int' it? > > Regards > > 2016-04-13 8:40 GMT+02:00 Rolf-Werner Eilert <eilert-sprac...@t-online.de>: > >> Look at the screenshot. I set a separator between the ToolButton and the >> next ComboBox. >> >> The separator produces a thin gray line which looks as

[Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
Look at the screenshot. I set a separator between the ToolButton and the next ComboBox. The separator produces a thin gray line which looks as if it was the border of the ToolButton on its left. So it would be great if the separator's border could be switched off to make it completely

Re: [Gambas-user] How to replace chr$(13) from a text file

2016-04-12 Thread Rolf-Werner Eilert
The New Line in Linux is chr$(10), not chr$(13). So here the Replace will not find anything: Am 11.04.2016 17:18, schrieb José Monteiro: > By now I tried to use: > > Mglobal.info = Replace$(TextArea1.Text, Chr$(13), "|") > > Unfortunately, the global variable "info" still has new lines and a

Re: [Gambas-user] Get html tags from RichText

2016-03-19 Thread Rolf-Werner Eilert
Try to write that text into a file like File.Save(...) Then open that file via mc or whatever plain text editor... Does it work? Regards Rolf Am 18.03.2016 12:32, schrieb abbat81: > There is a RichText in my TableView.Cell.RichText > Can I get source of that content? > (I need to know what

Re: [Gambas-user] .Find only from position "1"?

2016-03-15 Thread Rolf-Werner Eilert
acter like a small middle-dot or coloring it with light gray, blue or so? Anyway, my problem is solved, and sorry for the noise :) Regards Rolf Am 14.03.2016 16:12, schrieb Rolf-Werner Eilert: > Have just stumbled over this one. > > To make things short, elements of an address h

[Gambas-user] .Find only from position "1"?

2016-03-14 Thread Rolf-Werner Eilert
Have just stumbled over this one. To make things short, elements of an address have to be collected. This is the code snippet: feld = Split(felderKopieAdresse[lsKopieAdresse.Index], ",") For i = 0 To feld.Max If links.Find(feld[i]) > -1 Then

  1   2   3   4   5   6   7   8   9   >