||
|| Unable to compile gb.form
|| Unable to compile gb.form.dialog
|| Unable to compile gb.form.mdi
|| Unable to compile gb.db.form
|| Unable to compile gb.report
|| Unable to compile gb.chart
|| Unable to compile gambas3
||
Build Commands:
svn update
sudo rm
-f /usr/local/bin/gbx3 /usr/local
On 10/07/2011 03:37 PM, Dag-Jarle Johansen wrote:
> Hi All,
>
> after shuffelling through pages after pages of so called know how, I still
> can't get my Wireless adapter to work. Some of you may have got the
> information - I moved from Argentina (cabled and no problem) to Oslo, where
> I can't us
On 10/07/2011 03:52 PM, Dag-Jarle Johansen wrote:
> Hi,
>
> I am not a Dev, jsut a user of gambas.
> It would make me crazy if all gets highligted all the time, just because I
> am hovering or rightklicking on something. Perhaps it would be better to use
> a Key-combination to achive your needs, I
>
> 2) second problem.
> The path at the top of dialog is not shown correctly. Some characters or
> whole words are missing.
>
> Is this because of Greek letters in path?
>
Not at all, it is a bug in the container arrangement routine that shows up
only with gb.gtk.
It is fixed in revision #41
Am Samstag, den 08.10.2011, 03:46 -0700 schrieb J_Mischk3:
>
>
> Mmm. I think the problem may be in your code. Can you show us how you read
> the
> data and fill the TableView?
>
>
> No problem, here it is:
>
> For i = 0 To sql2.DBResult.Max
> TabHandle.Rows[i].Selecte
Mmm. I think the problem may be in your code. Can you show us how you read
the
data and fill the TableView?
No problem, here it is:
For i = 0 To sql2.DBResult.Max
TabHandle.Rows[i].Selected = False
TabHandle.Rows[i].Title = i + 1
TabHan