Ok that makes a little more sense.
But I have some questions.
Do I have to use a TableView?
Originally I used DataView but that displays all
the fields in the database, I just want to use some
of the fields if certain conditions apply, like
if the 'Days Left' field is less than 20 days.
Then if s
On Fri, 2012-09-28 at 19:27 -0700, rocko wrote:
> Huh?
> I'm sorry Bruce I'm not following.
> I want the fields to update when the form opens.
> Just the ID, Location and Days Left fields.
>
Unless a row is selected in the tableview, Tableview1.Row will be -1.
(You can check that in the debugger.)
Huh?
I'm sorry Bruce I'm not following.
I want the fields to update when the form opens.
Just the ID, Location and Days Left fields.
On 09/28/2012 07:17 PM, Bruce wrote:
> On Fri, 2012-09-28 at 18:55 -0700, rocko wrote:
>> I get a "Bad Row Index" error when I do that.
>>
>>
>> On 09/28/2012 12:07
On Fri, 2012-09-28 at 18:55 -0700, rocko wrote:
> I get a "Bad Row Index" error when I do that.
>
>
> On 09/28/2012 12:07 AM, Алексей Беспалов wrote:
> > It do that:
> >
> > sResult = DB.Edit("inventory", id = &1, ID)
> > sResult!id = ID
> > 'sResult!location = TableView1.Columns[1].
I get a "Bad Row Index" error when I do that.
On 09/28/2012 12:07 AM, Алексей Беспалов wrote:
> It do that:
>
> sResult = DB.Edit("inventory", id = &1, ID)
> sResult!id = ID
> 'sResult!location = TableView1.Columns[1].
> * sResult!location = TableView1[TableView1.Row, 1].Text*
> sResult.
Le 29/09/2012 02:26, Bruce a écrit :
> Morning all,
>
> Does anyone know a way to get the html element under the mouse pointer
> in the webview on a MouseDown or MouseUp event? I have been through
> much of the webkit site and the w3schools javascript site and can't find
> anything that seems to o
Morning all,
Does anyone know a way to get the html element under the mouse pointer
in the webview on a MouseDown or MouseUp event? I have been through
much of the webkit site and the w3schools javascript site and can't find
anything that seems to offer this.
tia
Bruce
--
Xgdhh
Pada 30 Agt 2012 18:41, "Ricardo Díaz Martín"
menulis:
> Hi Fabien,
>
> I'm not using gb.report cause I use my own code to create libreoffice
> documents. And I make my own code because when I started using gambas there
> wasn't gb.report.
>
> In my todo list there is a big note to try to s
ok, I found it: gmime-2.6 is missing (or gmime-2.4, as in another message).
But this should be mentioned in the docs: requirements.
Am 28.09.2012 21:33, schrieb Sebastian Kulesz:
> On Fri, Sep 28, 2012 at 4:29 PM, Matti wrote:
>> In my last update (5196) I got the message
>>
>> ||
>> || Unable t
On Fri, Sep 28, 2012 at 4:29 PM, Matti wrote:
> In my last update (5196) I got the message
>
> ||
> || Unable to compile gb.net.pop3
> ||
>
> with
> Compiling gb.net.pop3...
> Component not found: gb.mime
>
> What's that?
> Nothing to find in the docs.
>
> -
In my last update (5196) I got the message
||
|| Unable to compile gb.net.pop3
||
with
Compiling gb.net.pop3...
Component not found: gb.mime
What's that?
Nothing to find in the docs.
--
Got visibility?
Most devs has no
Le 28/09/2012 21:00, Adrien Prokopowicz a écrit :
> Le Fri, 28 Sep 2012 08:22:04 +0200,
> wally a écrit :
>>
>> How can i use it and take advantage of this feature if i do not know
>> all the details ?
>> e.g.
>> can i run a gmbas project using gb.httpd on PC1 (or raspberry) and
>> access the runn
Le Fri, 28 Sep 2012 08:22:04 +0200,
wally a écrit :
>
> How can i use it and take advantage of this feature if i do not know
> all the details ?
> e.g.
> can i run a gmbas project using gb.httpd on PC1 (or raspberry) and
> access the running project via http from another machine PC2 ?
>
I final
Tobias pointed me that - I knew I have forgotten something : telling the
mailing-list that Gambas 3.3 is out!
On the web site you will find the details as usual. The package is
Gambas 3.3.1, that is Gambas 3.3.0 with some last-minute bug fixes.
A Gambas 3.3.2 should be released soon, to fix a r
Le 28/09/2012 18:02, Pino Zollo a écrit :
> From:
>
> http://ppa.launchpad.net/nemh/gambas3ubuntu lucid main
>
>
> Actualizó los paquetes siguientes:
> apt (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14
> apt-transport-https (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14
> apt-utils (0.7.25.3ubuntu9.13)
From:
http://ppa.launchpad.net/nemh/gambas3ubuntu lucid main
Actualizó los paquetes siguientes:
apt (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14
apt-transport-https (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14
apt-utils (0.7.25.3ubuntu9.13) to 0.7.25.3ubuntu9.14
gambas3 (3.3.0~lucid2) to 3.3.1~luci
Le 28/09/2012 17:50, Tobias Boege a écrit :
> Hi Benoit,
>
> Hans faces problems with the Draw class. It seems - I didn't test - that the
> order of Draw.Scale() and Draw.Translate() impacts the result (produces
> error in the wrong order):
Of course: transformation is done by a matrix, two transf
Le 28/09/2012 15:03, Pino Zollo a écrit :
> Last automatic update for Ubuntu 10.04
>
> At start
>
>
> [41] 'ScrollArea.Shadow' is not static.
> Project.Main.258
>
>
>
> ;-)
>
>
> Pino
>
Last automatic update from where? Which package? Which version?
--
Benoît Minisini
--
Last automatic update for Ubuntu 10.04
At start
[41] 'ScrollArea.Shadow' is not static.
Project.Main.258
;-)
Pino
--
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast yo
Matti:
Further to my previous, I am now a much happier little gambas
man! I must say I am very impressed with how robust the openSUSE
12.2 install procedure seems to be, in order to withstand my clumsy
and inexpert attentions. For any poor newbie who is reading this -
and I guess the idea of
Looks like an industrial RJ45 modular plug.
http://www.digikey.com/product-highlights/us/en/3m-3r108-series-industrial-rj45-modular-plug/2549
http://www.industrysearch.com.au/HARTING-RJ-Industrial-10G-Rj45-Plug-For-10gigabit-Ethernet/p/63350
http://www.automation.siemens.com/mcms/industrial-communi
Thanks, Benoit, for the tip on changing the icon in the new project, by
clicking on the big icon button in the first tab of the project property
dialog.
As I said in my previous message on this thread, the entry in the Main Menu
(for launching the new app) is not generated by .gdebi. Why is this?
Le 28/09/2012 11:30, Mike Crean a écrit :
> Benoit, I have attached some photos of GB3 on Pi hope you
> get them. If not let me know how I can send the photos to you.
> GB on Pi 1 Raspbian and Gambas on Raspberry Pi.
> GB on Pi 2 Gambas 3.2.1 opening screen.
> GB on Pi 3 Edit screen for the Serial
Benoit, I have attached some photos of GB3 on Pi hope you
get them. If not let me know how I can send the photos to you.
GB on Pi 1 Raspbian and Gambas on Raspberry Pi.
GB on Pi 2 Gambas 3.2.1 opening screen.
GB on Pi 3 Edit screen for the Serial Port demo.
GB on Pi 4 IDE WSWYG screen for the seria
Hi Fabien, this may help http://en.wikipedia.org/wiki/Registered_jack
regards
Mike
From: Fabien Bodard
To: gambas-user@lists.sourceforge.net
Sent: Friday, 28 September 2012 3:12 AM
Subject: [Gambas-user] Need personal help
Do know the trademark of this pl
Updates:
Status: Started
Comment #4 on issue 333 by gambas...@gmail.com: In the report the spacing
changed in the latest version
http://code.google.com/p/gambas/issues/detail?id=333
Can you try with the last svn ?
---
It do that:
sResult = DB.Edit("inventory", id = &1, ID)
sResult!id = ID
'sResult!location = TableView1.Columns[1].
* sResult!location = TableView1[TableView1.Row, 1].Text*
sResult.Update
2012/9/28 rocko
> I'm using a Table view to view data from an SQLite database.
> I would use a datav
27 matches
Mail list logo