Re: [Gambas-user] Fwd: [Gambas Bug Tracker] Bug #1161: Class Editor is Locked

2017-09-06 Thread zainudin ahmad
sudo apt-get install gambas3-gb-qt5 gambas3-gb-qt5-ext gambas3-gb-qt5-opengl gambas3-gb-qt5-webkit I am sure we have the different issue :) On 9/6/17, Fernando Cabral wrote: > 2017-09-06 3:28 GMT-03:00 Benoît Minisini via Gambas-user < > gambas-user@lists.sourceforge.net>: > >> >> >> Comment #8

Re: [Gambas-user] New domain name for Gambas

2017-09-02 Thread zainudin ahmad
many programming language web using *-lang.org https://www.google.com/search?client=ubuntu&channel=fs&q=site%3A*-lang.org&ie=utf-8&oe=utf-8 :) On 9/2/17, Benoît Minisini via Gambas-user wrote: > Hi, > > As gambas.{org,net,com...} are all unavailable, I'm thinking about > buying g4mbas.org (or .

Re: [Gambas-user] Fwd: ​ Re: Keyboard locked -- insisting one more time

2017-06-11 Thread zainudin ahmad
Hi Fernando can you try this in your terminal : GB_GUI=gb.qt5 XDG_CONFIG_HOME=/tmp/.gambas-home gambas3 it's work ? On 6/12/17, Fernando Cabral wrote: > I've now installed gambas 3.9.90. Unfortunately, the keyboard is still > locked. > > How about you, guys, who had the same problem I have? St

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-25 Thread zainudin ahmad
Hi Hans This project for : - Send and Receive (1 project for 2 process) - With better code for form_close event (attach file) On Fri, Nov 18, 2016 at 11:26 PM, Hans Lehmann wrote: > Am 17.11.2016 um 02:20 schrieb zainudin ahmad: > >> Hi Hans, I hope this work for you:) (pr

Re: [Gambas-user] DBusSignal Error (Send)

2016-11-16 Thread zainudin ahmad
Hi Hans, I hope this work for you :) (project attach) On Tue, Nov 15, 2016 at 12:00 AM, Hans Lehmann wrote: > Hello, > > in my project 'signaltx2' I get after this source line: > > DBus[DBus.Name].Raise(NameVersion, "GetGBVersion", ["3.9.1"]) > > the following error message: > > Couldn't allocat

Re: [Gambas-user] Is this a bug

2016-07-08 Thread zainudin ahmad
Hi Charlie I have the same issue on my system I think it is a bug. [System] Gambas=3.8.4 OperatingSystem=Linux Kernel=4.4.0-28-generic Architecture=x86 Distribution=Ubuntu 16.04 LTS Desktop=LXDE Theme=Gtk Language=en_US.UTF-8 Memory=492M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4

Re: [Gambas-user] Bug on ImageStat( ).Height ?

2016-07-08 Thread zainudin ahmad
Maybe you can report it in gambas bugtracker. I have the same issue on my system Regards On Sun, Jul 3, 2016 at 10:26 PM, Ru Vuott wrote: > Hello, > > using ImageStat().Height with .JPG type images, it returns "always" the > value: 4360. > > Regards > > vuott > > >

[Gambas-user] [ASK] New management library

2016-06-22 Thread zainudin ahmad
this is normal ? 1) I can run my App(need library) from every where, but the library still in ~/.local/share/gambas3/lib/{vendor-name}/ directory for example : app.gambas need libmy-math:0.0.gambas, I put app.gambas in /usr/bin directory and library libmy-math:0.0.gambas still in ~/.local/shar

Re: [Gambas-user] [Ask] How to use Runtime Library Search Path ?

2016-06-20 Thread zainudin ahmad
On Sun, Jun 5, 2016 at 6:51 AM, zainudin ahmad wrote: > > with old library management I don't have any problem, but with the new > library management I must switch between them. > > # the problem is if I will run in a same time the stable app and dev app, > always sw

Re: [Gambas-user] SQLite - in memory DB

2016-06-19 Thread zainudin ahmad
I can't use it too (attach pic), it's bug ? (attach project) On Sun, Jun 19, 2016 at 5:57 PM, Vinode Singh Ujlain wrote: > Public conH As New Connection > conH.Type = "sqlite3" > conH.name = ":memory:" > Try conH.Open() >If Error Then > Print "Unable to open database \n Error :"; Erro

Re: [Gambas-user] Conditional edit of a database table

2016-06-19 Thread zainudin ahmad
It's work as expected with sqlite. attach project - extract into /tmp dir - run On Sun, Jun 19, 2016 at 6:21 PM, wrote: > On 2016-06-18 02:54, Shane wrote: > > Are you looking for something like > > hConn.Find("clients", "firstname LIKE &1 OR lastname LIKE &1 OR phone > > like &1 OR street_name

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
) you can get the answer (its show the "Gambas binary code") On Mon, Jun 6, 2016 at 4:26 AM, T Lee Davidson wrote: > On 06/05/2016 04:55 PM, zainudin ahmad wrote: > > the project contain Main form (wit

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
Ok, its clear now. Thanks On Mon, Jun 6, 2016 at 8:47 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 05/06/2016 12:10, zainudin ahmad a écrit : > > $load is used , there is any other method has declared and wiki for > explain > > it ? > > $load() i

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-06 Thread zainudin ahmad
($ -> private variable class, l -> Long, Oad -> Variable Name) :) On Mon, Jun 6, 2016 at 4:10 AM, Tobias Boege wrote: > On Mon, 06 Jun 2016, zainudin ahmad wrote: > > > Is this what you are looking for? > > > > No > > > > doing : $ gbc3 -v /tmp/test

Re: [Gambas-user] method $load , any wiki for explain it ?

2016-06-05 Thread zainudin ahmad
control(s) 6 stack OK On Sun, Jun 5, 2016 at 11:00 PM, T Lee Davidson wrote: > On 06/05/2016 06:10 AM, zainudin ahmad wrote: > > $load is used , there is any other method has declared and wiki for > explain > > it ? > > Is this what you are looking for? > http://g

[Gambas-user] method $load , any wiki for explain it ?

2016-06-05 Thread zainudin ahmad
$load is used , there is any other method has declared and wiki for explain it ? -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and

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

2016-06-05 Thread zainudin ahmad
his prevents the feature of automated creation of primari index > autoincremental in all tables of sqlite and le yor constrain created > compound primary key to be the only primary key. > > updates should works now. > > Why in gambas the result of an erroneus update is an additi

Re: [Gambas-user] [Ask] How to use Runtime Library Search Path ?

2016-06-04 Thread zainudin ahmad
>> like -> likes I like in some part/rule in (no wrong) Sorry for my English, still bad. On Sun, Jun 5, 2016 at 6:56 AM, zainudin ahmad wrote: > >> I like in some part/rule in > like -> likes > :) > > thanks > > On Sun, Jun 5, 2016 at 6:51 AM,

Re: [Gambas-user] [Ask] How to use Runtime Library Search Path ?

2016-06-04 Thread zainudin ahmad
>> I like in some part/rule in like -> likes :) thanks On Sun, Jun 5, 2016 at 6:51 AM, zainudin ahmad wrote: > > if it can use, I will use it. > > when develop apps or libs I should switch between my stable version(use > gambas stable version) and development v

Re: [Gambas-user] [Ask] How to use Runtime Library Search Path ?

2016-06-04 Thread zainudin ahmad
r myapp-a : ../bin/vendor - I like in some part/rule in a new library management like libs name now have number version, and the name "vendor/libblabla" . etc On Sat, Jun 4, 2016 at 8:16 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 04/06/2016 15:14

[Gambas-user] [Ask] How to use Runtime Library Search Path ?

2016-06-04 Thread zainudin ahmad
Hi Friends How to use Runtime Library Search Path(attach pic) ? I have doing that this still don't know how to use it Regards -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an

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

2016-06-04 Thread zainudin ahmad
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 full recompilation from scratch > > > > I have doing complete removal from synaptic

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

2016-05-05 Thread zainudin ahmad
; comment, "' Gambas class file", and nothing else. > > > > FMain.form is there, though, with a DataSource containing a DataBrowser. > > > > > > On 05/05/2016 02:07 PM, zainudin ahmad wrote: > >> There is any someone have the same issue with me ? >

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

2016-05-05 Thread zainudin ahmad
. On Fri, May 6, 2016 at 6:48 AM, Jussi Lahtinen wrote: > Not sure what is going on, but you shouldn't run anything in /tmp. Some > systems flag it as noexec, etc. > > > Jussi > > On Thu, May 5, 2016 at 9:07 PM, zainudin ahmad > wrote: > > > There is a

[Gambas-user] [ask] issue 926 : want to edit a record, it's change the other record

2016-05-05 Thread zainudin ahmad
There is any someone have the same issue with me ? http://gambaswiki.org/bugtracker/edit?object=BUG.926&from=L21haW4- Reproduce the bug : - extract project into /tmp directory (attach project) - open & run project - follow this picture (attach pic-1) Thank you . test-db-databrowser-0.0.1.ta

Re: [Gambas-user] TrayIcon question

2016-04-15 Thread zainudin ahmad
This example more clear, attach file I hope it's work On Sat, Apr 16, 2016 at 5:27 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 16/04/2016 00:00, Gianluigi a écrit : > > Unfortunately, even with the trunk, does not change anything > > With $hTray.Delete() I do not go out from a

Re: [Gambas-user] TrayIcon question

2016-04-14 Thread zainudin ahmad
That is from your code, maybe this can help. - Set property Persistent (Form property) to true ( http://gambaswiki.org/wiki/comp/gb.qt4/window/persistent) - Use _new() event instead open() - When close(exit) don't use quit, just set me.persistent = false and $hTray.Delete() attach fix project :)

Re: [Gambas-user] How to stay on an added record after a save

2016-04-10 Thread zainudin ahmad
I am use this trick : .Create() $bNewRecord = True When save : if $bNewRecord then .MoveLast() 'if your new data show in last row or maybe .MoveFirst() 'if your new data show in first row On Mon, Apr 11, 2016 at 3:48 AM, Martin Mc

Re: [Gambas-user] Action with a TextBox

2016-04-10 Thread zainudin ahmad
Hi related with this: "clicked for a Button, a ToggleButton, a ToolButton or a Menu, shown or hidden for a SidePanel, a ToolBar or a Window." source : http://gambaswiki.org/wiki/comp/gb.qt4/action/raise attach file for textbox example On Mon, Apr 11, 2016 at 2:15 AM, Gianluigi wrote: > I

Re: [Gambas-user] Variation in output

2015-12-23 Thread zainudin ahmad
Because I use "inxi" from the directory "/tmp/Execute_bug", Maybe you can try - Delete this line: Chmod "/tmp/Execute_bug/inxi" To "rwx" - And changing: Shell "/tmp/Execute_bug/inxi -n -Z -c0" To sNetwork become: Shell "inxi -n -Z -c0" To sNetwork On Thu, Dec 24, 2015 at 12:02 AM, Ch

Re: [Gambas-user] Question on editing database tables

2015-12-18 Thread zainudin ahmad
This trick(0=0) worked for sqlite "0=0 ORDER BY Code, Date, Amount" May be any better idea ? On Wed, Dec 16, 2015 at 10:24 PM, wrote: > Hi all, > > > I have used editing on tables multiple times like this for example: > > rResultEdit = $hConn.Edit("KasAanvullingen", "KassaCode = &1 AND Time =

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

2015-12-14 Thread zainudin ahmad
isini < gam...@users.sourceforge.net> wrote: > Le 14/12/2015 09:58, zainudin ahmad a écrit : > > attach pic > > > > On Mon, Dec 14, 2015 at 3:26 PM, Benoît Minisini < > > gam...@users.sourceforge.net> wrote: > > > >> Le 14/12/2015 09:03, zain

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

2015-12-14 Thread zainudin ahmad
autoreconf: configure.ac: adding subdirectory gb.jit to autoreconf autoreconf: Entering directory `gb.jit' aclocal: installing `m4/libtool.m4' from `/usr/share/aclocal/libtool.m4' aclocal: installing `m4/ltoptions.m4' from `/usr/share/aclocal/ltoptions.m4' aclocal: installing `m4/ltsugar.m4' from `

Re: [Gambas-user] Variation in output

2015-12-13 Thread zainudin ahmad
may be you can try option -Z (instead -z) (attach pic) On Sat, Dec 12, 2015 at 1:47 PM, Charlie wrote: > Thanks for looking at this. > Regarding the 'Esc' colour characters, the code posted does remove them. I > also discovered that when run as an executable there are lots of other > characters

Re: [Gambas-user] need tests together, I get segfault

2015-12-13 Thread zainudin ahmad
on:/etc/xdg > XDG_CURRENT_DESKTOP=X-Cinnamon > > XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/:/usr/share/mdm/ > XDG_RUNTIME_DIR=/run/user/1000 > XDG_SEAT=seat0 > > XDG_SESSION_COOKIE=5a45fa29109f0ee2389b1b0355283726-1449932616.411621-16389

Re: [Gambas-user] need tests together, I get segfault

2015-12-11 Thread zainudin ahmad
have the same libqt version but the problem is different Thank you. On Fri, Dec 11, 2015 at 5:20 PM, Charlie Reinl wrote: > Am Freitag, den 11.12.2015, 05:53 +0700 schrieb zainudin ahmad: > > Hi All > > > > with this project (attach project) I get segfault message. > &

Re: [Gambas-user] need tests together, I get segfault

2015-12-11 Thread zainudin ahmad
e button "test". > > So, where is the problem? Maybe a timing error on your machine? I do not > understand the code completely, too many things I normally don't do. > Perhaps on your system it wants to write something to an object that > doesn't exist at

Re: [Gambas-user] Variation in output

2015-12-11 Thread zainudin ahmad
E vs executable, but how it was launched. > Output of "$ inxi -n" gives the result with different colors. Maybe the > color coding is mixed up somehow... > > > Jussi > > On Sat, Dec 12, 2015 at 1:03 AM, zainudin ahmad > wrote: > > > Hi charlie > >

[Gambas-user] need tests together, I get segfault

2015-12-10 Thread zainudin ahmad
Hi All with this project (attach project) I get segfault message. may be someone have the same problem with me ?? sorry for my english. Thank you. test-segFault-MessageForm-0.0.1.tar.gz Description: GNU Zip compressed data ---

Re: [Gambas-user] gb.desktop Desktop.ActiveWindow

2015-11-17 Thread zainudin ahmad
and Gtk issue : Bug report 843 On Wed, Nov 18, 2015 at 4:57 AM, herberth guzman wrote: > Regards Zainudin Ahmad > > Thanks for taking time to help me. > > Your example is useful for my project and adapt your code, and My_panel > works as I wanted. > > I am making change

Re: [Gambas-user] gb.desktop Desktop.ActiveWindow

2015-11-16 Thread zainudin ahmad
I have added taskbar example into Gambas Software Farm I hope it's can help On Sat, Oct 31, 2015 at 12:52 AM, herberth guzman wrote: > 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

Re: [Gambas-user] How to ensure Message is visible?

2015-11-12 Thread zainudin ahmad
> > Jussi > > On Wed, Nov 11, 2015 at 12:35 AM, zainudin ahmad > wrote: > > > Gambas 3.7.90 r7462 > > > > I am using sdl1 but I don't use sound feature when get this bug. > > > > "always" get segmentation fault message with this condit

Re: [Gambas-user] How to ensure Message is visible?

2015-11-10 Thread zainudin ahmad
blem in Gambas (since I > don't use any external functions in this project). What version of Gambas > you are using? > > > Jussi > > On Tue, Nov 10, 2015 at 11:27 AM, zainudin ahmad > wrote: > > > "Sometimes" I get segmentation fault message. > &g

Re: [Gambas-user] How to ensure Message is visible?

2015-11-09 Thread zainudin ahmad
are above other > windows. The problem is with Message() which does not go above other > alarms. > > > Jussi > > On Mon, Nov 9, 2015 at 9:18 AM, zainudin ahmad > wrote: > > > I hope this code can help > > > > Public Sub BtnOK_Click() > > ..

Re: [Gambas-user] How to ensure Message is visible?

2015-11-08 Thread zainudin ahmad
I hope this code can help Public Sub BtnOK_Click() .. Me.Stacking = Me.Above '< position in above TODO 'TODO: How to ensure the message is top of other forms? . If Object.IsValid(Me) Then Me.Stacking = Me.Normal '< postion in above End End On Fri, Nov 6, 2015 at

Re: [Gambas-user] How to ensure Message is visible?

2015-11-08 Thread zainudin ahmad
Hi jussi I get "out of bound" when try GAlarm in module Main in sub RemoveAlarm I change "SortAlarms" to "If iAlarmByRow.Count > 0 Then SortAlarms" for fix the issue On Fri, Nov 6, 2015 at 6:30 AM, Jussi Lahtinen wrote: > See attachment. Look up tasks tab and the relevant TODO. > If there ar

Re: [Gambas-user] Enumerate all classes inheriting X

2015-11-06 Thread zainudin ahmad
May be this code can help. Public Sub Main() Dim sClass As String Print "Count : " & Dir(".gambas").Count & "\n" For Each sClass In Dir(".gambas") Print sClass; Try Print "-->" & Object.Class(Object.New(sClass)).Parent.Name '<-- this make class load into memory If Error Then P

Re: [Gambas-user] [Ask] Gambas script programming

2015-09-16 Thread zainudin ahmad
der and then > execute it. > Le 16 sept. 2015 04:49, "zainudin ahmad" a écrit : > > > Hi Friends > > > > > > I am new in gambas script programming world, I have some question. > > > > * this is normal ? run this code (save the file not in tmp dir

[Gambas-user] [Ask] Gambas script programming

2015-09-15 Thread zainudin ahmad
Hi Friends I am new in gambas script programming world, I have some question. * this is normal ? run this code (save the file not in tmp directory and the command only ./test.gs3) #!/usr/bin/env gbs3 public sub main() print args[0] print application.path end the result is /tmp/gamba

Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread zainudin ahmad
this is small project - picture can't show - when clicked has error attach pic & project On Mon, Sep 14, 2015 at 10:35 AM, zainudin ahmad wrote: > excuse me > > I can use IDE if I replace gbx3 with older version(3.8.1) > > On Mon, Sep 14, 2015 at 6:35 AM, Jussi Lahtine

Re: [Gambas-user] Problem with revision #7305

2015-09-13 Thread zainudin ahmad
excuse me I can use IDE if I replace gbx3 with older version(3.8.1) On Mon, Sep 14, 2015 at 6:35 AM, Jussi Lahtinen wrote: > Nothing on the console. Project is attached, but it happens with every > possible project I have tested. > > > Jussi > > > On Mon, Sep 14, 2015 at 1:49 AM, Benoît Minisin

Re: [Gambas-user] Issue 634 in gambas: can't use the tray icon

2015-08-22 Thread zainudin ahmad
thank you very much for your answer, that is make me clear how to use tray icon in 3.8 version. exactly I can't use gb.gui.trayicon too, in a first time I think gb.gui.trayicon is for a specific desktop because it's new in gambas. with gb.gui.trayicon I can see the tray icon control in toolbox but