'Text View' ... but with pixs.

For general discussion related FlowStone
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

'Text View' ... but with pixs.

Post by RJHollins »

I've a question that I've not been able to find info on ... maybe someone can help ;)

I've been including 'documentation' within my project that utilizes the 'TEXT VIEW' module. This has been really nice, as we are able to scroll through text much larger than the display area.

What I'd like to add is a similar 'scrolling' capability ... but for pictures. Whether they be PNG, GIF or maybe JPG [not real specific as yet] ... heck, it would be great to have a .PDF display capability.

My thought was to have images within this 'doc' section that could be used for examples or showing particular setup procedure. A type of built-in manual that includes more than just text.

Is this even possible ?? If so ... could anyone help me kick start :P

Thanks!
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: 'Text View' ... but with pixs.

Post by tester »

The same question here.
What is - is real PITA.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: 'Text View' ... but with pixs.

Post by billv »

RJHollins wrote:A type of built-in manual that includes more than just text.

You can still make this happen with a nice "feel" to it....
Keep all your text in the text view, and load all your pics in separate module on a index.
Then just call the pic you need with scrollbar value.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: 'Text View' ... but with pixs.

Post by tester »

Yyyym... could you post an example?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: 'Text View' ... but with pixs.

Post by billv »

RJHollins wrote:could anyone help me kick start

Got your pm...it's not that easy is it mate.!! I got stuck lots of times thinking
about how to create an effective tutorial, that sits in the VST/Exe...
...seeing as you still stuck with an approach....hopefully this will help...

This module is set up like a book...
1 pic + 1 text array per page. use selector to flick through....

In order to make it work, you need to load your images and text,
as i have quickly just used the same bitmap and text for each page ...
Attachments
Tutorial Module.fsm
(27.22 KiB) Downloaded 1044 times
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: 'Text View' ... but with pixs.

Post by tester »

Okay, and what about scrolling image within the text flow?
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: 'Text View' ... but with pixs.

Post by billv »

tester wrote:scrolling image within the text

Interesting technique...could you post an example?
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: 'Text View' ... but with pixs.

Post by tester »

:mrgreen: I thought you were talking about something like this! :lol:
You know, like you view/scroll an old html page, text, pix, text, pix...
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: 'Text View' ... but with pixs.

Post by billv »

tester wrote::mrgreen: I thought you were talking about something like this! :lol:
You know, like you view/scroll an old html page, text, pix, text, pix...

:lol: :lol: I did have a go using the old viewport module..but it didn't look real good...
and needed a lot of work to make happen right....(can post if needed)
I went for trogs selector cause its so easy to modify(quickly), and also
cause RJ is stuck at the very start trying to create some sort of "framework" for
his idea. So i thought better to stay simple to start.
RJ can still get an 0-1 output from scrollbar, convert the range to the selector..
so as he scrolls from top to bottom he gets 12 pics + text...
Lots of ways to change the module.......
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: 'Text View' ... but with pixs.

Post by RJHollins »

Hi biilv,

just got to dL the 'tutorial' a few moments ago ...

Nice, clear schematic layout ... and as a 'book/page' technique looks good ! :)

Thanks for taking the time to do this ! 8-)

I'll do some 'playing' tonite ...

If this becomes a 'launch' point for a 'text/pix 'type of GUI display would be very useful. I remember reading the community development of the 'text notepad' thread on the SM forum with much interest.

Still ... what you have 'tutorial-ed' brings 'text' & 'pix' in sync, and opens the door to include a type of manual within are app.

Nice ;)
Post Reply