You are not logged in.

Search results

Search results 1-5 of 5.

Tuesday, December 14th 2010, 4:02am

Author: Anton

Fullscreen Applet

Is there a way to make an Applet go fullscreen?Something like this? setFullScreenWindow(myWindow) Thank you.

Sunday, December 12th 2010, 6:15pm

Author: Anton

JFugue Sound in Jabaco

Quoted from "A1880" That's a nice java framework. Thanks for the hint! The follwing works for me: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Option Explicit Import org#jfugue#Player Public Sub Command1_Click() playMusic End Sub Private Sub playMusic Dim player As New Player ' play the notes of an octave player.play("C D E F G A B") ' play notes and rests in different octaves (0-10), ' with different durations (w, h, q, etc) player.play("C3w D6h E3q F#5...

Sunday, December 12th 2010, 6:11am

Author: Anton

JFugue Sound in Jabaco

Hello, I'm trying to use http://www.jfugue.org import org.jfugue.*; public class MyMusicApp } public static void main(String[] args) } Player player = new Player(); Pattern pattern = new Pattern("C D E F G A B"); player.play(pattern); System.exit(0); // If using Java 1.4 or lower { { How can I make this work in Jabaco? Thank you.

Sunday, October 17th 2010, 11:26pm

Author: Anton

'As Any' doesn't work. 'ByVal' doesn't work.

Private WinApi Sub CopyMemory Lib "kernel32.dll" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal length As Long) Any way around this? thanks. CopyMemory host,ByVal gethostbyname(address), Len(host) Any way around this also? thanks.

Saturday, March 6th 2010, 7:25pm

Author: Anton

Jabaco JBGRID

This was great help thanks! But how would I remove a row? JBGrid1.Row(2).Remove doesn't work. Edit: How do you use JBGrid1.Parent.remove ?

WoltLab Burning Board