Fellow Monks,

In my quest for the perfect Win32 app - there are some very minor and probably very simple cosmetic/operation issues I was hoping to get assistance wtih as im not able to find specific information - and probably someone else has been there done that..

1) It is possible to force a carriage return within the text as part of the AddLabel function. I already know about the wrap options, but I want control of where it inserts a return.

2) How does one print extended HTML characters in text fields for lablels, titles, etc? Specifically i need to display a copyright character, and im not sure of the sequence to use to display this or other extended characters..

3) I packaged my app using PAR - which works as a great alternative to create exe files, however it takes a very long time to load the actual exe program in windows - even for a short 5-10 line "Hello Me" type script. I guess this is just the way it is but:

- Does anyone have any recommendations for displaying a "pop-up" logo/screen/icon while the main program is loading? I thought I would make a very short and sweet program that serves just this purpose - then creates a process for the main program - and exits after 5-10 seconds or so, BUT the pop-up program takes forever to load itself!

- What are the flags for displaying a window without a top bar/close button (for the aforementioned pop-up image).

- I understand that to display a bitmap on a button, I create an object to the bitmap itself, then specify the object as the value for '-bitmap' on the button. THis works. I want to do the same for an AddLabel function, but it does not work when doing the identical syntax. What is the proper syntax for displaying a bitmap on a label?

- I assume this is the best way to do a 'pop-up' image while a program is loading. Is there another more straight forward way im not thinking of?

Thanks in advance for any response.. im a real newbie at this..

Steve


In reply to WIn32::gui Miscellaneous by smcone

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.