This appears to be strange, though it might be just a misunderstanding.
Paint.LineWidth = 1
Paint.Color(Color.Black)
Paint.MoveTo(x1, y1)
Paint.LineTo(x2, y2)
Paint.Fill()
should draw a line, and it does. Now, if I want a thicker line, I set
LineWidth to... wha
The bug is fixed In svn
Le 30 sept. 2015 00:26, "Tobias Boege" a écrit :
> On Tue, 29 Sep 2015, Peter Roc wrote:
> >
> >Greetings.
> >
> >New to gambas and since I have a small project to develop decided to
> study
> >the language. Version 3.8.1
> >While using a MaskBox with the M
On Tue, 29 Sep 2015, Peter Roc wrote:
>
>Greetings.
>
>New to gambas and since I have a small project to develop decided to study
>the language. Version 3.8.1
>While using a MaskBox with the Mask [0-9], inserting 0 it turns out that
>it's not displayed, I can see the cursor mo
On Tue, 29 Sep 2015 21:18:40 +0200
Tobias Boege wrote:
> On Tue, 29 Sep 2015, Jussi Lahtinen wrote:
> > How does the mapviewer work..? I get only empty view, and quickly I don't
> > see way to define the map.
> >
>
> I believe we have a gb.map example using MapView here[0], German though.
> Scr
Greetings.
New to gambas and since I have a small project to develop decided to study
the language. Version 3.8.1
While using a MaskBox with the Mask [0-9], inserting 0 it turns out that
it's not displayed, I can see the cursor moving, and only a space is left.
Is it an expected
On Tue, 29 Sep 2015, Jussi Lahtinen wrote:
> How does the mapviewer work..? I get only empty view, and quickly I don't
> see way to define the map.
>
I believe we have a gb.map example using MapView here[0], German though.
Scroll all the way down the page to find the download section.
Regards,
T
How does the mapviewer work..? I get only empty view, and quickly I don't
see way to define the map.
Jussi
On Tue, Sep 29, 2015 at 9:41 PM, Fabien Bodard wrote:
> Mapviewer is in the gb.map component
>
> 2015-09-29 20:12 GMT+02:00 Moviga Technologies :
> >
> >
> > Thank all of you for clarifyi
Mapviewer is in the gb.map component
2015-09-29 20:12 GMT+02:00 Moviga Technologies :
>
>
> Thank all of you for clarifying that!
> --
> ___
> Gambas-user mailing list
> Gambas-u
Thank all of you for clarifying that!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Is the map viewer published in software farm..? I can't find it.
Jussi
On Tue, Sep 29, 2015 at 8:50 PM, Fabien Bodard wrote:
> 2015-09-29 18:04 GMT+02:00 Tobias Boege :
> > On Tue, 29 Sep 2015, Moviga Technologies wrote:
> >>
> >>
> >> Property Read {Map} As Map
> >>
> >> What are the brackets
2015-09-29 18:04 GMT+02:00 Tobias Boege :
> On Tue, 29 Sep 2015, Moviga Technologies wrote:
>>
>>
>> Property Read {Map} As Map
>>
>> What are the brackets doing?
>
> They tell the compiler to treat the bracketed string as an identifier. This
> is documented here[0]. Since there apparently is a cla
On Tue, 29 Sep 2015, Moviga Technologies wrote:
>
>
> Property Read {Map} As Map
>
> What are the brackets doing?
They tell the compiler to treat the bracketed string as an identifier. This
is documented here[0]. Since there apparently is a class named "Map" already,
it might cause trouble f
If I'm correct, it means that the compiler should take the specified
string as an identifier and not as a reserved word or class.
In this case, the string is 'Map'. Looks like the Map property ("{Map}")
returns a Map (As Map) object. Sneaky!
On 2015-09-29 12:26, Moviga Technologies wrote:
> Prop
Property Read {Map} As Map
What are the brackets doing?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas
http://gambaswiki.org/bugtracker/edit?object=BUG.774&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Invalid.
--
___
Gambas-user mailing list
Gambas-user@lists
http://gambaswiki.org/bugtracker/edit?object=BUG.774&from=L21haW4-
Comment #1 by Benoît MINISINI:
If you can login on a website, then there is a session.
Don't remove your cookies when you close the browser if you want to keep it
available.
See the documentation of the Session class on the wiki.
http://gambaswiki.org/bugtracker/edit?object=BUG.775&from=L21haW4-
Fabien BODARD reported a new bug.
Summary
---
Preprocessor Macros
Type : Request
Priority : Medium
Gambas version : Unknown
Product : Language
Description
---
For memory
I'd like to
17 matches
Mail list logo