Skip to content
Gambas Logo

Gambas.One

For fellow Gambasers

  • Home
  • Forum
  • Tips & Tricks
    • Snippets
  • Classes
  • Programming books
    • A book by Gerry Buzolic
    • The GaP-BG Project
  • Distro support
  • Resources
  • Toggle search form
Gambas Logo

Its Alive!

Posted on October 22, 2016April 6, 2025 By jornmo

We’re now up and running with a WordPress site alongside the forum! We HOPE to fill this site with great material on Gambas programming, but we need your help and participation! We’re also thrilled to have installed a syntax highlighter for Gambas code for better visuality. Here’s an example (this is also coming to the forum):

Public Sub CreateBubbles()

  Dim i As Integer
  Dim NewBubble As CBubble

  'Bubbles (are fun!)
  Bubbles.Clear()
  For i = 0 To 30
    NewBubble = New CBubble
    NewBubble.X = Rnd(0, Screen.Width)
    NewBubble.Y = Rnd(Screen.Height, 2000)
    NewBubble.Size = Rnd(1, 7)
    NewBubble.Speed = Rnd(1, 5)
    Bubbles.Push(NewBubble)
  Next

End

Stay tuned, and enjoy!

Updates

Post navigation

Next Post: Snippets collection #1

Search

October 2016
S M T W T F S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
    Jan »

About

Gambas is a free development environment and a full powerful development platform based on a Basic interpreter with object extensions, as easy as Visual Basic™.

Gambas.ONE is a community site for Gambas fans. Welcome to just read up and learn, or to get involved and write and share your Gambas know-how with the rest of us. Also be sure to check out the forums.

Enjoy!

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2025 Gambas.One.

Powered by PressBook WordPress theme