[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2016-10-08 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Comment #5 by Zainudin AHMAD:

temporary solution, just set with -1 value. example : 
 move(-1,-1)
or
 me.top=-1
 me.left=-1

Resolve :)



--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-10-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Benoît MINISINI changed the state of the bug to: Accepted.




--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-10-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Comment #4 by Benoît MINISINI:

Sorry, this is not well documented. If the initial position of a window is 
(0,0), it is automatically centered.

Fixing that (i.e. allowing the initial position of a window to actually be 0,0) 
is possible, but it would require a recompilation of the project.
So I let that for a future major release.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-10-01 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Comment #3 by Zainudin AHMAD:

I don't understand what do you mean, this code

Public Sub _new()
  
  Me.Top = 80
  Me.Left = 80
  
End

can work with gambas version : 3.1.1 and 3.5.4 and 3.7.1 and 3.8.1 and trunk

this problem with zero(0) value.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-09-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Zainudin AHMAD reported a new bug.

Summary
---

me.top = 0 , can't work ( in event _new() )

Type : Bug
Priority : Low
Gambas version   : 3.8.90 (TRUNK)
Product  : GUI components


Description
---

attach project





--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-09-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Zainudin AHMAD added an attachment:

test-top2-0.0.1.tar.gz



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-09-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Comment #2 by Bruce BRUEN:

This is not a bug. The class constructor does not display the form. To be 
precise, the form definition has not been read when the constructor is called.
See the help on the Open event for more information.



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


[Gambas-user] [Gambas Bug Tracker] Bug #779: me.top = 0 , can't work ( in event _new() )

2015-09-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.779=L21haW4-

Comment #1 by Zainudin AHMAD:

this code can't work too

Public Sub _new()
  
  Me.Top = 0
  Me.Left = 0
  
  Me.Move(0, 0)
  
End



--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user