I posted a couple of threads in the Blitz3D beginner and programming forum and so far I have yet found a solution for this. Anyway, I am looking for any advice from you bright folks who can write user lib with ease to help me figure out a way to add the following functionality to Blitz3D, so I can settle it as my upcoming project platform.
1. A text box gadget for user to input East Asia characters (Korean, Japanese and Chinese etc). This gadget should not stop Blitz3D from rendering/updating.
2. An output text box to show East Asia character strings.
3. A new data type or using Bank memory so I can store these East Asia characters/strings and able to display them with the Blitz3D 2D coordinates (like putting up a billboard on top of a NPC to show its name).
4. A new data type or using Bank memory so I can store these East Asia characters/strings and able to reference them so I can send them in the TCP output stream.
There is a way in VB6 to accept 2 byte characters in a text box, I was wondering if the DC of the form containing that text box can be passed back to Blitz, and the graphical area of that text box stored in the DC can then be retrieved and poke into the Memory bank or something….this is just a thought, there might be other ways that I don’t know about.
Blitz support told me these are not high in their working priority. If you think you might be able to help me on these but would like to be compensated, please contact me through my yahoo email with your work estimate, we can work something out if your estimate is within my budget. Thanks in advance.
P.S I will be out of town from 11/3 to 11/28. Please expect some delay if you were to write me email during that period, since I have limited access to the Internet before I am back in the office, thanks again.
1. A text box gadget for user to input East Asia characters (Korean, Japanese and Chinese etc). This gadget should not stop Blitz3D from rendering/updating.
2. An output text box to show East Asia character strings.
3. A new data type or using Bank memory so I can store these East Asia characters/strings and able to display them with the Blitz3D 2D coordinates (like putting up a billboard on top of a NPC to show its name).
4. A new data type or using Bank memory so I can store these East Asia characters/strings and able to reference them so I can send them in the TCP output stream.
There is a way in VB6 to accept 2 byte characters in a text box, I was wondering if the DC of the form containing that text box can be passed back to Blitz, and the graphical area of that text box stored in the DC can then be retrieved and poke into the Memory bank or something….this is just a thought, there might be other ways that I don’t know about.
Blitz support told me these are not high in their working priority. If you think you might be able to help me on these but would like to be compensated, please contact me through my yahoo email with your work estimate, we can work something out if your estimate is within my budget. Thanks in advance.
P.S I will be out of town from 11/3 to 11/28. Please expect some delay if you were to write me email during that period, since I have limited access to the Internet before I am back in the office, thanks again.