OpenGL problems - viewports & subwindows

  • Thread starter Thread starter Ahlam
  • Start date Start date
AI Thread Summary
The discussion centers around challenges faced when attempting to position text using Bitmap or stroke methods in a graphical window. The user reports that the text consistently appears in the bottom left corner, despite efforts to define a viewport for proper placement. This issue leads to frustration, as the user resorts to creating subwindows for text display. The request for assistance includes a plea for others to share their drawing routines to find a solution to the positioning problem.
Ahlam
Messages
1
Reaction score
0
Hello every body;

I was trying to write a text using Bitmap or stroke methods, and it works, but the text is written in the left bottom of the window

so I tried to specify some viewport to write in it; but it still writing in the left bottom of the window ... so I was forced to use subwindows each time I want to write ! which is very nervous actually ... :(


please .. any help ??
 
Technology news on Phys.org
Can you post your drawing routine?
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...

Similar threads

Back
Top