Re: [Gambas-user] I need a hint on how to delete duplicate

2017-08-28 Thread herberth guzman
> Thank you all for helping me. > Solve my problem, now it works fine. I show the code how it works. > >Dim sResult_Theme As String >Dim sA As String >Dim i, e As Integer >Dim ssA As String[] >Dim ssB As String[] >Dim ssC As New String[] >Dim sListUser As String >

[Gambas-user] I need a hint on how to delete duplicate items in a array

2017-08-24 Thread herberth guzman
Hi Benoit, how are you..? I have a question, I'm lost Lol I need a hint on how to delete duplicate items in a array I have the following function (I send you the code) And if he works Example For Each sDir In ["/usr/share/themes/", Desktop.DataDir &/ "themes/"] For Each sNames In

Re: [Gambas-user] Gambas-user Digest, Vol 134, Issue 54

2017-07-19 Thread herberth guzman
geTray.28: QXcbWindow: Unhandled client message: "_NET_WM_DESKTOP" QXcbWindow: Unhandled client message: "_KDE_WM_CHANGE_STATE" FMain.ArrangeTray.28: QXcbWindow: Unhandled client message: "_NET_SYSTEM_TRAY_OPCODE" > > 2017-07-19 18:40 GMT+02:00 PICCORO McKAY Le

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread herberth guzman
My system tray does not work with gb.qt5. I remember you had it run in revision # 7098 I know that KDE 5 dropped the support for the old system tray protocol. It is possible to temporarily run the system tray, please. Thanks Herberth Guzman

Re: [Gambas-user] Pre-release of Gambas 3.10.0

2017-07-19 Thread herberth guzman
a new one that says: "Web Form Application" (You can create Web Form) Herberth Guzman -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.lin

[Gambas-user] Close If Clicked Outside Form

2017-05-04 Thread herberth guzman
Hi Close If Clicked Outside Form Is there any way to close a form if it is clicked outside the main form? For example, just as applets on the network or audio volume or KDE menu. Thanks Herberth Guzman -- Check out

Re: [Gambas-user] Help menu in Properties

2017-05-02 Thread herberth guzman
> Hi Benoit, > Question...? > The help menu that appears in properties appears in English > I am encouraging the use of Gambas3 but many do not speak English > I ask > Can you use it in Spanish ...? > I can help...? > Regards > Herberth Guzmán I want to clarify that it is not always, it

[Gambas-user] Help menu in Properties

2017-05-02 Thread herberth guzman
Hi Benoit, Question...? The help menu that appears in properties appears in English I am encouraging the use of Gambas3 but many do not speak English I ask Can you use it in Spanish ...? I can help...? Regards Herberth Guzmán

Re: [Gambas-user] Show records on a WebTable

2017-03-21 Thread herberth guzman
>Le 17/03/2017 à 20:18, Tobias Boege a écrit : > I didn't test it, but the following is approximately how it goes: > > Public Sub WebTable1_Data(Row As Integer, Column As Integer, Data As > WebTableData) > Dim i As Integer > Dim f As ResultField > > cx = M_DB.Connect() > rs =

[Gambas-user] Innova Desktop in GambasFarm

2017-02-20 Thread herberth guzman
Herberth Guzman -- 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 Gambas-user

[Gambas-user] GambasFarm - Sofware already exists

2017-02-20 Thread herberth guzman
Greetings Benoit I have a problem, I'm uploading my project to GambasFarm Innova_0.1.4, but I get a message "Sofware already exists", and the latest version uploaded is Innova_0.1.3. How do I solve my problem ...? Regards Herbe

[Gambas-user] gb-qt4 vs gb-qt5 (systray)

2017-02-15 Thread herberth guzman
Salutation Benoit I am restructuring my project (Innova Deskop) to improve. I want to create a light, functional and beautiful project. Example: GbPanel - GbLauncher - GbSettings - GbDate - GbTheme - GbPlugins - GbWidget - PCInfo - More I want to use gb-qt5 for a new design and take into

[Gambas-user] Problem with wayland and gb.desktop

2017-02-13 Thread herberth guzman
Greetings Benoit I'm running tests with wayland, it gives me the following error: gb.desktop: unable to find mime database As I can solve this problem, it is possible. I know that gb.desktop works with x11. I want to test my panel in wayland. Herberth Guzman

[Gambas-user] Available for download Innova Desktop Preview 0.1.3

2017-02-01 Thread herberth guzman
2. Spanish 3. French Windows Manager supported: Openbox, Kwin and Gala The user you must have minimal Gambas 3.9 Regards. Herberth Guzman NOTA: The v1.4 will have substantial changes in the project, suggested to improve the appearance, stability and its integration. Attached link to download

Re: [Gambas-user] Christmas gift

2016-09-08 Thread herberth guzman
>> But what do you all guys call "webservices"??? It serves to integrate applications created in languages ​​and different platforms over the Internet or your own Intranet Based on standards? * A Web service can be registered in order to make it available to other users and that they can

Re: [Gambas-user] Christmas gift

2016-09-07 Thread herberth guzman
I'm fall in love of Gambas3, and every day I fall in love more, more more, web.form (I love you) With WEBSERVICE implemented, i promise not to be unfaithful. Excellent idea. gambas3+webform+(gb.reporting service)+webservice Cool I feel fly Herberth Guzmán > Besides some extensions in the

Re: [Gambas-user] Positioning Image and Text in a Button

2016-08-22 Thread herberth guzman
Super, it works fine, this is what I need. Thank you all. Fabien Thanks replace Draw.RichText($sText, iX, iY - 2, Draw.W, Draw.H, align.Bottom) Draw.RichText(Html($sText), 0, 0, Me.W, Me.H + Me.H / 2, Align.Center) Cool > remove the font scaling part and replace draw.text by : > >

Re: [Gambas-user] Positioning Image and Text in a Button (resolved)

2016-08-22 Thread herberth guzman
Thanks Gianluigi Thanks Fabien Tthanks Charlie Thank you all for your help, I can solve my problem (I oriento Fabien) The Code Draw.RichText ($ sText, x, y, Draw.W, Draw.H, align.Bottom) --

Re: [Gambas-user] Positioning Image and Text in a Button

2016-08-22 Thread herberth guzman
Thanks Gianluigi Thanks Fabien Tthanks Charlie Examples are good, I look at the potential of prawns, and ease of doing things. What I do is like the example of Charlie. The problem is that is not a button They can be in a container 20 and that makes it hard. As I can create a button from a

[Gambas-user] Positioning Image and Text in a Button

2016-08-17 Thread herberth guzman
Need help please... I have a Button on my Form. I want to have an image on the center and text on the center. But I cant get the proper Format. i can create a new button that has in it's properties: Image : you can insert an image from anywhere (local or resource) ImageAlign : Set it to

[Gambas-user] How to add subitems to a ListView?

2016-08-01 Thread herberth guzman
Greetings Benoit will not if possible...? I'm trying to get a Listview with subitems. Attachment picture of what I want to do. Thanks. -- ___ Gambas-user mailing list

Re: [Gambas-user] File or directory does not exist

2016-07-15 Thread herberth guzman
> Regards Benoit > > A question > > I have a project (gbTerminal) which is a gui gb.terminal.form > > what happens to me is something unusual > > * I run the project (gbterminal) - works well (Windows 1) > * If I open a new window (gbterminal) - works well (Window 2) > * If I open a new window

[Gambas-user] File or directory does not exist

2016-07-02 Thread herberth guzman
Regards Benoit A question I have a project (gbTerminal) which is a gui gb.terminal.form what happens to me is something unusual * I run the project (gbterminal) - works well (Windows 1) * If I open a new window (gbterminal) - works well (Window 2) * If I open a new window (gbterminal) in the

Re: [Gambas-user] gbTerminal

2016-06-30 Thread herberth guzman
> > Thanks Benoit for Gambas3 > Thanks Fabien for gb.form.terminal > Thanks Benoit and Fabien for gb.form.terminal >The terminal idea is from me but most of the code is from Beno?t. I did not know Fabien. Benoit, thank you for gb.form.terminal and congratulations to Gambas3 development team,

[Gambas-user] gbTerminal

2016-06-28 Thread herberth guzman
Thanks Benoit for Gambas3 Thanks Fabien for gb.form.terminal I created a form_terminal(lxterminal, qterminal) uploaded the project (gbTerminal) to gambasfarm The only thing I did was customize what Fabien developed. Regards Herberth Guzmán

[Gambas-user] gbTerminal

2016-06-28 Thread herberth guzman
Thanks Benoit for Gambas3 Thanks Fabien for gb.form.terminal I created a form_terminal(lxterminal, qterminal) uploaded the project (gbTerminal) to gambasfarm The only thing I did was customize what Fabien developed. gbTerminal is a terminal emulator based on VT-100 for the Lightweight Desktop

Re: [Gambas-user] Create a Form like Panel on Desktop

2016-04-28 Thread herberth guzman
of: Benoît Minisini Fabien Bodard Ahmad Zainudin Regards Herberth Guzman > > Hi all ! > > > > Is it possible to create form like panel (f.e. Lxpanel). > > If other apps windows maximize, their maximize according to my form-panel > > stay visible. > > > >

[Gambas-user] ERROR: WebForm.Main.115: Class.Load

2016-04-13 Thread herberth guzman
Le 13/04/2016 19:56, herberth guzman a écrit : > Regards, > > Running gb.web.form > > ERROR: > WebForm.Main.115: Class.Load: Cannot load class 'WebformTest': Unable to > load class file. > > > I copy the files lib.js. and style.css at the root of the project and >

[Gambas-user] ERROR: WebForm.Main.115: Class.Load

2016-04-13 Thread herberth guzman
Regards, Running gb.web.form ERROR: WebForm.Main.115: Class.Load: Cannot load class 'WebformTest': Unable to load class file. I copy the files lib.js. and style.css at the root of the project and .public. And I did not get my project to execute a Message( "Hello"). Only displayed in the web

[Gambas-user] Problems with gb.qt5 and X11Systray

2016-04-12 Thread herberth guzman
Hi Benoit I want to integrate my project with QT5, but I have several problems 1- Systray (X11Systray) does not work with this component. 2- Public Sub Toggle_Enter() and ToggleTask_Leave It does not behave as gb.qt4. 3- The following code does not work with gb.qt5 Dim iId As Integer iId =

[Gambas-user] Timer Not Work - Trunk 3.8.90 Revision 7690

2016-03-29 Thread herberth guzman
Salut Benoit I have installed Gambas3 Rev. 7690 In my form I have a Timer Example, shows the time Generates the following error: Mismatch required types: Integer required, obtained FMain instead. I compared the .src / FMain.form file with another if it works and found a change, I hope it

[Gambas-user] GambasFarm

2016-03-27 Thread herberth guzman
Benoit Regards, Is not a problem but I have seen that in GambasFarm whenever I update my project (PCInfo - Innova Desktop) to a new version, the counter to 0 restarts. I would like to know why ? How can I do to keep the counter of the project and not the versions.? Herberth Guzmán

[Gambas-user] Desktop.RunAsRoot

2016-03-26 Thread herberth guzman
I need help I can look silly but not quite understand Desktop.RunAsRoot. I need to run a command Example does not work Desktop.RunAsRoot ("sysctl -w vm.drop_caches = 3") If you work Shell "gksu sysctl -w vm.drop_caches = 3" Desktop.RunAsRoot You can run SUDO command without entering password

[Gambas-user] Size Multiple Files with FileProperties

2016-02-12 Thread herberth guzman
Salut Benoit Benoit consultation. If I want to get the size of a file with FileProperties the code is: FileProperties1.Path=User.Home &/ "test.png" But I need to get the size of several Selected Files in a FileView. Is this possible.? I tried with the following code: But it is not possible.

[Gambas-user] WebImage - Component gb.web.form

2015-12-10 Thread herberth guzman
ble by the >server. . The public ones. Or maybe to picture on another part of internet. Le 9 d?c. 2015 05:56, "herberth guzman" <herberthguz...@gmail.com> a ?crit : > Hello Benoit > > Congratulations on the gb.web.form component is wonderful, it's beautiful. > > I'm playin

[Gambas-user] WebImage - Component gb.web.form

2015-12-08 Thread herberth guzman
Hello Benoit Congratulations on the gb.web.form component is wonderful, it's beautiful. I'm playing with the component gb.web.form, I'm working on my project Innova. I would like to Innova-Settings (Desktop Preferences) with gb.web.form and I have some questions: 1-There will be a future

[Gambas-user] gb.desktop Desktop.ActiveWindow

2015-10-30 Thread herberth guzman
Gianluigi greetings and Vuotto Thanks for your answers. Attach Example of MyPanel and if I work with DesktopWatcher. The problem that I have long ago (when I started the project) MyPanel is not working as a panel (taskbar) example "lxpanel", "fbpanel", "Tint2". I have worked on improving this

[Gambas-user] gb.desktop Desktop.ActiveWindow

2015-10-21 Thread herberth guzman
a link that explains what I need. Please help. http://stackoverflow.com/questions/1014822/how-to-know-which-window-has-focus-and-how-to-change-it Benoit Aidez-moi s'il vous plaît I'm lost Help me please I'm lost Herberth Guzman

[Gambas-user] Problem Iconview Orientation Horizontal

2015-08-03 Thread herberth guzman
Hi Benoit I have a problem with IconView IconView1.Orientation = Arrange.Horizontal Error = Pending Path If you are in Vertical it works well. IconView1.Orientation = Arrange.Vertical I have Gambas3 3.8 Rev.7215 Regards, Herberth

[Gambas-user] gb.desktop - How to know which window has focus?

2015-07-22 Thread herberth guzman
I have a question.? Can you help me please. to activate a window is: Desktop.Windows.FromHandle (Value) .Activate or Desktop.ActiveWindow = value I have a problem. I have 3 WINDOWS and the 3 WINDOW ARE ACTIVE. How to know which window has focus and how to change it...? i am trying to fix it and

[Gambas-user] Problems with HSplit

2015-06-26 Thread herberth guzman
Salut Benoit as always for help. I have a Hsplit on a form I create 2 buttons run the form, the buttons look the same size the problem is when clean Hsplit (HSplit1.Children.Clean) and I return to create the buttons inside HSplit resize buttons. CODE Public Sub Form_Open () Button1_Click

Re: [Gambas-user] Problems with HSplit

2015-06-26 Thread herberth guzman
Salut Amicalement Salut Herberth, Public Sub Button1_Click() Dim i As Integer HSplit1.Children.Clear For i = 1 To 2 hToggle = New Button(HSplit1) hToggle.Text = T i hToggle.Picture = Picture[icon:/32/add] Next hToggle.AutoResize = True End This works for me. But how you

[Gambas-user] FileView and Files *.desktop

2015-06-24 Thread herberth guzman
Benoit I need to display in FileView files * .desktop with icon associated with each application. example Gambas3.desktop Icon = gambas3 gwenview.desktop Icon = gwenview And do not show a text file as it currently does. I personalize MyFileView Control But I would like to FileView of Gambas3

[Gambas-user] Problem with DesktopWatcher and Desktop.X11

2015-06-24 Thread herberth guzman
Benoit My apologies, I'm programming in Gambas 3.7 and the problem I have is in this version. But programming in Gambas 3.8 there is no problem. It works well. Thanks for your time. Regards, Herberth -- Monitor 25

[Gambas-user] Problem with DesktopWatcher and Desktop.X11

2015-06-23 Thread herberth guzman
Hi Benoit I try to explain. In a form (form_taskbar) I show a list of open windows I use DesktopWatcher. In a form (form_systray) I show my systemtray (nm-applet) I use Desktop.X11 But if I use DesktopWatcher and Desktop.X11 in the same form I gives the following error (out of bounds) if I

[Gambas-user] FileView and Files *.desktop

2015-06-22 Thread herberth guzman
Desktop unify With Class_FileView Class_DesktopApps (created by Fabien) to make it more attractive for the user. Questions? FileView can show the icons (PNG) related of one file .desktop, and Run attached example DEMO Regards Herberth Guzman test_desktop-0.0.1.tar.gz Description: GNU Zip

[Gambas-user] DesktopWatcher and X11Systray Not Working together

2015-06-21 Thread herberth guzman
windows become smaller. (See example DEMO), and a HSplit with Button created in the FORM shown well. Regards, Herberth Guzman SystemTray-1.0.tar.gz Description: GNU Zip compressed data -- Monitor 25 network devices or servers

[Gambas-user] gb.qt5 and X11Systray

2015-05-29 Thread herberth guzman
Benoit Thanks for the support experimental of gb.qt5 in gb.desktop.x11. I am testing and by moment work good. I use to work the Applets of Gnome (Network, Audio). One questions.? I can work with the KDE applets, and how.? I'm trying work and not work Applets KDE. in gnome nm-applet=OK in

[Gambas-user] ERROR Segmentation fault (core dumped)

2015-05-29 Thread herberth guzman
Install gambas3 svn update Gambas 7104 I get the following error. Segmentation fault (core dumped) Previously discharged He installed and all good I do not have Gambas3. that I can do. I never happened to me. Regards, Herberth

[Gambas-user] gb.qt5 and X11Systray

2015-05-24 Thread herberth guzman
Hi Benoit Congratulations on the component gb.qt5 and Gambas3, greatly improves every day. I am happy for Gambas3 Benoit I am testing gb.qt5 Systray (X11Systray) does not work with this component. I tested: gb.gtk = OK gb.gtk3 = OK gb.qt4 = OK gb.qt5 = BAD That I can do to work well

[Gambas-user] FileView and Files .desktop

2015-05-24 Thread herberth guzman
Hi Benoit Benoit, Fabien created a class called DesktopApps, that class is what allows me to show my panel applications (Innova). I am a rookie and I find it hard. My work is slow and long. I want to convert (Innova) at a Desktop in the future. To display the contents of my Desktop unify

[Gambas-user] Problems to generate installer RPM

2015-05-22 Thread herberth guzman
Benoit greetings Benoit I have a problem I need to create an installer for my project. Debian RPM error. DEB ok. Ubuntu RPM error. DEB ok. OpenMandriva RPM error. Can you provide your project? Thanks Benoit It happens with every project. If the file is not attached Project

[Gambas-user] Problems to generate installer RPM

2015-05-21 Thread herberth guzman
=libGL.so.1.2.0 Poppler=libpoppler.so.43.0.0 Qt4=libQtCore.so.4.8.6 SDL=libSDL-1.2.so.0.11.4 Regards Thanks for your support Herberth Guzman -- One dashboard for servers and applications across Physical-Virtual-Cloud

[Gambas-user] Available InnovaDE Preview 0.1.3

2015-05-18 Thread herberth guzman
Gambas 3.7 Regards. Herberth Guzman Report bugs innovadesk...@gmail.com Available for download at: https://sourceforge.net/projects/innovadesktop/ -- One dashboard for servers and applications across Physical

Re: [Gambas-user] InnovaDE Prevista 0.1.2

2015-05-16 Thread herberth guzman
On vr, 2015-05-15 at 17:37 -0600, herberth guzman wrote: Desktop Developed in Gambas3 (The Desktop of Gambas - InnovaDE) Some bugs fixed Version available for download InnovaDE Preview 0.1.2 Available for now only Debia/Ubuntu systems - Innova Desktop Scheduled in Gambas 100% - Graphical

[Gambas-user] InnovaDE Preview 0.1.2

2015-05-15 Thread herberth guzman
Desktop Developed in Gambas3 (The Desktop of Gambas - InnovaDE) Some bugs fixed Version available for download InnovaDE Preview 0.1.2 Available for now only Debia/Ubuntu systems - Innova Desktop Scheduled in Gambas 100% - Graphical interface simple user - Interact with GTK and KDE - It has

[Gambas-user] Available for download InnovaDE Preview 0.1.1

2015-05-13 Thread herberth guzman
Desktop Developed in Gambas 3.6 (The Desktop of Gambas - InnovaDE) First version available for download InnovaDE Preview 0.1.1 Available for now only Debia/Ubuntu systems Nothing possible without the special help of Benoit and Fabien. - Innova Desktop Scheduled in Gambas 100% - Graphical

[Gambas-user] Problem with gb.report

2015-03-12 Thread herberth guzman
is the project2 and not in project1, but the image is not in the project. And I need all the structure of the report. Regards Herberth Guzman -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored

[Gambas-user] Problem with gb.report

2015-03-10 Thread herberth guzman
projects and I need the report is the project2 and not in project1, but the image is not in the project. And I need all the structure of the report. Regards Herberth Guzman -- Dive into the World of Parallel Programming

[Gambas-user] X11.SetWindowProperty

2015-03-10 Thread herberth guzman
to work me 2 or more lines of these functions. Regards Herberth Guzman -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub

[Gambas-user] Window (ALT+TAB whit KWIN) shows _NET_WM_STATE_SKIP_TASKBAR windows

2015-03-07 Thread herberth guzman
Desktop to finish it, are details what is missing. Thanks for all your help and suggestions Herberth Guzman -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed

[Gambas-user] Desktop Developed in Gambas 3.6

2015-03-07 Thread herberth guzman
are received. Regards Herberth Guzman -- 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 parallel software

[Gambas-user] Problem gb.qt

2015-02-03 Thread herberth guzman
With sExplorer .ShowDirectory = True .ShowPreview = True .Dir = User.Home .Background = Color.Default End With TabPanelExplorer.Picture = Picture[icon:/small/directory] End Public Sub Button1_Click() Create_sExplorer End Regards Herberth Guzman https://plus.google.com/u/0

[Gambas-user] Project Problem gb.qt

2015-02-03 Thread herberth guzman
Hi Benoit thanks for you help i share the link the example attach example not working gb.qt svn_rev6875 onwards https://drive.google.com/file/d/0B2gI4jYOofp0WmQtRzFhcDRhcGs/view?usp=sharing waiting for your help Regards Herberth Guzman https://plus.google.com/u/0/105457212371116775367

[Gambas-user] Problem svn6875 and gb.qt

2015-01-31 Thread herberth guzman
Hi Benoit thanks for you help i share the link the example https://drive.google.com/file/d/0B2gI4jYOofp0WmQtRzFhcDRhcGs/view?usp=sharing for the moment i work with svn_rev6874 svn_rev6875 and 6876 no working for my with gb.qt4 waiting for your help Herberth Guzman https://plus.google.com/u/0

[Gambas-user] Problem svn6875 and gb.qt

2015-01-30 Thread herberth guzman
Help please Herberth Guzman -- 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 parallel software

[Gambas-user] Rename File (IconView + MOVE)

2014-10-17 Thread herberth guzman
the F2 key displays the same error. not enough arguments How I can fix it. Regards Herberth Guzman -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice

[Gambas-user] Error Copy File gb.gtk or gb.gtk3

2014-10-17 Thread herberth guzman
it. Thanks and Regards Herberth Guzman -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions

[Gambas-user] Copy File or Directory (Gambas to Filemanger)

2014-10-10 Thread herberth guzman
OR SHELL [cp, user.home /file.txt, User.Home / Desktop] COPY USER.HOME /file.txt TO User.Home / Desktop/ filemanager to gambas3 and gambas3 to filemanager but I can not. is this possible. Help please... Regards Herberth Guzman

[Gambas-user] X11Systray

2014-07-04 Thread herberth guzman
one above the other. example Fmain (form example systray) Create a Form called Form1 Class start = Form1 == Button1 == Fmain.show Open VLC and displayed above the first system icon. As I can solve this problem. In my project is a module which loads the systray. Thank you. Regards Herberth

[Gambas-user] Form ALT+CLICK Not Move

2014-06-25 Thread herberth guzman
brus I'm make a panel for my desktop. and what I need is that the user can not move the panel to push ALT + CLICK MOUSE. I do not understand because I stretched out on the subject. -- Open source business process

[Gambas-user] Form ALT+CLICK Not Move

2014-06-24 Thread herberth guzman
Hi benoit a question I need what a form (F_PANEL) to press ALT+CLICK what can NOT move the form. How I can do? thanks regards. herberth Guzman -- Open source business process management suite built on Java

[Gambas-user] Desktop.X11 Systray

2014-06-24 Thread herberth guzman
-applet /dev/null 2/dev/null the program crashes and closes only if form.transparent=true can you help me please. regards Herberth Guzman -- Open source business process management suite built on Java and Eclipse Turn

[Gambas-user] Window Manager Kwin ALT+TAB

2014-06-24 Thread herberth guzman
_NET_WM_STATE_SKIP_TASKBAR _NET_WM_STATE_STICKY Regards Herberth Guzman -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly

[Gambas-user] Desktop.X11 Systray

2014-06-24 Thread herberth guzman
draSystemTray_Arrange End Public Sub draSystemTray_Arrange() Dim DH As Integer Paint.Begin(draSystemTray) DH = 1 + draSystemTray.H / 16 Paint.End M_Systemtray.ArrangeTray End Static Public Sub X11Systray_Arrange() M_Systemtray.ArrangeTray End regards Herberth Guzman

[Gambas-user] Window Manager Kwin ALT+TAB

2014-06-24 Thread herberth guzman
Benoit Thank you for your answers. i have the SkipTaskbar property, but: with openbox not problem. ALT+TAB not show the form(f_panel) with kwin i have problem. ALT+TAB show the form(f_panel) Regard Herberth Guzmán --

[Gambas-user] Desktop.X11 Systray

2014-06-24 Thread herberth guzman
Benoit herberth Guzman -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems

[Gambas-user] Desktop.X11 Systray

2014-06-24 Thread herberth guzman
/0B2gI4jYOofp0UlU3T3dMb3A0eUU/edit?usp=sharing https://drive.google.com/file/d/0B2gI4jYOofp0dUh2QXZta05ydEE/edit?usp=sharing If you need the code for innova desktop, glad to command. Regards Benoit Herberth Guzman -- Open

[Gambas-user] Form ALT+CLICK Not Move

2014-06-24 Thread herberth guzman
Fabien I think He want to disable the ability of x to move a windows with alt + mousedown Benoit Fabien says what is right. What I need is to disable the ability of x to move a windows with alt + mousedown Thanks Regards, Herberth

[Gambas-user] X11Systray

2014-06-09 Thread herberth guzman
Hi Benoit I want to thank all the support you have given me to work with MyPanel and Desktop Innova. I apologize for my bad English and for not having enough knowledge minimum and ask questions that maybe den laugh, it's because I did not know how. The important thing is that I learned to do it.

[Gambas-user] SystemTray (Problems gb.gui or gb.gtk3)

2014-06-04 Thread herberth guzman
Benoit have added an example in the gambas examples Thanks Fabien, I have installed Gambas3 rev 6301, i have the example SystemTray but does not work with component gb.gtk3 gb.gui, when I run it I get the following error: Public Sub draSystemTray_Arrange () line (DH = 1 + draSystemTray.H / $

[Gambas-user] gb.desktop.x11

2014-06-03 Thread herberth guzman
Hi Benoit Thanks for your help for everything you've done with gb.desktop.X11. No if lack of knowledge. I'm a mistake, or do not know how. Follow your instructions: 1 - Cls_Start Static Public Sub X11Systray_Arrange() Dim I As Integer Dim X As Integer X = 2 For I = 0 To

[Gambas-user] gb.desktop.x11

2014-06-03 Thread herberth guzman
Hi Benoit Thanks for the SystemTray instance I saw the example gb.gui or gb.gtk3 and gives me the following error Null Object With gb.qt4 if it works but only shows gb.png image (do not know if that is the goal) If you want to see the applet nm-applet in stalonetray my code as follows: Shell

[Gambas-user] gb.desktop.x11

2014-05-30 Thread herberth guzman
Hi Benoit Thanks Benoit for Gambas3 , gb.desktop.x11 Thanks to Fabien for his lib DesktopApps. My project is possible thanks to Benoit and Fabien. Panel Innova Desktop (Desktop developed Gambas3) is a desktop panel, written in Gambas3 is funsional through Desktop.X11 and DesktopWatcher easy

[Gambas-user] gb.desktop.x11

2014-05-23 Thread herberth guzman
Hi Beno?t I have a problem with mypanel review # 6261 works well. Today update review # 6287 mypanel and no longer works, gives the following error and lost the position and _NET_WM_STRUT_PARTIAL ERROR type mismatch, required String, Obtained Integer [] instead this line if it works

[Gambas-user] gb.desktop: unable to found mime database

2014-05-21 Thread herberth guzman
Hi all I have a question? the following code works well: Ubuntu LXDE Session Ubuntu Openbox Session Debian LXDE Session but Debian Openbox Session gives this error (gb.desktop: unable to found mime database) Null Object Dim File As String Dim i As Integer Dim sPath As String Dim

[Gambas-user] gb.desktop.x11 (Refresh Taskbar)

2014-05-21 Thread herberth guzman
Hi all I want to tell mypanel works well, but I want to improve. The update of the open windows I do by a TIMER, but I would like to do it directly X11, someone who can help me please. Upgrading windows open is through a TIMER, but I would like to do it directly gb.desktop.x11, someone who can

Re: [Gambas-user] Gambas-user Digest, Vol 96, Issue 54

2014-05-21 Thread herberth guzman
based system (Ian Haywood) 3. Re: Compiling Gambas on an Allwinner A10 based system (Mike Crean) 4. gb.desktop: unable to found mime database (herberth guzman) 5. gb.desktop.x11 (Refresh Taskbar) (herberth guzman

[Gambas-user] gb.desktop.x11 (taskbar)

2014-05-19 Thread herberth guzman
Hi Beno?t Thanks for giving us the gb.desktop.x11 component The margins of the panel is funsional, the problem had it in CARDINAL funsiona perfectly, thank you . Funsiona The code that follows ( the dependent position of the panel) : CODE X11.SetWindowProperty ( Atom [ _NET_WM_STRUT_PARTIAL ]

[Gambas-user] gb.desktop.x11 (taskbar)

2014-05-16 Thread herberth guzman
) Desktop.Windows.Refresh() f_taskbar.Refresh Wait End Public Sub mnuMaximized_Click() _X11.MinimizeWindow(id_win_active, 0) End Public Sub mnuMinimizar_Click() _X11.MinimizeWindow(id_win_active, 1) End Herberth Guzman

[Gambas-user] gb.desktop.x11

2014-05-15 Thread herberth guzman
_NET_WM_STRUT_PARTIAL _NET_WM_USER_TIME No how to implement it. Waiting for your suggestions, and thank you very much for your support. Regards. Herberth Guzman -- Accelerate Dev Cycles with Automated Cross-Browser Testing

[Gambas-user] Form Type Panel (gb.desktop)

2014-05-08 Thread herberth guzman
Thanks Beno? t Minisini for answering my email and for suggesting the link http://standards.freedesktop.org freedesktop theme is very broad but from what I read to be needed to make the panel: gb.desktop support for: _NET_WM_STRUT(CARDINAL) = 0, 0, 0, 32 (border_panel) _NET_WM_STRUT= left,

[Gambas-user] Form type panel

2014-05-04 Thread herberth guzman
Hi, I'm making a panel(taskbar) in gambas3, and I need to know how to set the form type as a panel. therefore active windows can not cover my form(mypanel). Someone help me please. -- Accelerate Dev Cycles with Automated

[Gambas-user] Help Taskbar(form_panel)

2014-04-28 Thread herberth guzman
Hi, I'm making a desktop in Gambas3 called Innova (everything was possible thanks to the help of Fabien Bodard) some widget (w_desktop, w_date, w_clock, w_calc, w_eject, w_PcInfo), Etc. I'm making a panel for my desktop and I need to know how to set a form type panel having top with the windows

[Gambas-user] Problem with Gambas 3.4 and Skiptaskbar

2013-10-09 Thread herberth guzman
hello, I have a question, I have a form that does not want to display on the taskbar panel, change the skiptaskbar property to true, but pressing (alt + tab) still appears in the task manager of windows manager. How do I NOT display in the taskbar and pressing Alt-Tab is desactivate.

[Gambas-user] taskbar and alt+tab

2013-10-05 Thread herberth guzman
hello, I have a question, I have a form that does not want to display on the taskbar panel, change the skiptaskbar property to true, but pressing (alt + tab) still appears in the task manager of windows manager. How do I NOT display in the taskbar (lxpanel) and pressing Alt-Tab is desactivate.

[Gambas-user] Imagen IconView

2012-05-30 Thread herberth guzman
Hello everyone, we have an educational project called edulibreos and are developing a launcher of all applications installed (usr / share / applicaction / *. Desktop), we have shown in a IconView the list of separate programs by category (eg officina all corresponding to office, all audio

[Gambas-user] Help in sending sms

2011-12-14 Thread herberth guzman
Greetings all, I want to implement in my program sending text messages (sms) to mobile number of store manager reporting cash income of the day but not if I can help do this because I tried and I could not and need help please. In a text box I put the cell phone number in another the message data

Re: [Gambas-user] Gambas-user Digest, Vol 67, Issue 12

2011-12-14 Thread herberth guzman
Greetings, I need to send a text message to a cell phone from gambas3, and I can not, can help me please. -- Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are

[Gambas-user] send a text message to a cell phone

2011-12-14 Thread herberth guzman
Greetings, I need to send a text message to a cell phone from gambas3, and I can not, can help me please. -- Cloud Computing - Latest Buzzword or a Glimpse of the Future? This paper surveys cloud computing today: What are

  1   2   >