Your outer size for the scrollarea is the same as your inner size. It will never scroll like that. Your outer size must be smaller.
And make your window height about 25 px higher than it is to accomodate the status bar.
Retrieving coordinates with ScrollAreaGadget()
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: Retrieving coordinates with ScrollAreaGadget()
Netmaestro
Thanks for the guidance, The application works perfectly now. I really appreciate the help
Thanks for the guidance, The application works perfectly now. I really appreciate the help
Re: Retrieving coordinates with ScrollAreaGadget()
Netmaestro
Can you recommend a cross reference program for purebasic files? I'm looking for something like the old FORTRAN XREF program.
Thanks
Can you recommend a cross reference program for purebasic files? I'm looking for something like the old FORTRAN XREF program.
Thanks
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: Retrieving coordinates with ScrollAreaGadget()
I don't know about a cross reference program. For posting code on the forum put it inside code tags. The code tags button looks like this: </> and will put code tags around your code that look like this: [ code ] ..your code.. [ /code ] without the spaces, if I didn't put spaces in them they'd work and you wouldn't see them.
BERESHEIT
Re: Retrieving coordinates with ScrollAreaGadget()
Thanks again for all your help
Re: Retrieving coordinates with ScrollAreaGadget()
Use
As your first code line, then you don't need a cross reference list 
Code: Select all
EnableExplicit
