Re: [Gambas-user] gb.net.curl and SSL certificate

2014-06-18 Thread Benoît Minisini
Le 18/06/2014 19:29, CJ a écrit : > > Trying to communicate with a web server via https and the HTTPGet example > but the > connection fails with error -1060 also if I disable certificate > authentication using... > >MyHTTP.SSL.VerifyHost = False >MyHTTP.SSL.VerifyPeer = False > ".VerifyPe

[Gambas-user] RadioButton in Frame not working

2014-06-18 Thread corradove...@libero.it
RadioButton in Frame not working (no longer working?) - sample project includedtanks [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Ubuntu 14.04 LTS Desktop=GNOME Theme=QGtk Language=en_US.UTF-8 Memory=7865M [Libraries] Cairo=libcairo.so.2.1

[Gambas-user] gb.net.curl and SSL certificate

2014-06-18 Thread CJ
Trying to communicate with a web server via https and the HTTPGet example but the connection fails with error -1060 also if I disable certificate authentication using... MyHTTP.SSL.VerifyHost = False MyHTTP.SSL.VerifyPeer = False Found an old discussion about this issue where Jim couldn't ge

[Gambas-user] Test - please ignore!

2014-06-18 Thread CJ
Have problems sending to the list... /CJ -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal f

Re: [Gambas-user] IDE crash

2014-06-18 Thread Benoît Minisini
Le 18/06/2014 05:52, B Bruen a écrit : > OK, I'm pretty sure this only happens if a tab is detached. > I've been sliding tabs around for up to 30 open files and it doesn't happen > unless one of them is detached. > Again, it seems to only happen if the detached tab is graphical. ??? > > This shou

Re: [Gambas-user] Why are colors not the same colors?

2014-06-18 Thread Benoît Minisini
Le 18/06/2014 07:27, B Bruen a écrit : > Here's a more garish example. > The tabview background is NOT the set/inherited color, thus the textboxes > stick out like (insert your favourite Aussie slang here) > and why is the dirview background white? > Because some themes do not use the standa

[Gambas-user] Settings: how to get (unknown) Keys?

2014-06-18 Thread wig
How the get the (unknown keys) from a Settings file? Terminology of Keys and "Slot" for the group of keys in a settings file taken from documentation; This gives the names of the slots: Dim SettingsToImport As New Settings(User.Home &/ ".config/gambas3/gambas3.conf") Dim sKeySlot As Stri

Re: [Gambas-user] TableView.Clear in Gambas3

2014-06-18 Thread wig
B.: thanks for fixing. R: For me the table works; this is the code that concerns the table: >From the click I call TableView1.Edit, and then TableView1_Save explicitly stores the value. The other lines is just a counter in the first column. Public Sub TableView1_Click() Debug TableView1.Colu