Re: [Gambas-user] Can't open Console or Find Results

2023-01-17 Thread Jorge Carrión
3 a las 14:47, T Lee Davidson () escribió: > On 1/17/23 07:57, Jorge Carrión wrote: > > With Gambas 3.18 I can't see the Console, the Notes or the Find Results. > > All I get with F11 key is a Toggled "Console" button in the Bottom bar of > > Editor. It&#x

[Gambas-user] Can't open Console or Find Results

2023-01-17 Thread Jorge Carrión
With Gambas 3.18 I can't see the Console, the Notes or the Find Results. All I get with F11 key is a Toggled "Console" button in the Bottom bar of Editor. It's only me or its a bug? My info: [System] Gambas=3.18 OperatingSystem=Linux Kernel=5.15.0-58-generic Architecture=x86_64 Distribution=Linux

Re: [Gambas-user] Custom Control Icon

2019-04-04 Thread Jorge Carrión
Check if the icon is a png and the name is the same of control but in lower case... El jue., 4 abr. 2019 a las 11:13, bill-lancaster () escribió: > I haven't yet been able to install the control's icon successfully. > I have installed an icon in the .hidden/control folder of the project but > the

Re: [Gambas-user] About gambas, the word

2017-07-13 Thread Jorge Carrión
It's a joke, I think. Searching for something that contains BAS, from Basic. Why an animal I don't know. Benoit likes to eat prawns, I soppouse... 😁😁😁 Best Regards 2017-07-13 8:37 GMT+02:00 Fernando Cabral : > *Warning: this is only a linguistic curiosity with no relation to Gambas, > the langu

Re: [Gambas-user] gridview contents x, y are default richtext or text?

2017-06-29 Thread Jorge Carrión
I wrote that software. It is available in the Farm with the name of pageGrid. The Richtext property is used because the control allows the rows to be automatically set according to the length of their content and the available column width (control's wordWrap property), and that can only be calcula

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread Jorge Carrión
xt as keys. Best Regards 2017-06-18 11:14 GMT+02:00 Jorge Carrión : > Hey, Piccoro, > Take a look at this, maybe it will serve or give you some idea of how to > do it. > It is a class inheriting from gridView and has a new property called > source, which can be a two-dimensional array

Re: [Gambas-user] search over the gridview and not to the database and refill grid its possible?

2017-06-18 Thread Jorge Carrión
Hey, Piccoro, Take a look at this, maybe it will serve or give you some idea of how to do it. It is a class inheriting from gridView and has a new property called source, which can be a two-dimensional array, an array of collections or, directly, a Result. With this it is conformed a gridView that

Re: [Gambas-user] Change the code and copy in other project

2017-05-27 Thread Jorge Carrión
Unaisee, You must open a new email for a new question, not answer an existent. * is stored exactly as other characters, so you problem is not in the string. It should be in other place. Best regards 2017-05-26 10:22 GMT+02:00 Unaise EK : > Sir, > when i type "Select * from NameTbl where Adm = '"

Re: [Gambas-user] An Issue With Shell command and sudoers rules

2017-05-25 Thread Jorge Carrión
y allow regular users to execute only certain > commands with something like: > %users ALL=/home/adminuser/bin/comando.sh > or a special group for 'privileged' users: > %wheel ALL=/home/adminuser/bin/comando.sh > > See: > https://www.novell.com/support/kb/doc.php?id=70

Re: [Gambas-user] when i used collections on my code, gambas get hangs!

2017-05-25 Thread Jorge Carrión
Try Public Procedure AddList() Dim ListQurey As String Dim Lresult As Result ListQurey = "SELECT name FROM name_tbl" Lresult = MODMain.MyConn.Exec(ListQurey) 'If Lresult.Count > 0 Then '* Do While Not Eof(Lresult)* while Lresult.available ListBox1.Add(Lresult!"name") Lr

Re: [Gambas-user] An Issue With Shell command and sudoers rules

2017-05-25 Thread Jorge Carrión
Oh... well, I'm afraid that I've a mistake. All of this isn't a gambas issue. BUT if someone knows a way to let a non-sudoer user to update the system without know the admin password I'll be very grateful . Sorry for the noise. Best Regards 2017-05-25 10:16 GMT+02:00 J

[Gambas-user] An Issue With Shell command and sudoers rules

2017-05-25 Thread Jorge Carrión
In our company, users are "standard" users, they can't update or make administratives jobs. There is another user (the admin user) that can do all that things... but users doesn't know the admin password. Searching make standard users being able of update the sistem I've created this script on admi

Re: [Gambas-user] String[].Find finds nothing

2017-05-10 Thread Jorge Carrión
Wiki says: "Returns the position of the first occurrence of Value in the array." You must search for a Value of the array. In your array there isn't a Value "Chr", that is what you search, so always returns -1 Best Regars 2017-05-10 18:57 GMT+02:00 Matti : > I tried to search an array with the

Re: [Gambas-user] Editing still blocked

2017-05-09 Thread Jorge Carrión
Have you tried to deactivate Dropbox and other cloud services? I work without problems with Dropbox, but you should discards all possibilities... Best Regards El 10 may. 2017 1:07 a. m., "Jussi Lahtinen" escribió: > Maybe some window manager setting steal focus from the editor..? > > > Jussi >

Re: [Gambas-user] TryIcon issues

2017-05-06 Thread Jorge Carrión
Thanks Charlie it works... almost. I used Quit command because in my project I have a watch class object, from gb.inotify component, and a project doesn't end if there is a watch active. I change de code to: mywachobject.Pause miwachobject = Null TrayIcon1.visible = False Me.Close And now

Re: [Gambas-user] TryIcon issues

2017-05-05 Thread Jorge Carrión
iable names... I've fixed it in 0.1.5 version and upload to the farm. All you have to do is download it again. Sorry about the noise. Best regards 2017-05-05 11:20 GMT+02:00 Jorge Carrión : > I've just upload to Gambas Farm a project called "gbLauncher" it's a >

[Gambas-user] TryIcon issues

2017-05-05 Thread Jorge Carrión
I've just upload to Gambas Farm a project called "gbLauncher" it's a utility that uses a TrayIcon with a configurable menu who launch comands and applications, check a pop3 account incoming email notifier and allows you tu send Post-it (Desktop Notes) to your own Desktop or to a remote Desktop usin

Re: [Gambas-user] gambas editor is locked

2017-05-02 Thread Jorge Carrión
If you have linked the source code directorys with other projects, Gambas lock de files as readonly too. In that case you must modify the code in their original project, not in the linked one. Best Regards 2017-05-02 2:36 GMT+02:00 Fernando Cabral : > All of a sudden, I can not edit any project.

[Gambas-user] sliderbox bug: Still respond to mouse wheel when its disabled

2017-04-26 Thread Jorge Carrión
A sliderbox with Enabled property to False still respond to mouse wheel. I've write a little class as a to workaround with this code: Export Inherits SliderBox Public Const _Similar As String = "SpinBox,SliderBox" Public Const _drawWith As String = "SliderBox" Private obs As Observer Public Su

Re: [Gambas-user] collection of collection problem

2017-03-25 Thread Jorge Carrión
Fabian: +1 :) 2017-03-25 16:51 GMT+01:00 Fabien Bodard : > A long thought in bazaar... > > > I think, the first job is to teach a new time to developpers how to > develop. There is nothing great in the code i've sended, juste the > evidence. > > I've start learnin coding in gwbasic and qbasic...

[Gambas-user] Actualization of wordWrapGrid on Gambas Farm

2017-03-18 Thread Jorge Carrión
Hi I've upload a actualized version of wordwrapgrid control to the farm. WordWrapGrid is a Gamba's Control that inherits of GridView and shows a grid that fit the row height to the text showed. The previous version has a big bug: If set the worwrap property of control to true only fit the height

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

2017-03-16 Thread Jorge Carrión
mns[n].Expand = True Next Then the width of columns is "static" and remains under the mouse pointer. Best Regards. 2017-03-16 13:01 GMT+01:00 Rolf-Werner Eilert : > Am 16.03.2017 08:55, schrieb Jorge Carrión: > > Hi > > I've upload to Gambas Farm a new control th

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

2017-03-16 Thread Jorge Carrión
mmm... maybe wordWrapGrid? A little long, but there is not confusing about it is. I think I'll change it in Fam. Thank you Rolf. Regards 2017-03-16 12:15 GMT+01:00 Rolf-Werner Eilert : > Am 16.03.2017 08:55, schrieb Jorge Carrión: > > Hi > > I've upload to Gambas

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

2017-03-16 Thread 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 "wordWrap". If it is setted to True, the wordWrap property

Re: [Gambas-user] An editor side bar like the kate one

2016-12-11 Thread Jorge Carrión
It looks fine. it gives me several errors as moving mouse thru the preview of column. The most frequent is "Null Object" in 2705 line of TextEditor.class. Best regards. 2016-12-10 18:19 GMT+01:00 Fabien Bodard : > This is a try to give to the gambas editor a preview side bar like the > one i li

Re: [Gambas-user] Set cursor position on a webview editable.

2016-12-08 Thread Jorge Carrión
e end of text. This opens the possibility for me to do the spelling "on the fly" and more things... If you know a better way I'll very happy to know it. Best Regards. 2016-12-08 14:42 GMT+01:00 Jorge Carrión : > Hi: > Gianluigi, your "me.setfocus / webview.setfocus/des

Re: [Gambas-user] Set cursor position on a webview editable.

2016-12-08 Thread Jorge Carrión
Hi: Gianluigi, your "me.setfocus / webview.setfocus/desktop.sendey", works! thanks a lot. But this seem a little "tricky". I like to the work with JavaScript because that would the way of spelling "at the fly" as the user types. I've follow the Moviga advices and found some funct

Re: [Gambas-user] Set cursor position on a webview editable.

2016-12-07 Thread Jorge Carrión
enoît Minisini : > Le 07/12/2016 à 11:08, Jorge Carrión a écrit : > > Gianluigi > > > > I've tried, but doesn't work. The webview doesn't seem respond to > > setfocus() after the spelling... so, the desktop.sendkeys doesn't work on > > it. > &

Re: [Gambas-user] Set cursor position on a webview editable.

2016-12-07 Thread Jorge Carrión
cursor queda al principo del texto. Lo queremos al final > Print ar.Max, " words" > For i = 0 To ar.Max > Desktop.SendKeys("{[Control_L][Right]}") > Next > > End > '------ > > Regards > Gianluigi > >

[Gambas-user] Set cursor position on a webview editable.

2016-12-04 Thread Jorge Carrión
Hi I'm doing a spelling checker for a webview. When you write a wrong word it is highlited. That's done, but I can't set the cursor again after the word. It always remains at begin of webview text... Is it possible to do that? Best Regards -

Re: [Gambas-user] Installer questions: How to package up new components?

2016-11-04 Thread Jorge Carrión
I think that the stable version of the repository is much better suited for that. The trunk version is much intended for development. Try with sudo add-apt-repository ppa:gambas-team/gambas3 It contains the last stable version of gambas. Use it for your development and install it on client's mach

Re: [Gambas-user] Feature Request

2016-10-31 Thread Jorge Carrión
I agree with that, Fabien. Regards 2016-10-31 9:33 GMT+01:00 Fabien Bodard : > 2016-10-30 13:48 GMT+01:00 Jorge Carrión : > > It would be great if Gambas would report of Farm's actualizations on > > installed projects at start... I think. > > Maybe not at Ide start b

[Gambas-user] Feature Request

2016-10-30 Thread Jorge Carrión
It would be great if Gambas would report of Farm's actualizations on installed projects at start... I think. Best Regards -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by

Re: [Gambas-user] About trayIcon popupmenu.

2016-10-29 Thread Jorge Carrión
Your're welcome 😀😀 2016-10-29 14:07 GMT+02:00 Gianluigi : > Jorge, > thanks to you, a much more efficient trick of this: > > Public Sub Form_Show() > > Me.Visible = False > > End > > which I used until now. > > Regards > Gianluigi

Re: [Gambas-user] About trayIcon popupmenu.

2016-10-29 Thread Jorge Carrión
i > > > > [0] http://gambas.8142.n7.nabble.com/Menu-has-no-Click-event- > td57442.html > > > > 2016-10-28 18:01 GMT+02:00 Jorge Carrión : > > > >> This is the code of the old trayIcon example from Benoit.. > >> > >> Private $hTrayIco

[Gambas-user] About trayIcon popupmenu.

2016-10-28 Thread Jorge Carrión
This is the code of the old trayIcon example from Benoit.. Private $hTrayIcon As TrayIcon Public Sub Main() $hTrayIcon = New TrayIcon As "TrayIcon" $hTrayIcon.Show End Public Sub TrayIcon_MouseDown() $hTrayIcon.Hide End It works for me except the MouseDown event, that works now with C

Re: [Gambas-user] New update on Gambas Farm

2016-10-18 Thread Jorge Carrión
27;s Farm. Much more simple and solid. Sorry about the noise, GianLuigi. Best Regards 2016-10-17 21:11 GMT+02:00 Jorge Carrión : > I've updloaded a new project in Gambas Farm (the first I upload!). Is a > light html Editor control who aims to accomplish the same task than > TextEdit,

[Gambas-user] New update on Gambas Farm

2016-10-17 Thread Jorge Carrión
I've updloaded a new project in Gambas Farm (the first I upload!). Is a light html Editor control who aims to accomplish the same task than TextEdit, but using html insted of RichText. It allows url and Image links. I have been based on webrowser example from Gambas Farm. It is a component, so you

Re: [Gambas-user] A question about WebView

2016-10-16 Thread Jorge Carrión
l &= "document.getElementById(\"myAnchor\").innerHTML = > \"Canceled\";" & "\n" > sHtml &= "}" & "\n" > sHtml &= "" & "\n" > sHtml &= "" & "\n" >

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Jorge Carrión
entDefault() > > http://www.w3schools.com/jsref/event_preventdefault.asp > > > Den 14. okt. 2016 12:15, skrev Jorge Carrión: > > I'm trying to do a control like textEdit, but allowing with links and > > images, based on webBrowser example. > > > > All i

Re: [Gambas-user] A question about WebView

2016-10-14 Thread Jorge Carrión
6-10-13 18:29 GMT+02:00 Jorge Carrión : > > > Is there a way to stop the follow of links in webview when webview is in > > "edit mode" (editable=true)? > > > > Best Regards > > > > -

[Gambas-user] A question about WebView

2016-10-13 Thread Jorge Carrión
Is there a way to stop the follow of links in webview when webview is in "edit mode" (editable=true)? Best Regards -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http

Re: [Gambas-user] Gambas 3.9.1 on Launchpad?

2016-10-13 Thread Jorge Carrión
Sebas: you know how important are you for a lot of us. Thanks again. 2016-10-13 7:54 GMT+02:00 Julio Sanchez : > Sebastián: > > Thank you for your work!!! > > :) > > Regards > > Julio > > 2016-10-13 3:08 GMT+02:00 Sebastián Kulesz : > > > My bad! The update should be live by now. > > > > On We

Re: [Gambas-user] App idle with long loops

2016-10-09 Thread Jorge Carrión
Thanks to every one for the information. I think I have enough to make my proyect more usable. Best Regards 2016-10-09 18:40 GMT+02:00 Tobias Boege : > On Sun, 09 Oct 2016, Jorge Carrión wrote: > > 2016-10-08 23:54 GMT+02:00 Demosthenes Koptsis : > > > > > On 8/10/201

Re: [Gambas-user] App idle with long loops

2016-10-09 Thread Jorge Carrión
It's an empty proyect, I'm afraid... Thanks for the trying. Regards 2016-10-09 14:36 GMT+02:00 Charlie Reinl : > Am Sonntag, den 09.10.2016, 12:56 +0200 schrieb Jorge Carrión: > > Is there any example of task fork use? I have a proyect who sending > massive > > e-

Re: [Gambas-user] App idle with long loops

2016-10-09 Thread Jorge Carrión
Is there any example of task fork use? I have a proyect who sending massive e-mails to our customers and I guess that task can be a good solution... Regards 2016-10-08 23:54 GMT+02:00 Demosthenes Koptsis : > On 8/10/2016 19:09 μμ, Tobias Boege wrote: > > On Sat, 08 Oct 2016, Demosthenes Koptsis

Re: [Gambas-user] Christmas gift

2016-09-07 Thread Jorge Carrión
I wish a new pair of socks... 😀😜 2016-09-07 18:46 GMT+02:00 PICCORO McKAY Lenz : > 2016-09-07 12:35 GMT-04:00 Tobias Boege : > > > Besides some extensions in the OOP department of the language or related > > syntactic sugar in the compiler, which I can never remember unless I'm > > > the webservi

Re: [Gambas-user] Inheritance issue... or visibility issue... or something I think

2016-06-11 Thread Jorge Carrión
Understood. Thanks Benoît. Best Regards. 2016-06-11 13:22 GMT+02:00 Benoît Minisini : > Le 11/06/2016 11:54, Jorge Carrión a écrit : > > I think that I miss something here. > > > > I have a control A inherits usercontainer. It has a property, let's say a >

[Gambas-user] Inheritance issue... or visibility issue... or something I think

2016-06-11 Thread Jorge Carrión
I think that I miss something here. I have a control A inherits usercontainer. It has a property, let's say a connection called Conexion I have another control B inherits, let's say a listbox. It has a Private $conexion as connection variable. in Sub _new() or B, I code this $conexion = me.Pare

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

2016-06-10 Thread Jorge Carrión
Same problem here... 2016-06-10 8:52 GMT+02:00 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

Re: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-06-05 Thread Jorge Carrión
hould works now. Why in gambas the result of an erroneus update is an addition of record, I can't imagine... Regards 2016-06-04 14:54 GMT+02:00 zainudin ahmad : > you can extract project into /tmp directory (attach project) > > On Sat, May 28, 2016 at 3:50 PM, Jorge Carrión wrote: &

Re: [Gambas-user] [Gambas Bug Tracker] Bug #926: want to edit a record, it's change the other record

2016-05-28 Thread Jorge Carrión
It will be intersting take a look to your database structure... Regards 2016-05-28 5:24 GMT+02:00 : > http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- > > Comment #10 by Zainudin AHMAD: > > >> maybe you could try to purge everything related to Gambas on your > system, and do a

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
r/share/themes/Ambiance/gtk-2.0/gtkrc > > restart app > > 2016-05-02 19:14 GMT+02:00 Jorge Carrión : > > doesn't work. I've even tried to close the IDE and delete de > > .config/gambas3/gambas.conf but still appearing the original system > > colors... >

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
Ok. I undestand. Thanks Benoit. 2016-05-02 20:20 GMT+02:00 Benoît Minisini : > Le 02/05/2016 19:14, Jorge Carrión a écrit : > > doesn't work. I've even tried to close the IDE and delete de > > .config/gambas3/gambas.conf but still appearing the original system >

Re: [Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
doesn't work. I've even tried to close the IDE and delete de .config/gambas3/gambas.conf but still appearing the original system colors... 2016-05-02 19:06 GMT+02:00 Benoît Minisini : > Le 02/05/2016 19:04, Jorge Carrión a écrit : > > I've changed the colors of t

[Gambas-user] System Colors

2016-05-02 Thread Jorge Carrión
I've changed the colors of the desktop theme and the default colors of gambas (color.foreground,color.lightbacground, etc. etc.) are not changed. Where are they taken from? Someone can tells ir me, please? Thanks in advance. Regards ---

Re: [Gambas-user] Embedding the Linux console

2016-04-30 Thread Jorge Carrión
Wow, what nice look! I am waiting impatiently the 3.9 release... (or is the 3.8.5?) Regards 2016-04-30 11:23 GMT+02:00 Fabien Bodard : > 2016-04-29 10:31 GMT+02:00 Jorge Carrión : > > Good an simple Lee. > > > > Unfortunately doesn't work with ssh sessions or nano ses

Re: [Gambas-user] Embedding the Linux console

2016-04-29 Thread Jorge Carrión
Good an simple Lee. Unfortunately doesn't work with ssh sessions or nano sessions, etc. Our target is administer a remote computer via ssh within gambas. Thanks for the answer. Best Regards 2016-04-28 20:01 GMT+02:00 T Lee Davidson : > On 04/28/2016 11:31 AM, Jorge Carrión wrote

Re: [Gambas-user] Embedding the Linux console

2016-04-28 Thread Jorge Carrión
16 17:31, Jorge Carrión a écrit : > > Hi, > > > > I like to embbed a system console, like gnome-terminal or similar, in a > > form. We are doing a computer control sistem in the job, and have done a > > microsoft-tree-domain inteface. i like implement the feature of

[Gambas-user] Embedding the Linux console

2016-04-28 Thread Jorge Carrión
Hi, I like to embbed a system console, like gnome-terminal or similar, in a form. We are doing a computer control sistem in the job, and have done a microsoft-tree-domain inteface. i like implement the feature of open a ssh-terminal of the showed computers, but adding it a menu bar. Time ago ther

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Jorge Carrión
kipped, 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, don't set it... int' it? > > > > Regards >

Re: [Gambas-user] Proposal about Separator

2016-04-13 Thread Jorge Carrión
I don't understand: If you don't want see it, don't set it... int' it? Regards 2016-04-13 8:40 GMT+02:00 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 > bor

Re: [Gambas-user] Gambas user mail list malfunction

2016-04-12 Thread Jorge Carrión
Jose Monteiro mails are marked as SPAM by google servers claiming they are hotmail messages that are noncompliant with hotmail tests... Check your spam folder. Regards 2016-04-12 21:41 GMT+02:00 Gianluigi : > I noted a malfunction in the receive mail from the ML. > I get less messages than those

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Jorge Carrión
The textbox1.select() without parameters doesn't work for me, despite what gambas help says. Passing the parameters works well... However, I must say that I haven't tested it on a tableview... Regards 2016-02-25 20:30 GMT+01:00 Charlie : > Hi Jorge, > I looked at you solution but have a couple o

Re: [Gambas-user] How to automatically select all text when first entering editable TableView cell?

2016-02-25 Thread Jorge Carrión
That is very tricky. Just try this: Public Sub Form_Open() TextBox1.SetFocus() TextBox1.Select(0, Len(TextBox1.Text)) End 2016-02-25 18:00 GMT+01:00 Charlie : > I could not get Gambas to do this, that's not to say it can't. I noticed > that > pressing [Ctrl]+A selected the text so my solu

Re: [Gambas-user] About the initial screen

2016-01-26 Thread Jorge Carrión
Gosh! I'm half blind, I guess... Thank you Benoit Best Regards. 2016-01-26 22:31 GMT+01:00 Benoît Minisini : > Le 22/01/2016 10:15, Jorge Carrión a écrit : > > In previous versions the icons of recently opened projects had the > tooltip > > property established as the p

[Gambas-user] About the initial screen

2016-01-22 Thread Jorge Carrión
In previous versions the icons of recently opened projects had the tooltip property established as the path of the project. Now, if you open several projects with same name (backups in another directory) you can't know what of them is the original and what is the backup until you open the project.

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Jorge Carrión
Bed & hot milk with honey, Benoit. It's my grandma solution... 2016-01-02 12:32 GMT+01:00 Benoît Minisini : > Yeah, happy new year to everyone! And may all these stupid germs let us > alone... ATCHA! > > -- > Benoît Minisini > > > --

Re: [Gambas-user] Happy New Year

2016-01-02 Thread Jorge Carrión
Add myself to the good wishes: Happy new year! 2016-01-01 16:12 GMT+01:00 Fabien Bodard : > i wish to all Gambas Users a happy new year > > -- > Fabien Bodard > > > -- > ___ >

Re: [Gambas-user] About Groups of Controls

2015-12-04 Thread Jorge Carrión
I Don't think so. Benoit has explained very well the situation. Accidentally (after a copy & paste code) I included the .Action property after de AS clause. The behaviour did not was I expected at all. But now is all clear. Thanks for the answer. Regards. 2015-12-04 17:06 GMT+01:00 Moviga Technol

Re: [Gambas-user] About Groups of Controls

2015-12-04 Thread Jorge Carrión
Oh... ok, then. All that has been an accident... but a instructive accident, I guess... 😁 Regards 2015-12-04 14:14 GMT+01:00 Benoît Minisini : > Le 04/12/2015 13:49, Jorge Carrión a écrit : > > I didn't expect nothing. It was an accident: I copied and pasted the code >

Re: [Gambas-user] About Groups of Controls

2015-12-04 Thread Jorge Carrión
vate event, but not the click Event several times... Regards 2015-12-04 13:40 GMT+01:00 Benoît Minisini : > Le 04/12/2015 13:15, Jorge Carrión a écrit : > > I don't know if its a bug or a expected behaviour, so I ask here first: > > > > If you declare a group of toolbu

[Gambas-user] About Groups of Controls

2015-12-04 Thread Jorge Carrión
I don't know if its a bug or a expected behaviour, so I ask here first: If you declare a group of toolbuttons this way: for n=1 to 5 bCan = New ToggleButton(hbx) As "CancelItemCola" bCan.Picture = Stock["cancel"] bCan.Height = 22 bCan.Width = 22 bCan.Border

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
ich you use to expand the menu. > > Regards > Rolf > > Am 25.11.2015 11:19, schrieb Jorge Carrión: > > Hi everybody, > > > > I have to do a manual about a application of mine and it have a lot of > > print screen of diferent forms but I can't capture the men

Re: [Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
Ok. Thanks I'll try it. 2015-11-25 11:58 GMT+01:00 Moviga Technologies : > > > KSnapShot is being deprecated. KScreenGenie is taking over as the > replacement. > > -- > Go from Idea to Many App Stores Faster with Intel(R)

[Gambas-user] Print Screen issue

2015-11-25 Thread Jorge Carrión
Hi everybody, I have to do a manual about a application of mine and it have a lot of print screen of diferent forms but I can't capture the menu when its expanded: the PrintScreen key doe'nt work. Is there a way to capture the Imgage of a form with the menu expanded? Thanks -

Re: [Gambas-user] Restoring position in an HSplit

2015-11-24 Thread Jorge Carrión
You can use the layout property too. Public sub Form_Open() HSplit1.Layout[20,80) end Regards 2015-11-24 11:01 GMT+01:00 Tobias Boege : > On Tue, 24 Nov 2015, Rolf-Werner Eilert wrote: > > I've got an HSplit which fills the main area in my application. > > > > The HSplit contains a TreeV

Re: [Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
Works fine,Toby! I don't know why I thought the property key was read-only... I'm gettinng old, I guess... 😁😁 Thank you very much. Regards 2015-11-05 21:56 GMT+01:00 Tobias Boege : > On Thu, 05 Nov 2015, Jorge Carri??n wrote: > > I have a treeView and I change the current item by > > > > myTree

[Gambas-user] A little question about treeView

2015-11-05 Thread Jorge Carrión
I have a treeView and I change the current item by myTreeview.moveto(newkey) Since then, the current key is newkey but the item is not highlightes on screen I can't find the way to highlight the new item... How can it be done? Thanks in advance Regards -

Re: [Gambas-user] How Capture the console exit?

2015-09-30 Thread Jorge Carrión
Take a look on GAlarm, anyway. Regards 2015-09-30 22:45 GMT+02:00 Jussi Lahtinen : > If you mean how to catch SIGHUP, then look at how GAlarm uses gb.signal. > You can find GAlarm from software farm. > > > Jussi > > On Wed, Sep 30, 2015 at 11:34 PM, Jorge Carrión wrote

[Gambas-user] How Capture the console exit?

2015-09-30 Thread Jorge Carrión
I'm doing a ftp client (like Filezilla). If I launch the gambas executable from console I can see the dialog between server and local machine on it... but how can I capture de console exit within my project? Obbiously If I launch my project from console with ./miproject.gambas 2>file.log and af

Re: [Gambas-user] A question about gb-FTPClient

2015-09-26 Thread Jorge Carrión
No. I mean the dot beginning files. get() doesn't includes It... Regards. 2015-09-26 21:26 GMT+02:00 Benoît Minisini : > Le 26/09/2015 20:44, Jorge Carrión a écrit : > > it's posible get the hidden files from server with the gambas ftp client? > > > > I've be

[Gambas-user] A question about gb-FTPClient

2015-09-26 Thread Jorge Carrión
it's posible get the hidden files from server with the gambas ftp client? I've been trying with different options and commands, but unsuccesfully. Regards -- ___ Gambas-user mai

[Gambas-user] A question about FileChooser

2015-09-25 Thread Jorge Carrión
Wen I click with right mouse on a filechooser and select "Open with file administrator" (I see the menu in spanish, I don't know if is the correct un-translation (??) to English) always open the Audacious Music player... I suppouse is a misconfiguration of my system, but... What exactly try to ope

Re: [Gambas-user] A question about FileView

2015-09-25 Thread Jorge Carrión
To find out what the parent is: > > If InStr(FileView1.Dir, "/", 1) Then Print Split(FileView1.Dir, > "/").Reverse()[1] > > (this will not work if Dir= "~") > > Den 25.09.2015 07:50, skrev Jorge Carrión: > > > I don't know if

[Gambas-user] A question about FileView

2015-09-24 Thread Jorge Carrión
I don't know if this is a silly question, but... There is some way to see the .. (parent directory) on a FileView? Regards -- ___ Gambas-user mailing list Gambas-user@lists.sour

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Jorge Carrión
This is off-topic, but yesterday went with my family to pick the almonds from the trees -near 50 trees- ... and someone have stolen all of it... no almonds this year for the family... buff 2015-09-22 18:32 GMT+02:00 Benoît Minisini : > Le 22/09/2015 18:22, Fabien Bodard a écrit : > > 2015-09-22

Re: [Gambas-user] Project templates

2015-09-18 Thread Jorge Carrión
That is a fine option, Benoit! I always begin a proyect by choosing components, linking libraries, copying and pastin company icons, etc. etc. now I suppouse I can create a template with all that stuff an just click on new... Awsome! Keep doing the goob work... Regards 2015-09-18 2:53 GMT+02:00 B

Re: [Gambas-user] It's a Bug or I have something misconfigured?

2015-09-11 Thread Jorge Carrión
ok, ok, I deserved it... ☺☺ Just wondering about the message origin: Chrome? Gambas itself? Gb.Desktop?... Sorry for the noise. Regards 2015-09-11 19:17 GMT+02:00 Benoît Minisini : > Le 11/09/2015 19:12, Jorge Carrión a écrit : > > 1.- Create a new qt graphic proyect. (I've atta

[Gambas-user] It's a Bug or I have something misconfigured?

2015-09-11 Thread Jorge Carrión
1.- Create a new qt graphic proyect. (I've attached it) 2.- Activate de Desktop component. 3.- Put a button on fMain with the event click with this only code desktop.open("http://yahoo.com";) Works fine and open the default web navigator (google Chrome) with the yahoo's page But i

Re: [Gambas-user] The interview on FLOSS

2015-09-09 Thread Jorge Carrión
I liked it! Thanks for share. 2015-09-09 16:55 GMT+02:00 Benoît Minisini : > I have been interviewed by Randall Schwartz and Simon Phipps on the > FLOSS weekly show on twit.tv. You can show the interview at: > > https://twit.tv/shows/floss-weekly/episodes/353 > > If you watch it, you will probabl

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-07 Thread Jorge Carrión
I like number 2 or perhaps Number 4 but if you don't know previously that is a prawn it's hard to recognize. Wy do not to design a logo based on the G character? Its very much easy to recognize in little pictures (if google doesn't owns all Gs in the world... of, course) :) Regards 2015-09

Re: [Gambas-user] Interview about Gambas

2015-06-11 Thread Jorge Carrión
...And comb your hair, for god sake! :D:D:D 2015-06-11 11:26 GMT+02:00 Kevin Fishburne : > On 06/10/2015 05:24 PM, Benoît Minisini wrote: > > I will be interviewed in September on twit.tv during 45 minutes to talk > > about Gambas (http://gambas.sourceforge.net). twit.tv is a famous > > Internet

Re: [Gambas-user] R: how to generation 12 random letters (A-Z and 0-9)

2015-06-05 Thread Jorge Carrión
Gianluigi: You're no more an Spammer... :D:D I can see you in my inbox. Regards. 2015-06-05 15:08 GMT+02:00 Gianluigi : > Hello Fernando, > Since version 3.6 you can use Rand that returns an integer, contrary to > Rnd, the higher born of the interval can be returned. > Rand(1, 36), 1) > > Hello

Re: [Gambas-user] DrawigArea second mailing

2015-05-16 Thread Jorge Carrión
Gianluigi: All your mails since a few weeks are marked as SPAM by gmail. The aduced reason is : "this message comes from libero.it but doesn't passes the autentications tests required by libero". Regards 2015-05-16 16:18 GMT+02:00 Gian : > I was informed that the previous email with the subject

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Of course. Thanks again. It's fine how you are there, working on sunday!! Regards 2015-04-26 18:47 GMT+02:00 Benoît Minisini : > Le 26/04/2015 18:42, Jorge Carrión a écrit : > > Ok. Thanks Benoit. > > > > If you don't want the intermediate shell, use

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Ok. Thanks Benoit. 2015-04-26 18:38 GMT+02:00 Benoît Minisini : > Le 26/04/2015 17:48, Jorge Carrión a écrit : > > A question, Benoit, it's the same thing for > > > > Shell wait > > > > Is based in xdg-util script too? > > > > Regards > &

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
A question, Benoit, it's the same thing for Shell wait Is based in xdg-util script too? Regards 2015-04-26 10:31 GMT+02:00 Jorge Carrión : > Buff... I've based all my project on it!... I suppouse that I'll have to > find a way to freeze the application based on the f

Re: [Gambas-user] A issue with gbDesktop.open

2015-04-26 Thread Jorge Carrión
Buff... I've based all my project on it!... I suppouse that I'll have to find a way to freeze the application based on the file itself... I can't imagine how in this moment. Thank you a lot, Benoit. Regards 2015-04-25 23:06 GMT+02:00 Benoît Minisini : > Le 21/04/2015 13:2

Re: [Gambas-user] File in clipboard

2015-04-22 Thread Jorge Carrión
I think is a standard behaviour. The program that receives the clipboard must be able to search and copy it. Regards 2015-04-22 9:42 GMT+02:00 Roel Touwen : > Hi All, > > I would like to copy a file to the clipboard. So not only text. > > When I browse to a file in the filesystem (Dolphin) and d

  1   2   3   4   >