Re: [Gambas-user] Removing an argument from the project properties form

2015-01-03 Thread adamn...@gmail.com
On Sun, 04 Jan 2015 02:32:22 +0100 Benoît Minisini wrote: > Le 04/01/2015 01:05, adamn...@gmail.com a écrit : > > crashes the IDE. > > > > regards > > Bruce > > > > Can you elaborate? I have no problem there. > > -- > Benoît Minisini > Hmm. Maybe I've done something silly to the local IDE. No

[Gambas-user] ComboBox with RichText and Index

2015-01-03 Thread Christian e Ana Luiza Britto
Hi, I have two questions: 1) Is it possible to put rich text content in a ComboBox? 2) Is it possible to define user defined keys for every ComboBox content? Best Regards, Christian -- Dive into the World of Parallel Prog

Re: [Gambas-user] SerialPort: RS232 DTR problem

2015-01-03 Thread Benoît Minisini
Le 03/01/2015 15:40, Tobias Boege a écrit : > On Fri, 02 Jan 2015, Beno?t Minisini wrote: >> Le 16/12/2014 15:52, Tobias Boege a ?crit : >>> Hi, >>> >>> [ this is a forwarded bug report -- and this time I'm only translating. I >>> don't understand any of these hardware things. If there are ques

Re: [Gambas-user] Removing an argument from the project properties form

2015-01-03 Thread Benoît Minisini
Le 04/01/2015 01:05, adamn...@gmail.com a écrit : > crashes the IDE. > > regards > Bruce > Can you elaborate? I have no problem there. -- Benoît Minisini -- Dive into the World of Parallel Programming! The Go Parallel W

[Gambas-user] How to query your package manager for dependencies?

2015-01-03 Thread Tobias Boege
Hi list, given a package name x, I would like you to write me the line(s) which list the (first-order, that is immediate) dependencies of the package x (by calling your package manager appropriately). For example, under Arch Linux, the package manager is called "pacman": $ x="gambas3-runtim

[Gambas-user] Removing an argument from the project properties form

2015-01-03 Thread adamn...@gmail.com
crashes the IDE. regards Bruce -- B Bruen -- Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things paralle

Re: [Gambas-user] Not happy!

2015-01-03 Thread Benoît Minisini
Le 03/01/2015 03:54, Kevin Fishburne a écrit : > On 01/02/2015 09:30 PM, adamn...@gmail.com wrote: >> On Sat, 03 Jan 2015 02:06:11 +0100 >> Benoît Minisini wrote: >> >>> Le 03/01/2015 00:11, adamn...@gmail.com a écrit : The "Show only components used in this project" button has gone missing i

Re: [Gambas-user] Gridview cell coordinates

2015-01-03 Thread Fabien Bodard
You can play with that too. In this example, i show how to make an internal balloon directly in the gridview 2015-01-03 17:54 GMT+01:00 bill-lancaster : > Sorry about this, > I thought I'd tried this already - it works fine > Public Sub GridView1_MouseDown() > Balloon.Info(GridView1[GridVie

Re: [Gambas-user] Gridview cell coordinates

2015-01-03 Thread bill-lancaster
Sorry about this, I thought I'd tried this already - it works fine Public Sub GridView1_MouseDown() Balloon.Info(GridView1[GridView1.Row, GridView1.Column].Text, GridView1, Mouse.X, Mouse.Y) End -- View this message in context: http://gambas.8142.n7.nabble.com/Gridview-cell-coordinates-tp

Re: [Gambas-user] SerialPort: RS232 DTR problem

2015-01-03 Thread Tobias Boege
On Fri, 02 Jan 2015, Beno?t Minisini wrote: > Le 16/12/2014 15:52, Tobias Boege a ?crit : > > Hi, > > > > [ this is a forwarded bug report -- and this time I'm only translating. I > >don't understand any of these hardware things. If there are questions > >left, don't hesitate; ] > > > > a u

Re: [Gambas-user] Gridview cell coordinates

2015-01-03 Thread Fabien Bodard
Hi randall, Is the balloon can be in the gridview control ? Like balloon in googlemap ? Le 3 janv. 2015 09:49, "bill-lancaster" a écrit : > Thanks for the several ideas. > The example from Ru works except when the user scrolls down, then the > balloon is placed well below the gridview control bec

Re: [Gambas-user] Issue 591 in gambas: Togglebutton component background doesn't work in QT4

2015-01-03 Thread gambas
Comment #2 on issue 591 by uale...@gmail.com: Togglebutton component background doesn't work in QT4 https://code.google.com/p/gambas/issues/detail?id=591 Here you go: [System] Gambas=3.6.2 OperatingSystem=Linux Kernel=3.13.0-39-generic Architecture=x86_64 Distribution=Ubuntu 14.04.1 LTS Deskto

Re: [Gambas-user] Gridview cell coordinates

2015-01-03 Thread bill-lancaster
Thanks for the several ideas. The example from Ru works except when the user scrolls down, then the balloon is placed well below the gridview control because the cell position has moved relative to the control. Using the GridView[Row, Column].EnsureVisible() has the same problem. BTW the control