Re: [Gambas-user] Gambas not starting

2017-11-13 Thread Rolf-Werner Eilert
rwise, as to your question about building it yourself: of course, I have done so ever so often, and you will be able to watch if there are any errors or missing libraries etc. prior to "make install". Regards Rolf Am 10.11.2017 23:55, schrieb Bruce Cunningham: Jussi, When I do that

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 websi

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

2017-10-30 Thread Rolf-Werner Eilert
3 for instance. In this case, I urgently need gbs3. Has someone an idea why I do not find the complete package? Thanks !!! Rolf -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
Thank you Luigi, This is what I had programmed myself (more or less). I just thought there might be a ready-made function like CountStr() or StrCtr() or something :) Regars Rolf Am 13.09.2017 11:01, schrieb Gianluigi: Sorry the link to see it work is this :-( https://gambas

Re: [Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
Thanks Julio, good idea! - but: isn't this a bit too much? After all, you have to instantiate a string[] for it each time, even though you don't see it. Or am I wrong? At least when it has to be called many times (for a table like in my case). Regards Rolf Am 13.09.2017 09:3

[Gambas-user] Function to count substrings

2017-09-13 Thread Rolf-Werner Eilert
s for your input! Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-us

Re: [Gambas-user] Thunderbird issue

2017-08-28 Thread Rolf-Werner Eilert
nts. So I am pretty much used to looking for the right one and clicking Answer To List. As this has been going for years, I would not wonder anymore. The only thing that changed recently is that I now get mails with "mailing list for Gambas users" instead of the sender&#x

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

2017-08-25 Thread Rolf-Werner Eilert
nce, what would I do? Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gam

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

2017-08-24 Thread Rolf-Werner Eilert
, the unencrypted original would be more interesting, but can easily be deleted or written over. Or did I get you completely wrong here? Regards Rolf -- Check out the vibrant tech community on one of the world's mos

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 is this

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

2017-08-22 Thread Rolf-Werner Eilert
. Might even be a way to cope with Scribus. Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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

2017-08-09 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
once and then could stay the same, but it still needs to use the filesystem for it. Regards Rolf Am 09.08.2017 16:46, schrieb Fabien Bodard: well i do not understand what you want exactly ... drawing a picture with the mouse on the drawing area and copy the picture in a list view ? or

[Gambas-user] Creating a picture and inserting

2017-08-09 Thread Rolf-Werner Eilert
, GridView, on any Button etc. How can I save/re-use a Picture? Or do I have to draw it somewhere else? Thank you for your insight! Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging

Re: [Gambas-user] Gambas ML problem

2017-08-09 Thread Rolf-Werner Eilert
have not received ... [0] http://gambas.8142.n7.nabble.com/gambas-user-f3.html -- Everything fine on my side today. Regards Rolf -- Check out

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 in

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

2017-08-03 Thread Rolf-Werner Eilert
2 - Background for the second entry - Font as in the cell - write text for the second entry Then I would have to send this as a Picture to the GridView cell - but how? Thank you for reading up to here and for any ideas! Regards Rolf --

[Gambas-user] Dragging from one control to another

2017-07-21 Thread Rolf-Werner Eilert
event doesn't fire at all. No idea why. Can someone point me to a simple way to manage this? Thanks for your help! Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech site

[Gambas-user] New Gambas on Suse

2017-07-20 Thread Rolf-Werner Eilert
insight! Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-user mailing

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

[Gambas-user] RichText in Gambas

2017-07-10 Thread Rolf-Werner Eilert
solve this? Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-user ma

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

2017-07-10 Thread Rolf-Werner Eilert
drag it to another cell. The contents should appear there. I use "MouseUp" and not "Drop" because Drop didn't have any result. But maybe the way I implemented the whole thing isn't the right one anyhow? Thank you for your insight! Rolf Public t$ As String Public

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

2017-07-10 Thread Rolf-Werner Eilert
however is completely different, with finger-wipes etc., that would have to be re-designed. If someone would do that, the community would be happy! Rolf Am 10.07.2017 um 21:22 schrieb PICCORO McKAY Lenz: hi, sorry for revivin old threaths, but i'm interesting in gambas in other systems.. it

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 : On Mon, 12 Jun 2017, Rolf-Werner Eilert wrote: This morning, I got a mail

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-11 Thread Rolf-Werner Eilert
. Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Gambas-user mailing list G

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

2017-05-18 Thread Rolf-Werner Eilert
ar more elegant... Just a vague idea - have you tried leaving the first entry out or blank when you fill the list? Regards Rolf -- Check out the vibrant tech community on one of the world's most engagin

[Gambas-user] Best way to upgrade Gambas

2017-05-12 Thread Rolf-Werner Eilert
s going to be a production server system. Regards Rolf -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot __

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Rolf-Werner Eilert
the farm. After that, editing has been locked. But I can't affirm there is a cause/effect here.For the time being, I see it as a coincidence." Sounds strange, especially after re-installation, but source code isn't de-installed after all, so the blocking

Re: [Gambas-user] Editing still blocked

2017-05-08 Thread Rolf-Werner Eilert
m, is it? It was the rights thing, but not chmod but chown which caused it. Or maybe you loaded your own stuff from another machine where your username has another Uid? There is a lock-file, but it will only cause Gambas asking if you are sure you are not working with t

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

2017-03-29 Thread Rolf-Werner Eilert
lue has already been changed. So why not changing it back as you do in line 1? If valNum.Value > valDen.Value Then valNum.Value = valDen.Value Regards Rolf -- Check out the vibrant tech community on one of the

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

2017-03-17 Thread Rolf-Werner Eilert
Ah, I understand! It's like with Gambas: It's not a bug, it's a feature :) Thanks for the hint. When I apply it next time, I will try both versions. Rolf Am 16.03.2017 19:05, schrieb Jorge Carrión: > It isn't a bug is the expected behaviour for the example. I set th

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 : > >> >> Why not calling it "wwGridView" or "WWgridview" or "GridVieWW"? >> &g

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

2017-03-16 Thread Rolf-Werner Eilert
Ok, tested it :) Runs very well, BUT: When dragging one of the Columns to the left, the column doesn't stay under the mouse pointer. Somehow, the position is counted wrong, and after dragging forth and back a bit,

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

2017-03-16 Thread Rolf-Werner Eilert
itted to show all the cell > contents. > > I hope it'll be usefull for someone. Oh yes! Great thing! I would love it, and I have instantly ideas where to use it. Regards Rolf --

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 w

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
s on apache, so there really must be something wrong with the WebKalender. Is there a way to be pointed to a line in code, like the debug output in a GUI application? Regards Rolf WebformTest1-0.0.2.tar.gz Description: GNU Zip compressed data WebKalender1-0.0.7.tar.gz Description: GNU Zip

Re: [Gambas-user] Sort multidimensional array?

2017-02-07 Thread Rolf-Werner Eilert
ake a single one-dimensional array of strings and split the columns as described above. Regards Rolf Am 06.02.2017 23:26, schrieb Matti: > Hi Riccardo, > > this is a question I had long years ago. At this time it was not possible. > As I remember, I used a dirty workaround, r

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

2017-02-06 Thread Rolf-Werner Eilert
user scrolls the table. The Gridview will only load the part of the Gridview which is visible. Or when the user clicks on the form or makes it come to the front. That means, besides from providing the cell data you don't have to care about anything, and it is extremely fast. Regards Rolf

[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

Re: [Gambas-user] Timer

2017-01-27 Thread Rolf-Werner Eilert
able 'show the value in this line End For the beginning, use a Label to show the value. > Public Sub Button1_Click() > > Timer1.Enabled = True > > End > > > > Public Sub Button2_Click() > > > > End > > Public Sub Button3_Click() > > > > End

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
Yes, you are right, thank you! Sometimes I do not see the forest for all the trees :) Rolf Am 25.01.2017 18:01, schrieb Fabien Bodard: > OUPS I think it's like the gridview : > Data.Text = CStr(Row) & "-" & CStr(Column) > > 2017-01-25 17:58 GMT+01:00 Benoît

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'

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 >> both of

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 add all

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
there is nothing to see from the Webform. I guess I have to call the Webform from the Main.webpage somehow, but how? Or am I totally wrong here? Thanks for your insight! Regards Rolf -- Check out the vibrant tech community

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 >> > &g

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

2017-01-16 Thread Rolf-Werner Eilert
Gambas class file >> >> Export >> >> Public Sub WebButton1_Click() >>Dim hWeb As WebButton >> >>WebButton1.Text = "btn1_text" >>WebButton1.Tag = "btn1

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 : >> 2016-12-07 13:30 GMT+01:00 Rolf-Werner Eilert : >

Re: [Gambas-user] A simple spreadsheet

2016-12-07 Thread Rolf-Werner Eilert
al thing and painted everything myself. It looks very nice, but it was kinda effort to make it react to mouse clicks and all that stuff. Regards Rolf -- Developer Access Program for Intel Xeon Phi Processors Access t

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

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 : >> Would this be possible? >> >> Static Private WorldMap[100, 100] As New MapObject >> >> >> or in a similar way... Just ask because

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

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

2016-11-29 Thread Rolf-Werner Eilert
Try and tell if it does what you mean... Maybe Gianluigi's way is better... Regards Rolf Am 29.11.2016 11:38, schrieb Gianluigi: > frmGenerating.ShowModal or ShowDialog? > > Regards > Gianluigi > > 2016-11-29 1:50 GMT+01:00 Cam Era : > >> Greetings all. >> >

Re: [Gambas-user] Load modules dynamically ?

2016-11-15 Thread Rolf-Werner Eilert
nd they can use the common functions. > > More info: http://gambaswiki.org/wiki/doc/library > > If you have any questions, just ask. > > gbWilly > > > What will the Gambas IDE do when a program is packaged (Make installation package)? Will it add the librar

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

2016-11-14 Thread Rolf-Werner Eilert
shows. This gave a tremendous boost, and with the so-called PowerTools included, at that time good olde Turbo Basic was as comprehensive as is Gambas today. Yes, I like the idea :) Regards Rolf -- Developer Acce

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

2016-11-03 Thread Rolf-Werner Eilert
finding out, I would post some code and start looking for it... Regards Rolf -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel P

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
roundabout) or just using CInt() instead. Regards Rolf Am 02.11.2016 16:18, schrieb Richard Welch: > This is just noting the change in case it might help someone else - not > a plea for a change. > > In g2, the Val function would ignore that part of its input string after > the first spac

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 a

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

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

2016-06-09 Thread Rolf-Werner Eilert
seems, however, to be white-on-white: Mouse cursor changes to text cursor over the right-hand side, there seems to be text. Has anyone had this problem before? Regards Rolf -- What NetFlow Analyzer can do for you? Mon

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

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

2016-05-22 Thread Rolf-Werner Eilert
Yes, that would be the nicest way I think: a property like "grip" or "graphical" to leave it to the programmer to use this feature or not. Rolf Am 20.05.2016 21:17, schrieb Jussi Lahtinen: > Maybe there could be option for more graphically obvious split? > > > J

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

2016-05-19 Thread Rolf-Werner Eilert
ome of the properties. But it seems to be a "feature" ;) Regards Rolf Am 20.05.2016 00:17, schrieb Jussi Lahtinen: > Yes, it is similar on my system as well. I can see how that can be a > problem. > Not sure what is going on. With quick test switching a theme doesn'

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
unless you hover over the lines, you will not understand that the line can be used this way. Does it show up on your systems like this too? Rolf -- Mobile security can be enabling, not merely restricting. Employees who

Re: [Gambas-user] Balloon with black background

2016-05-12 Thread Rolf-Werner Eilert
Thank you Gianluigi, but does GTK have anything in common with my KDE stuff? Rolf Am 12.05.2016 16:40, schrieb Gianluigi: > See Ron's trick [0] and this article[0], I hope can be useful. > Regards > Gianluigi > [0]http://gambas.8142.n7.nabble.com/System-Colors-td56130.

[Gambas-user] Balloon with black background

2016-05-12 Thread Rolf-Werner Eilert
this on a newer system, so I would like to hear your comments on this first. You will know Balloon better... Thank you! Rolf -- Mobile security can be enabling, not merely restricting. Employees who bring their own

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
could lead to crashes. Anything to worry about? Rolf -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile

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
it has 3 items. But fontliste.Count is 0, fontliste.Max would be -1. So it is never copied. What is going wrong here??? Regards Rolf -- Find and fix application performance issues faster with Applications Manager Appli

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 wrote: > >> Does really nobody know why I cannot set the SelectedFont value as >> mentioned in the documentation? >> >> Rolf >> >> Am

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&qu

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

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 item

[Gambas-user] IconPanel in IDE click behaviour

2016-04-21 Thread Rolf-Werner Eilert
react. I have to click on the working space of the IconPanel to really activate it, which is a bit confusing I found. If this behaviour is intended, what's the idea behind it? Regards Rolf -- Find and fix app

[Gambas-user] Balloon in help window partly covered

2016-04-21 Thread Rolf-Werner Eilert
rence when you drag the window border to make it wider - it still is partly hidden. Somehow the balloon help seems to care for screen limits rather than window limits. I try to add a screenshot. Regards Rolf -- Find an

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

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

[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

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 : >> Aaaah thanks so much, that does the job

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 + to

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
ToolButton? 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 : > >> What I miss is a Border property. If you switch Visible off, the whole >> separator distance is skipped, i. e.

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Rolf-Werner Eilert
What I miss is a Border property. If you switch Visible off, the whole separator distance is skipped, i. e. it is "out of order", same like Enabled switched off. Rolf Am 13.04.2016 09:59, schrieb Jorge Carrión: > I don't understand: If you don't want see it,

[Gambas-user] Proposal about Separator

2016-04-12 Thread Rolf-Werner Eilert
etely "invisible". Is it possible to implement that? Regards Rolf -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multipl

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

2016-04-12 Thread Rolf-Werner Eilert
But in a pure Windows environment, a "\n" would mean this automatically. Regards Rolf -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance

  1   2   3   4   5   6   7   8   9   10   >