Search found 23 matches

by kane
Sat Jun 11, 2005 4:29 am
Forum: Coding Questions
Topic: 2questions flash and music on/off button...
Replies: 3
Views: 1044

bump :D
by kane
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 ...
by kane
Tue May 31, 2005 8:59 pm
Forum: Coding Questions
Topic: How to vompile or use java app inside PB???
Replies: 5
Views: 1960

not sound n00b looks good but can't run im guessing cuz this

"Except you have to use chr(asci) to get your double quotes working."

whats that mean hehe I'm total n00b I'm supprised I'm abl;e make small programs hehe
by kane
Tue May 31, 2005 4:26 pm
Forum: Coding Questions
Topic: How to vompile or use java app inside PB???
Replies: 5
Views: 1960

bumper
by kane
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 ...
by kane
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

Problem...

I was using the prog$ way but what happends if I had a 2nd button needs open another 3rd party button what would it look like>??
by kane
Thu May 26, 2005 3:44 am
Forum: Coding Questions
Topic: image backgrounds killing my buttons and web page...
Replies: 8
Views: 1902

Paul wrote:Or give PureVisionXP a try for Form Design :D
I would if I had the deep pocket for it.. For learning and fun so rather go the cheaper route... If you know of a free type form design program I'm willing to try out.. Be nice get one make like I do websites hehe
by kane
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)
by kane
Wed May 25, 2005 5:58 pm
Forum: Coding Questions
Topic: image backgrounds killing my buttons and web page...
Replies: 8
Views: 1902

ImageGadget(#Image_0, 0, 0, 750, 375, Image0) ?

I got info for that:


;- Image Plugins
UseJPEGImageDecoder()

;- Image Globals
Global Image0
Global Image1

;- Catch Images
Image0 = CatchImage(0, ?Image0)
Image1 = CatchImage(1, ?Image1)

;- Images
DataSection
Image0:
IncludeBinary "G:\Documents ...
by kane
Wed May 25, 2005 5:27 pm
Forum: Coding Questions
Topic: image backgrounds killing my buttons and web page...
Replies: 8
Views: 1902

bump
by kane
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 ...
by kane
Fri May 20, 2005 4:40 pm
Forum: Coding Questions
Topic: help with close window
Replies: 2
Views: 892

Fred wrote:what is the identifiant of your 2nd window ? (Look in Open_Window_2()).
I already got to work thanks fred hehe was cuz was not using diffrent buttons for diffrent pages :)
by kane
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 ...
by kane
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

ahh ok 2 things..

when click play button need 2 examples of clicking button one stop music and another example of it closing the program.
by kane
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

thanks so much :)