...
...etc...
}
*
How should I declare in Gambas those external functions contained in the
structure? ...as Pointer ? But "where" ? In a Structure ? EXTERN will not be
used ?
And then "how" do I use those functions in Gambas code ?
Best regards
vuott
--
...he could get the audio file duration by using external resources of API
SMPEG:
Public Struct SMPEG_Info
has_audio As Integer
has_video As Integer
width As Integer
height As Integer
current_frame As Integer
current_fps As Float
aud
Message.Error("Unable loading file pdf !")
Quit
Endif
End With
Print pdf.Index.Count ' <===
End
I obtain at that line this error notic
A: "mailing list for gambas users"
Data: Giovedì 24 Aprile 2014, 17:11
On Thu, 24 Apr 2014, Ru
Vuott wrote:
> Hello,
>
> I
"suppose", to know how many pages a pdf file has,
I should use this line:
>
> pdf.Index.Count
>
> Where pdf is a
I used " pdf As New PdfDocument ", .but I saw you used:
hPdfDocument.Count
Instead I used:pdf.Index.Count
So, now, if I use " pdf.Count ", it's OK.
Well, Tobias, thank you.
Solved.
bye
vuott
Gio 24/4/14,
led Gambas again, they have been downgraded to the
"previous" Gambas version: 3.5.2 !
Obviously, They'ld like to obtain again the newest version of Gambas: 3.5.3
What can they do?
Regards
vuott
--
Start
Hello, thanks for contributions.
One of them said he "solved" by cleaning version 3.5.2, then:
sudo add-apt-repository ppa:nemh/gambas3
sudo apt-get update
sudo apt-get install gambas3
regards
vuott
Dom 27/4/14, Johny Provoost
...I would use a Form[ ] variable array, not string.
bye
vuott
Lun 28/4/14, abbat81 ha scritto:
Oggetto: [Gambas-user] Form.Show by name as string of form
A: gambas-user@lists.sourceforge.net
Data: Lunedì 28 Aprile 2014, 09:54
Hi,
I have a
Next
End
Bye
Lun 28/4/14, abbat81 ha scritto:
Oggetto: Re: [Gambas-user] R: Form.Show by name as string of form
A: gambas-user@lists.sourceforge.net
Data: Lunedì 28 Aprile 2014, 10:56
Hi Vuott,
can you help me with a little sample?
Thanks
--
View this
message in
If you're referring to my example, you can call, having an array, you can call
an its element via usual procedures:
arrayForm[index].Show()
bye
vuott
Lun 28/4/14, abbat81 ha scritto:
Oggetto: Re: [Gambas-user] R: Form.Show by name as s
ot;)
hMyForms.Add(Form_name_3,"Form_name_3")
Object.Call(hMyForms["Form_name_1"], "Show", Null)
Bye
vuott
Lun 28/4/14, Jussi Lahtinen ha scritto:
Oggetto: Re: [Gambas-user] Form.Show by name as string of form
A: &
Hi Jussi,
I created the Forms via IDE and I attributed your names to them.
With regard to error, I attached a file immage about it.
bye
vuottt
P.S.: My system:
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.11.0-12-generic
Architecture=x86_64
Distribution=Linux Mint 16 Petra
Desktop=GNO
.uhmmm, but if I create the three Forms by code, your suggestion works.
well. ...solved.
Bye
vuott
Mar 29/4/14, Ru Vuott ha scritto:
Oggetto: Re: [Gambas-user] Form.Show by name as string of form
A: "mailing list for gambas users&qu
e C compiled code,
it works.
- compiling that C code like a "shared library" .so and then calling it via
Gambas with "Shell" function, it doesn't work;
- using external "Allegro4" functions via pure Gambas code, it doesn't work;
Maybe... has anyone an idea why
> You cannot just compile it as
> shared library, because it doesn't export any
> functionality. IE it's program not library.
It's so strange that. I tranformed many C codes in shared library (i.e.
"aplaymidi") and all worked !
> I will look this
t;allegroWAV.c
'/usr/lib/x86_64-linux-gnu/liballeg.so.4.4.2' -shared -fPIC" Wait
> I think you should really write an actual C component for Gambas
> programs to interface with. That would save you one or the other problem i
> I still didn't get it to work, but it's closer already.
yes, I also had this problem.
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser
> I suspect Allegro is trying to run
> Gambas in other thread.
... this suspicion has arisen also in me.
bye
vuott
--
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instant
aphic result, but (...in other code, obviously) it have to be able to *work*.
Regards
vuott
--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your produc
uhmmm solved:
Print "PS1='\e[3;2f'"
Gio 8/5/14, Ru Vuott ha scritto:
Oggetto: [Gambas-user] "\[" -> Bad character constant in string
A: gambas-user@lists.sourceforge.net
Data: Giovedì 8 maggio 2014, 05:0
Hello,
updating my Gambas with rev. #6260 I obtain this error:
make[4]: Entering directory `/home/vuott/trunk/gb.desktop.x11/src'
CC gb_desktop_x11_la-main.lo
In file included from main.c:27:0:
desktop.h:28:21: fatal error: gb_list.h: No such file or directory
#include "
Yes, it is.
bye
Mar 13/5/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] ERROR in rev. #6260
A: "mailing list for gambas users"
Data: Martedì 13 maggio 2014, 12:29
Le 13/05/2014 09:35, Ru
Vuott a écrit :
> Hello,
: fatal error: layout.h: No such file or directory
#include "layout.h"
^
compilation terminated.
make[4]: *** [systray/gb_desktop_x11_la-systray.lo] Error 1
make[4]: Leaving directory `/home/vuott/trunk/gb.desktop.x11/src'
make[3]: *** [all-recursive] Error 1
m
Well,
OK, with rev. 6300 no problem: it works.
Grazie.
vuott
Lun 2/6/14, Ru Vuott ha scritto:
Oggetto: [Gambas-user] ERROR in Rev. #6299
A: gambas-user@lists.sourceforge.net
Data: Lunedì 2 giugno 2014, 04:50
Hello,
updating my Gambas with
Hello,
installing Gambas 3 packages on my new Linux Mint 17, I obtain the notice it's
impossible find " llvm-3.1-dev " package.
How can I solve this problem ?
Thanks
vuott
--
HPCC Systems Open
r/bin/autoconf failed with exit status: 1
:-(
What do I have to do ?
Regards
vuott
Mer 11/6/14, Ru Vuott ha scritto:
Oggetto: [Gambas-user] llvm-3.1-dev no found
A: gambas-user@lists.sourceforge.net
Data: Mercoledì 11 giugno 2014, 10:50
Well, this second problem it seems solved by installing:
$ sudo apt-get install libtool
Ok
Mer 11/6/14, Ru Vuott ha scritto:
Oggetto: [Gambas-user] R: llvm-3.1-dev no found
A: "mailing list for gambas users"
Data: Mercoledì 11 g
Hello,
well, I have this code to run a extern program from a Terminal:
Public Sub Button1_Click()
' Opens the Terminal:
Desktop.OpenTerminal
End
Public Sub Button2_Click()
Dim c As Integer[]
' Finds the ID of Terminal
Thank you for your answers, Benoît.
bye
vuott
Mar 17/6/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] "The program received an X Window System error"...
and more problems
A: "mailing list for gambas users"
Dat
Can you show the C code of that shared library ?
bye
vuott
Gio 3/7/14, CJ ha scritto:
Oggetto: [Gambas-user] Get structure from extern function?
A: gambas-user@lists.sourceforge.net
Data: Giovedì 3 luglio 2014, 12:04
I'm trying to rece
Hello,
I tried to use your library, but I receive this notice/error:
" Cannot find dynamic library: ...etc..etc..: wrong ELF class: ELFCASS32 "
so, because I suppose it was written for an 386 system. (Isn't it ?)
I am not able to create a shared library from a free Pascal c
Hi, this is my system
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QCleanlooks
Language=it_IT.UTF-8
Memory=1245M
[Libraries]
Cairo=libcairo.so.2.11301.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer
Hello,
updating my Gambas3 with vers. 6362, I obtain this error:
make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src'
CXX gb_qt4_la-main_moc.lo
CXX gb_qt4_la-main.lo
main.cpp:1045:10: error: 'CWIDGET_background' was not declared in this scope
(void *)CWI
Yes, now it works. OK.
bye
Sab 5/7/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] ERROR with vers. 6362
A: "mailing list for gambas users"
Data: Sabato 5 luglio 2014, 04:39
Le 05/07/2014 02:35, Ru
Vuott a écrit
:
Ehmmm what do you suggest ?
Thanks
vuott
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
^
compilation terminated.
make[5]: *** [gb_gtk_la-gmainwindow.lo] Error 1
make[5]: Leaving directory `/home/vuott/trunk/gb.gtk/src'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/vuott/trunk/gb.gtk/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving
:
sm/gnome-program.h:41:18: fatal error: popt.h: No such file or directory
#include
^
compilation terminated.
Regards
vuott
--
Want fast and easy access to all the code in your enterprise? Index
Yes, Benoît, now it works.
bye
vuott
Mar 22/7/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Error with rev. 6393 - BIS !
A: "mailing list for gambas users"
Data: Martedì 22 luglio 2014, 00:49
Le 22/07/2014 00:30, R
This simple code knows all windows names on a desktop (you need activate
gb.desktop and gb.desktop.x11 components):
Public Sub Button1_Click()
Dim i As Integer
For i = 0 To Desktop.Windows.Count - 1
Print Desktop.Windows[i].VisibleName
Next
End
bye
---
directory
make[2]: *** [install-exec-local] Error 1
make[2]: Leaving directory `/home/vuott/trunk/app'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/vuott/trunk/app'
make: *** [install-recursiv
Yes, now it works.
Regards.
vuott
Lun 28/7/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] ERROR with rev. #6403
A: "mailing list for gambas users"
Data: Lunedì 28 luglio 2014, 12:29
Le 28/07/2014 11:34, Ru
Vuo
Hello Jesus,
I tested it, and I confirm the problem: key events don't work on gb.gtk, nor
gb.gtk3.
My system:
[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QCleanlooks
Language=it_IT.UTF-8
Memory=395
Hi,
an example with TextEdit:
**
Public Sub Form_Open()
TextEdit1.RichText = "molly-malone.txt"
End
**
Regards
vuott
Lun 1/9/14, abbat81 ha scritto:
Oggett
> using the MyWebView.Document.Paint() method.
...guide on line says "Sub Paint ( [ Clip As Rect] ) "
If I write:
MyWebView.Document.Paint(rect(0, 0, 200, 200))
I obtain this error:
" Type mismatch: wanted Rect], got Rect instead "
What's Rect] ?
...is it a bug ?
Regards
vuot
Well, Benoît, now it works.
bye
vuott
Mar 2/9/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] WebView -> Image/Picture.Save
A: "mailing list for gambas users"
Data: Martedì 2 settembre 2014, 18:34
Le 02/09/2014 17:50
Hello,
with revision 6446 I obtained this error:
make[5]: Entering directory `/home/vuott/trunk/gb.qt4/src/webkit'
CXX gb_qt4_webkit_la-cwebsettings.lo
cwebsettings.cpp: In function 'void WebSettingsCache_Path(void*, void*)':
cwebsettings.cp
Yes, now it works.
Regards
vuott
Mer 3/9/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] ERROR with revision 6446 !
A: "mailing list for gambas users"
Data: Mercoledì 3 settembre 2014, 16:33
Le 03/09/2014 16:15, R
Hello,
updating via SVN my Gambas, I obtained this strange notice:
~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
Skipped 'trunk/comp/src/gb.report/.info' -- Node remains in conflict
Checked out revision 6473.
What is this ?
Reg
> If you don't know how to deal with svn conflicts, the simpler is
> recreating a new local repository from scratch...with "svn checkout"!
Excuse me,
maybe i didn't understand... but " ~ $ svn checkout " and with w
ry and re-run $ svn checkout svn://
> svn.code.sf.net/p/gambas/code/gambas/trunk
optime !
It works.
Thank you
vuott
--
Want excitement?
Manually upgrade your production database.
When you want reliability, choos
-1.2.so.0.11.4
Regards
vuott
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance
Hello,
our friend of italian Gambas forum posted an his project, where a strange error
is raised if the "Name" of Menu is "Utility"...
Your opinion ?
His project here attached (look at the "Name" of "Menu5" inside !)
Regards
vuott
Prova-0.
Thank you, friends.
I communicated your answers to our member.
Best regards
vuott
Mer 1/10/14, Tobias Boege ha scritto:
Oggetto: Re: [Gambas-user] Strange ERROR if "Utility" in Name Menu
A: "mailing list for gambas users"
Ooook, Benoît, now it works.
Bye
vuott
Gio 2/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] ERROR when I put a GridView on the Form
A: "mailing list for gambas users"
Data: Giovedì 2 ottobre 2014, 23:39
Le 01/10/
Avviso: failed to sign .dsc and .changes file
dpkg-buildpackage: binary and diff upload (original source NOT included)
I package sono stati creati in modo corretto.
***
Well, how can
.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+=libgtk-x11-2.0.so.0.2400.23
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
Qt4=libQtCore.so.4.8.6
SDL=libSDL-1.2.so.0.11.4
Regards
vuott
11) error !
..maybe, is it a bug ?
Regards
vuott
My Gambas SVN revision: #6535
[System]
Gambas=3.6.0
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architecture=x86_64
Distribution=Linux Mint 17 Qiana
Desktop=GNOME
Theme=QCleanlooks
Language=it_IT.UTF-8
Memory=3953M
[Libraries]
Cairo=libcairo.so.2.11
Optime !
Now it works.
regards
vuott
Dom 12/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Segmentation fault (11) with ImageStat() function
A: "mailing list for gambas users"
Data: Domenica 12 ottobre 2014, 03:23
gb_gtk3_la-gdrag.lo] Error 1
make[4]: Leaving directory `/home/vuott/trunk/gb.gtk3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/vuott/trunk/gb.gtk3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/vuott/trunk/gb.gtk3'
make[1]: *** [all-
Hello, Benoît,
I comunicated your question to our friend.
We'll wait for his answer...
Bye
vuott
Sab 18/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] R: Error packets signature - BIS
A: "mailing list for gambas use
Here the complete result about making in gb.gtk3:
Making all in gb.gtk3
make[2]: Entering directory `/home/vuott/trunk/gb.gtk3'
make all-recursive
make[3]: Entering directory `/home/vuott/trunk/gb.gtk3'
Making all in src
make[4]: Entering directory `/home/vuott/trunk/gb.gtk3/
23:50, Ru
Vuott a écrit :
> Here the complete
result about making in gb.gtk3:
>
>
> Making all in
gb.gtk3
> make[2]: Entering directory
`/home/vuott/trunk/gb.gtk3'
> make
all-recursive
> make[3]: Entering
directory `/home/vuott/trunk/gb.gtk3'
> Makin
Well, he answered he tried to run from Terminal, but he doesn't get good
results.
Regards
vuott
> Does it help if he runs the gambas3 IDE from a terminal?
>
> --
> Benoît Minisini
--
Comprehensive
the IDE jams in waiting for.
Regards
vuott
---
Dom 19/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Error packets signature
A: "mailing list for gambas users"
Data: Domenica 19 ottobre 2014, 15:38
Le 19/10/2014 14:50,
Benoît Minisini a écrit :
> Le
options: s
What choose do you suggest ?
Thanks
vuott
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
.
Thanks at all.
vuott
Gio 30/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Conflict discovered in file
A: "mailing list for gambas users"
Data: Giovedì 30 ottobre 2014, 23:41
Le 30/10/2014 23:20,
Tobias Boe
Uh. no, I suppose I didn't solve the problem.
Well, now trying updating I obtain this message:
~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for
details)
svn: E155004:
Thanks.
vuott
Ven 31/10/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Conflict discovered in file
A: "mailing list for gambas users"
Data: Venerdì 31 ottobre 2014, 23:23
Le 31/10/2014 23:02, Ru
Vuott a écrit :
Hello,
by using QT4 border of Panel Container aren't visible.
By using GTK:
- border.Rised is not visible;
- border.Suken I do not see differences (it seems like Etched).
Regards
vuott
[System]
Gambas=3.6.90 -->
OperatingSystem=Linux
Kernel=3.13.0-24-generic
Architectur
I use:
> Theme=QCleanlooks
regards
vuott
Mar 18/11/14, Fabien Bodard ha scritto:
Oggetto: Re: [Gambas-user] Borders of Panel aren't visible.
A: "mailing list for gambas users"
Data: Martedì 18 novembre 2014, 19:59
Can y
Hello Fabien,
uh it's possible.
However, by using GTK3 the different types of border work. ...bah !
OK, thanks, Fabien.
vuott
Mar 18/11/14, Fabien Bodard ha scritto:
Oggetto: Re: [Gambas-user] Borders of Panel aren't v
Hello,
I'ld like to build a program for playing and handling MIDI data.
I have this first problem. I suppose I must use Timidity (as an interface
between my program and sound card). How can I send MIDI data to Timidity ?
Thanks
Paolo
---
Hello,
I'ld like to make a midi sequencer by using the API of ALSA.
The question is: in Gambas can I call the API of ALSA ? In positive case, how I
can do it ?
--
__
Hello,
you said I can use not ALSA, but use the "midi port device file". Well, the new
questions are:
1) must I to send the midi-values to /dev/midi for playing midi ? Is that
enough ?
2) on /dev I see a name port: "sequencer". Is this the port I must use ? In
short, ...what's name of port
ata: Lunedì 24 maggio 2010, 13:59
> Le lundi 24 mai 2010 13:44:53, Ru
> Vuott a écrit :
> > Hello,
> >
> > you said I can use not ALSA, but use the "midi port
> device file". Well, the
> > new questions are:
> >
> > 1) must I to send the m
riano Blengino ha scritto:
> Da: Doriano Blengino
> Oggetto: Re: [Gambas-user] Gambas & API of ALSA
> A: "mailing list for gambas users"
> Data: Martedì 25 maggio 2010, 09:36
> Ru Vuott ha scritto:
> > Thank you very much.
> >
> > Now the prob
Hello,
how do I can print a simple character (ex. letter: "a") in a Form at x , y
position ?
The character have not to be shown in a Label or in other text-Tools.
Thanks
--
ThinkGeek and WIRED's GeekDad team u
> So, to rotate 90°, you have to do:
> hImg = hImg.Rotate(Rad(90))
...I noticed that I can rotate an "image" by:
hImg = hImg.Rotate(Pi(0.5))
and simply:
hImg = hImg.Rotate(1.58)
Example:
Public Sub button2_Click()
Dim i As Image
Dim p As Picture
i = Image.Load("/iter/mea_immago.gif")
Hello,
in Gambas 3 by using positive values in Length parameter of "Paint.Arc" I
noticed that it does not proceed counter-clockwise, but clockwise !
I obtain counter-clockwise, if I use "negative"
to select the project
type
Bye
Vuott
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivere
Hello Benoit,
I updated with rev. 4511: the problem now is solved ! OK
Bye
Vuott
--- Lun 27/2/12, Ru Vuott ha scritto:
> Da: Ru Vuott
> Oggetto: [Gambas-user] rev. 4508 Gambas 3 - now it's impossible to choose
> project type... !
> A: "mailing list for ga
' Gambas class file
Private hpro As Process
Public Sub Button1_Click()
' An application start, i.e. “ Gedit “
hpro = Exec ["gedit"]
End
Public Sub button2_Click()
' it closes application process
hpro.kill
End
Public Sub hpro_Kill() ' this event is raised, when process is closed
' Gambas class file
Private hpro As Process
Public Sub Button1_Click()
' An application start, i.e. “ Gedit “
hpro = Exec ["gedit"] As "hpro"
End
Public Sub button2_Click()
' it closes application process
hpro.kill
End
' this event is raised, when process is closed:
Publ
Hello Benoit,
with new Gridview I noticed that is not possible write:
Gridview1.Columns.WIDTH = number
Now there are only:
Count
H
Height
Max
Resizable.
Maybe, WIDTH in future revisions ?
Bye
Vuott
> > It works only if I use Button1 (If we execute an app
> ourselves).
> > But how to kill process if we know only Name?
> > Thanks
> >
> >
> > Vuott wrote:
> > >
> > > ' Gambas class file
> > >
> > > Privat
can I set all columns of grid of my "old" program ? :-(
Bye
Vuott
--- Gio 1/3/12, Benoît Minisini ha scritto:
> Da: Benoît Minisini
> Oggetto: Re: [Gambas-user] Why not .Columns.WIDTH = nn in new Gridview ?
> A: "mailing list for gambas users"
> Data: Giov
12:42
> Le 01/03/2012 01:46, Ru Vuott a
> écrit :
> > Yes, Benoit, before it was possible.
> >
> > An little exemple (before):
> >
> > With GridView1
> > .columns.Count = 34
> > .Rows.Count = 12
> > .Columns.Width
1
> .columns.Count = 34
> .Rows.Count = 12
>
> FOR iCol = 1 TO 33 'or 0 to 33?
> .Columns[iCol].Width = number
> NEXT
>
> .Rows.Height = 16
> .Font.Size = 9
> .Font.Bold = True
> End With
>
> Regards
>
> Rolf
&
Hello,
yes, my friend, so it works !
Exec ["killall", "prgname"]
Very good !
bye
Paolo
>
> if i remember correctly EXEC is an interface to the exec
> family of syscalls. so writing EXEC
> ["killall prgname"] will result in the program "killall
> prgname" to be executed. i suggest that none
>
Hello,
I come back to new GridView object.
I noticed that, when I run a program containing a GridView, inside the gridview
- in bottom - there's a white and empty area !
Even though I change gridview height, this strange white area persists.
Is it normal ???
Regards
Paolo
-
I measured that white area on the screen by using a square: it's height about
cm 2,2 !
--- Ven 2/3/12, Ru Vuott ha scritto:
> Da: Ru Vuott
> Oggetto: [Gambas-user] New GridView... another problem (?)
> A: gam...@users.sourceforge.net
> Cc: gambas-user@lists.sourceforge.net
> But I get a compile error:
> error: 'TRANS_GOTO' has no member named 'gosub'
I confirm this problem.
A question: Is this GOSUB really so "incredibly" useful ?
Regards
Vuott
...did you try without ":
Shell "cd /home/onix/Games/FlatOut2 && wine Flat Out 2.exe -opengl"
or
Shell "cd /home/onix/Games/FlatOut2 && wine \"Flat Out 2.exe\" -opengl"
Bye
Vuott
--- Dom 11/3/12, abbat ha scritto:
> Da: abbat
>
1
If Right(plura[a], 20) Like "*.gambas*" Then
For b = a To 100
Try Shell "kill " & plura[b]
Next
Endif
Next
End
>>>>>>
bye
Vuott
--- Mar 13/3/12, abbat ha scritto:
> Da: abbat
> Oggetto: [Gambas-user] P
Excuse me, a little problem at name of program (before it was strange
"aaa"):
I re-send the code:
<
Public Sub Form_Open()
Dim index As String
Dim plura As String[]
Dim a, b, c As Integer
Shell "ps -aux | grep " & "my_gambas__program" To index
plura = Split(index, "
sts.sourceforge.net
> Data: Martedì 13 marzo 2012, 09:11
>
> Does not work.
> I guess because programm.gambas is not shown ib process list
> so we can not
> find what to "kill"
>
>
> Vuott wrote:
> >
> > Excuse me, a little problem at
; the PID number in the string returned by "pgrep" (Jussi's
solution: very good) or "grep" (my...long solution).
Bye
Vuott
--- Mar 13/3/12, Jussi Lahtinen ha scritto:
> Da: Jussi Lahtinen
> Oggetto: Re: [Gambas-user] R: Prog.gambas only one process
> A
0 00 00 00 ..
I have three "strange" byte (41 02 04) end 'then' the four zero !
If I want to set at zero five byte, those three exad. number will be: 41 02 05
It seems it memorized and wrote the array pointer instead of its c
Hello Emil,
no, it's no good, because I obtain 41 02 04 00 00 00 00 . again.
Minisini's solution is that right. --> buff.Write(stream)
But thank you.
Bye
Vuottt
--
For Developers, A Lot Can Happen In A Sec
Hello,
today I was updating my Gambas 3 and I received an error notice:
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
Utrunk/app/other/MakeWebSite/gambas.sourceforge.net/home.html
Utrunk/app/other/MakeWebSite/.src/MMain.module
Utrunk/app/other/MakeWebS
301 - 400 of 649 matches
Mail list logo