Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Text Box Issues for a Beginner
#3
Quote:The first issue is that I can't figure out how to take a screenshot of one particular area of the screen
This is combo of maybe _Newimage, for sure _Putimage and _SaveImage.

_putimage gets a section of screen and can put it into a _newimage work area and _saveimage can convert that image to file for storage and retrieval anytime anywhere.
You might just be needing to learn to use _PutImage: https://qb64phoenix.com/forum/showthread.php?tid=1119

"Text boxes"
I know "text boxes" as controls in GUI that users use to fill with strings for processing info in the app.

This is not describing them:
Quote:The purpose of this is for the second issue, and for all I know isn't needed at all. I made code to animate the opening of a text box by splitting it into thirds. It appears from top to bottom over a certain period of frames. But the problem is that the only way I've been able to make those images disappear is by making them all disappear at the same time. However I simply want the animation to reverse itself so the box appears to be closing.
Could you be talking about View Print or Window commands used for controling areas of screen usually for text?

Pete says post code and usually that is great advice for newbies but trying to describe things with right words won't be helped much by code.

It seems like you are going for some visual effect with text? You can use _NewImage and _PutImage to create all sorts of effects with text like swirl it around with RotoZoom! Smile
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Messages In This Thread
RE: Multiple Text Box Issues for a Beginner - by bplus - 10-28-2024, 07:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help: Issues with the _PRINTSTRING and _INPUTBOX$ functions in QB64. qbfans 2 350 02-13-2026, 06:07 AM
Last Post: qbfans
  Shell issues eoredson 7 1,324 05-10-2025, 02:59 AM
Last Post: eoredson
  Command$ issues eoredson 8 1,351 05-02-2025, 01:42 AM
Last Post: eoredson
  Testing against multiple elements at a time without select case CMR 4 821 04-17-2025, 02:16 AM
Last Post: CMR
Question Memory full when loading multiple images Ikerkaz 7 1,528 11-03-2024, 05:51 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)