Search found 63 matches
- Tue Oct 25, 2011 3:10 pm
- Forum: General programming
- Topic: Applications in Designer?
- Replies: 2
- Views: 2193
Applications in Designer?
Hi all, I know Designer can be used for presentations but can it be used for creating full blow applications? I have just decided to get back to the software I was developing after a few months away from Designer. Things like an open requester and common buttons like Open, Cancel and the like can th...
- Mon Feb 14, 2011 11:24 pm
- Forum: Tutorials
- Topic: How to make a slideshow using Designer 3.0
- Replies: 2
- Views: 6329
Re: How to make a slideshow using Designer 3.0
Agreed
More tutorials for beginners.
More tutorials for beginners.
- Sun Jan 30, 2011 11:36 am
- Forum: Showcase
- Topic: AMC v1.22 Released!
- Replies: 3
- Views: 3732
Re: AMC v1.22 Released!
Hi,
Does AMC use SCUILib and ListView?
I think these will be handy in developing a playlist function.
My software is coming along nicely but the music playlist eludes me.
Does AMC use SCUILib and ListView?
I think these will be handy in developing a playlist function.
My software is coming along nicely but the music playlist eludes me.

- Sat Jan 22, 2011 12:15 pm
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
I sorry but I can't get you code to work, although I am advancing somewhat with the layout and it is heading in the correct direction. I would like to be able to open multiple tracks but am definitely having difficulty coding this. The example of HollyAmp has artwork in the brushes folder for a play...
- Tue Jan 18, 2011 1:22 am
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
I have made a fresh start with my program and have used the ID3.hws as a subroutine in my program and it now displays track name, artist and length. But at present I can only load one MP3 at a time, is it possible to create some sort of playlist enabling loading of multiple tracks? I have decided to...
- Sun Nov 07, 2010 11:02 am
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
This is the code I'm having problems with when I try to place it in with my code. Not sure if some variables need to be set or cleared at the beginning of my code to be able to run this. /* loads a new sound */ Function p_LoadSound() Local file$ = FileRequest(“”, “#?”) If file$ = “” Then Return If N...
- Sat Oct 30, 2010 1:35 pm
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
Hi I decided to start with something a little simplar, or so I thought. I was going to take the LoadSound sub routine from AmiJukeBox and try and incorporate it into InTune. I pasted it into "On Mouse Click" nothing happens. Also if I open InTune in Notepad and paste it in that way I get a systax er...
Tutorials
I am new to Hollywood and programming in general and would love to see some tutorial, guides or videos. So far my programming is a bit of trial and error and would love to see how certain things are actually done. Are there any coders out there that can video what they're doing and post them? Thanks...
- Sat Oct 02, 2010 9:41 am
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
Howdy, Tell me if this is right: Track listings (names & length) can only be displayed if saved to hard drive as MP3? If this is the case then what I had hoped to achieve isn't possible. I thought it would be relatively easy when I first looked into doing this, but, for a little program that just ha...
- Sun Sep 19, 2010 10:54 pm
- Forum: Newbie questions
- Topic: No Programming Knowlegde
- Replies: 27
- Views: 18794
Re: No Programming Knowlegde
I have no programming knowledge at all.
I just know that there's a program I know I want to write and I know what I want it to do and how it has to look.
I just know that there's a program I know I want to write and I know what I want it to do and how it has to look.