[Gambas-user] Cotrols don't show.
ISS Boss
iss_boss at ...770...
Thu Jan 2 20:49:33 CET 2014
Would a "lblHt[Loop1].Visible = True" help?
VonZorch wrote, On 01/02/2014 14:41:
Running Gambas 3.1.1 on Mint Linux 16.
The code
' Gambas class file
Private lblHt[11] As Label
Public Sub _new()
Dim Loop1 As Byte
For Loop1 = 0 To 10
lblHt[Loop1] = New Label(Me)
lblHt[Loop1].x = 20
lblHt[Loop1].y = 20 + (Loop1 * 30)
lblHt[Loop1].Text = Str(Loop1)
lblHt[Loop1].Show
Next
End
This runs without errors but nothing displays on the form.
What do I need to do to display this?
--
View this message in context: [1]http://gambas.8142.n7.nabble.com/Cotrols-don-t
-show-tp44970.html
Sent from the gambas-user mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
[2]http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
[3]Gambas-user at lists.sourceforge.net
[4]https://lists.sourceforge.net/lists/listinfo/gambas-user
References
1. http://gambas.8142.n7.nabble.com/Cotrols-don-t-show-tp44970.html
2. http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
3. mailto:Gambas-user at lists.sourceforge.net
4. https://lists.sourceforge.net/lists/listinfo/gambas-user
More information about the User
mailing list