
Search found 23 matches
- Sat Jun 11, 2005 4:29 am
- Forum: Coding Questions
- Topic: 2questions flash and music on/off button...
- Replies: 3
- Views: 1044
- Fri Jun 10, 2005 9:56 pm
- Forum: Coding Questions
- Topic: 2questions flash and music on/off button...
- Replies: 3
- Views: 1044
2questions flash and music on/off button...
First off I have this simple code 3 lines to play music
;start music mp3
InitMovie()
LoadMovie(0,"./launcher.mp3")
PlayMovie(0,WindowID())
;end music mp3
Now when I want to stop the music it's
Case #Button_13 ; music off
StopMovie()
now what happends if I want make a multi button so click ...
;start music mp3
InitMovie()
LoadMovie(0,"./launcher.mp3")
PlayMovie(0,WindowID())
;end music mp3
Now when I want to stop the music it's
Case #Button_13 ; music off
StopMovie()
now what happends if I want make a multi button so click ...
- Tue May 31, 2005 8:59 pm
- Forum: Coding Questions
- Topic: How to vompile or use java app inside PB???
- Replies: 5
- Views: 1960
- Tue May 31, 2005 4:26 pm
- Forum: Coding Questions
- Topic: How to vompile or use java app inside PB???
- Replies: 5
- Views: 1960
- Tue May 31, 2005 3:04 am
- Forum: Coding Questions
- Topic: How to vompile or use java app inside PB???
- Replies: 5
- Views: 1960
How to vompile or use java app inside PB???
Ok I'm making this launcher and I currently use this batch.bat
@echo off
:: Find the directory of this script
pushd %~dp0
:: Open Java
javaw -classpath "%CD%\irc.jar;%CD%\pixx.jar" irc.IRCApplication -f "%CD%\pjirc.cfg"
:: Return them to where they were.
popd
People like why not use prog$ way ...
@echo off
:: Find the directory of this script
pushd %~dp0
:: Open Java
javaw -classpath "%CD%\irc.jar;%CD%\pixx.jar" irc.IRCApplication -f "%CD%\pjirc.cfg"
:: Return them to where they were.
popd
People like why not use prog$ way ...
- Tue May 31, 2005 12:59 am
- Forum: Coding Questions
- Topic: need help on how to open another exe using a button.
- Replies: 8
- Views: 1681
- Thu May 26, 2005 3:44 am
- Forum: Coding Questions
- Topic: image backgrounds killing my buttons and web page...
- Replies: 8
- Views: 1902
- Wed May 25, 2005 8:03 pm
- Forum: Coding Questions
- Topic: image backgrounds killing my buttons and web page...
- Replies: 8
- Views: 1902
Don't know if I did right but not lossing buttons anymore hehe thanks..
Code: Select all
ImageGadget(#Image_0, 0, 0, 750, 375, Image0)
SetWindowLong_(GadgetID(#Image_0), #GWL_STYLE, GetWindowLong_(GadgetID(#Image_0), #GWL_STYLE) | #WS_CLIPSIBLINGS)
- Wed May 25, 2005 5:58 pm
- Forum: Coding Questions
- Topic: image backgrounds killing my buttons and web page...
- Replies: 8
- Views: 1902
- Wed May 25, 2005 5:27 pm
- Forum: Coding Questions
- Topic: image backgrounds killing my buttons and web page...
- Replies: 8
- Views: 1902
- Wed May 25, 2005 6:54 am
- Forum: Coding Questions
- Topic: image backgrounds killing my buttons and web page...
- Replies: 8
- Views: 1902
image backgrounds killing my buttons and web page...
My problem is when minimize or like have window overtop then go back my program buttons webpage missing I click around till I find the buttons it's like picture glitches over it..
;================= Window 0(Start) (Main) ==================
Procedure Open_Window_0()
If OpenWindow(#Window_0, 302 ...
;================= Window 0(Start) (Main) ==================
Procedure Open_Window_0()
If OpenWindow(#Window_0, 302 ...
- Fri May 20, 2005 4:40 pm
- Forum: Coding Questions
- Topic: help with close window
- Replies: 2
- Views: 892
- Fri May 20, 2005 4:57 am
- Forum: Coding Questions
- Topic: help with close window
- Replies: 2
- Views: 892
help with close window
I have program main menu you click register opens new window... but when I click back the old window the register window we just at is in background missing all buttons and images and crap it never closed.. maybe theres another way..
Case #Button_2 ; register page from main page...
Open_Window_2 ...
Case #Button_2 ; register page from main page...
Open_Window_2 ...
- Thu May 19, 2005 4:21 pm
- Forum: Coding Questions
- Topic: need help on how to open another exe using a button.
- Replies: 8
- Views: 1681
- Thu May 19, 2005 4:01 pm
- Forum: Coding Questions
- Topic: need help on how to open another exe using a button.
- Replies: 8
- Views: 1681