Search found 5 matches

by sjuwing
Thu Sep 05, 2013 4:01 pm
Forum: General Discussion
Topic: Back up PB project
Replies: 1
Views: 1207

Back up PB project

A silly question. Before I reinstall my OS(Windows 7), I want to make sure I back up everything. I surely have a copy of my PB project folder. Any tips? Like code templates, etc? Which folders I need to pay attention, too?
Thanks~
by sjuwing
Mon Aug 26, 2013 6:08 pm
Forum: Coding Questions
Topic: IME (Chinese, Japanese, etc) Question
Replies: 2
Views: 1009

Re: IME (Chinese, Japanese, etc) Question

Thank you, Shield. It looks like this is the way to go. I will follow MS direction until people tell me other ways.
Anyone who had experience with East Asian IME got a simpler solution?
by sjuwing
Mon Aug 26, 2013 4:31 pm
Forum: Coding Questions
Topic: IME (Chinese, Japanese, etc) Question
Replies: 2
Views: 1009

IME (Chinese, Japanese, etc) Question

Hello,

If I want to type Chinese or Japanese characters in a game UI through IME, what is the solution? :D
Because I am avoid of using gadget at this point, I honestly don't know where to start. :twisted:
by sjuwing
Tue Aug 20, 2013 9:27 pm
Forum: Coding Questions
Topic: How to make size of text not affected by Display Setting
Replies: 3
Views: 404

Re: How to make size of text not affected by Display Setting

Thank you both. It's helpful.
TI-994A's solution is more specific to my question. However, it ran into infinite loop sometimes. The revised version works for me.
I also tried another way. Since my app only targets to Windows (XP or above), so it looks works for me.

Procedure ConvertFontSize ...
by sjuwing
Tue Aug 20, 2013 3:39 pm
Forum: Coding Questions
Topic: How to make size of text not affected by Display Setting
Replies: 3
Views: 404

How to make size of text not affected by Display Setting

I am using DrawText() to handle text on UI. When people change the Display from 100% to 150% on Control Panel, the size of the text changes, and the alignment won't look right.
I am new to PB, so is there a way to fix the size, or an alternative to DrawText()?