Search found 220 matches

by jornmo
Sunday 12th March 2017 4:14pm
Forum: General
Topic: Starting items
Replies: 8
Views: 10155

Re: Starting items

Oooohh! I like the colours :lol:
by jornmo
Sunday 12th March 2017 2:01pm
Forum: Lounge
Topic: We've got source code highlighting!
Replies: 2
Views: 52159

We've got source code highlighting!

Just click the 'gb' button and type some code inbetween, or the 'highlight' button for other languages. Most common languages are supported! gbHelp.png ' Gambas module file Public Title As String Public Sub Main() Dim hClass As Class If Application.Args.Count >= 2 Then Title = Application.Args[2] hC...
by jornmo
Friday 10th March 2017 2:09pm
Forum: General
Topic: Starting items
Replies: 8
Views: 10155

Re: Starting items

Btw., '28.wav' is missing :?
by jornmo
Friday 10th March 2017 2:06pm
Forum: General
Topic: Starting items
Replies: 8
Views: 10155

Re: Starting items

I've tried did's solution.

This works:

Code: Select all

Public Sub Form_Show()
  
  playStuff("4C2,3C2,2C2,1E2,1D2,1C8,\n")                       'Send Intro string of notes to playStuff
  
End
However, the Arrange event is not good for this.
by jornmo
Thursday 9th March 2017 7:43pm
Forum: General
Topic: Starting items
Replies: 8
Views: 10155

Re: Starting items

Try adding Wait before the play.
If Delay is not specified, the function processes all pending events and returns immediately. In that specific case, input events (keyboard and mouse) are ignored.
by jornmo
Wednesday 8th March 2017 3:31pm
Forum: Lounge
Topic: Updated forum software
Replies: 0
Views: 5441

Updated forum software

Hi! We have now updated the forum software, plugin(s) and theme. If some things look weird, they are normally solved by hitting Ctrl+F5 two-three times (this will force update the site so that all css, image and js files are the newest in your cache). Enjoy ;) EDIT: Here's what's new: https://www.ph...
by jornmo
Thursday 16th February 2017 12:04pm
Forum: Web
Topic: Web Form
Replies: 10
Views: 23037

Re: Web Form

by jornmo
Monday 13th February 2017 7:11pm
Forum: General
Topic: Using pipes in the Gambas Exec command.
Replies: 3
Views: 6762

Re: Using pipes in the Gambas Exec command.

This may come in handy! Thanks for sharing!
by jornmo
Monday 13th February 2017 7:10pm
Forum: General
Topic: gb.args - alternate form of usage.
Replies: 8
Views: 10768

Re: gb.args - alternate form of usage.

If you want to do it all in one line
Dim s As String = Args.All.Join(";", "[]")
by jornmo
Monday 13th February 2017 12:04pm
Forum: Lounge
Topic: Review of Gambas in Linux User & Developer, October 2016
Replies: 1
Views: 5749

Re: Review of Gambas in Linux User & Developer, October 2016

Nice! More please :D