Keith Clark wrote:
> I am getting a bad row index in the following code.
>
> iProductRows = 1
>fProducts = Open "products.dat" For Input
> While Not Eof(fProducts)
>gvProducts.Rows.Count = iProductRows
>Line Input #fProducts, sName
>Line Input #fProducts, iLargePr
I am getting a bad row index in the following code.
iProductRows = 1
fProducts = Open "products.dat" For Input
While Not Eof(fProducts)
gvProducts.Rows.Count = iProductRows
Line Input #fProducts, sName
Line Input #fProducts, iLargePrice
Line Input #fProducts,
I'm getting the following errors when trying to open a new form with a
GridView on it.
It seems to start whenever I try to set the number of rows.
Ubuntu 12.04
** (SubShopPOS:13153): CRITICAL **: os_bar_hide: assertion `OS_IS_BAR
(bar)' failed
(SubShopPOS:13153): Gtk-CRITICAL **: IA__gtk_widg
But this .1.prof file do exist in project root.
Should it be in /tmp?
Jussi
On Thu, Oct 25, 2012 at 11:15 PM, Jussi Lahtinen
wrote:
> If I try to run with profiling on, I got this after execution:
>
>
> Unable to load profile file: .1.prof
>
> FProfile.Init.364: Null object
>
>
>
> Jussi
>
---
If I try to run with profiling on, I got this after execution:
Unable to load profile file: .1.prof
FProfile.Init.364: Null object
Jussi
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDyn
On 12-10-25 03:21 PM, Keith Clark wrote:
> I'm using a TabStrip for the first time and not understanding it 100% yet.
>
> I've created one with 5 tabs on it. I noticed that if I shrink the
> control, there is another 'red outlined' frame behind it. In fact,
> there are 3 more. If I shrink the fi
Updates:
Status: NeedsInfo
Comment #1 on issue 341 by benoit.m...@gmail.com: Starting previous running
app: Bad event handler in FForm.Control_Draw()
http://code.google.com/p/gambas/issues/detail?id=341
Can you provide the full project?
Updates:
Status: NeedsInfo
Labels: -Version3.3.3 Version-3.3.0
Comment #1 on issue 340 by benoit.m...@gmail.com: Seg Fault 11 when
re-sizing FileChooser
http://code.google.com/p/gambas/issues/detail?id=340
Please provide a full test project.
---
Updates:
Status: Fixed
Labels: -Version Version-3.3.0
Comment #1 on issue 339 by benoit.m...@gmail.com: DataSource.Table does not
read tables with non-lowercase names (PostgreSQL)
http://code.google.com/p/gambas/issues/detail?id=339
It should have been fixed in revision #5250.
I'm using a TabStrip for the first time and not understanding it 100% yet.
I've created one with 5 tabs on it. I noticed that if I shrink the
control, there is another 'red outlined' frame behind it. In fact,
there are 3 more. If I shrink the first red frame, it will eventually
start to hide
Le 21/10/2012 02:10, Mohamed Hajjaj a écrit :
> Dear Mr. Benoit,
>
> Thank you for your prompt reply.
>
> I will try to explain my problem as you suggest through example(but I
> have to attach small Arabic file to you to see the problem because it is
> not appear with Latin letters.
>
> what is the
Status: New
Owner:
Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu
Arch-X86 Desktop-Gnome GUI-Any
New issue 341 by marcobra...@gmail.com: Starting previous running app: Bad
event handler in FForm.Control_Draw()
http://code.google.com/p/gambas/issues/detail?id=341
1
Le 25/10/2012 18:31, Olivier Cruilles a écrit :
> Hello Benoit,
>
> Did you receive my email in the french tread about this problem because I'm
> not sure ?
>
> Thank's in advance.
>
> Cordialement,
>
> Olivier Cruilles
> Mail: linu...@club-internet.fr
>
Yes.
--
Benoît Minisini
---
Hello Benoit,
Did you receive my email in the french tread about this problem because I'm not
sure ?
Thank's in advance.
Cordialement,
Olivier Cruilles
Mail: linu...@club-internet.fr
--
Everyone hates slow websites. S
Le 25/10/2012 17:44, p...@laur-net.de a écrit :
>
>
> Hi,
>
> I just got a mathematic problem:
>
> I need the angle alpha and
> x and y are given.
>
> tan(alpha) = x / y
>
> so alpha = tan^-1(x/y)
>
> As I
> put tan^-1(x/y) in my own calculator, it works.
>
> But how do I express
> this in Gambas?
You want inverse tangent then? Tried atn?
Kind regards,
Caveat
On 25/10/12 17:44, p...@laur-net.de wrote:
>
>
> Hi,
>
> I just got a mathematic problem:
>
> I need the angle alpha and
> x and y are given.
>
> tan(alpha) = x / y
>
> so alpha = tan^-1(x/y)
>
> As I
> put tan^-1(x/y) in my own c
Hi,
I just got a mathematic problem:
I need the angle alpha and
x and y are given.
tan(alpha) = x / y
so alpha = tan^-1(x/y)
As I
put tan^-1(x/y) in my own calculator, it works.
But how do I express
this in Gambas?
(1 / (tan(x / y)) does'nt return me the same awnser..)
Thanks for
Hi,
I want to create an barcode with a shell tool which write to stdout. These
should be read and displayed.
How could I read the stream to an image? Is this possible?
Bye
Gregor
--
--
Everyone hates slow websites.
2012/10/25 Gregor Burck :
> Hi,
>
> I don't understand how to print in gambas3. Even when I look at the example I
> don't find my mistake, I got always a blank page:
>
> Public Sub AnsichtDrucken()
>
> If prt.Configure() Then Return
>
> Me.Enabled = False
> Inc Application.Busy
> prt.Print
>
Hi,
I don't understand how to print in gambas3. Even when I look at the example I
don't find my mistake, I got always a blank page:
Public Sub AnsichtDrucken()
If prt.Configure() Then Return
Me.Enabled = False
Inc Application.Busy
prt.Print
Dec Application.Busy
Me.Enabled = True
End
20 matches
Mail list logo