Re: RE: [perl-win32-gui-users] Re: Re: RTF 2 HTML

2002-03-08 Thread Ultimate Red Dragon
Thanks for the advice, I've taken a closer look at RTF::HTML::Converter and a few other RTF packages because of it. Unfortunately, none of those quite satisfy the goals I had for a number of reasons. First of all, although I may be mistaken, each of those seems designed to output to another f

[perl-win32-gui-users] Re: Re: RTF 2 HTML

2002-03-07 Thread Ultimate Red Dragon
= $temp->[1]; }else{ $text .= substr($oldtext,$x,1); } } $text =~ s/\r//g; $text =~ s/\n//gi; return $text; } Date: Thu, 07 Mar 2002 09:47:52 +0100 To: perl-win32-gui-users@lists.sourceforge.net From: Johan Lindstrom <[EMAIL PROTECTED]> Subject: Re: [perl-w

[perl-win32-gui-users] RTF 2 HTML

2002-03-06 Thread Ultimate Red Dragon
Well, I worked for a bit tonight and I finally came up with a (admitantly pathetic) basic RTF to HTML converter. It's not that great, I don't claim it's efficient, just that it works. Currently, it supports new lines, bold, italics and underline. I'm working on converting < and > correctly, as

[perl-win32-gui-users] Font in Buttons?

2002-03-04 Thread Ultimate Red Dragon
How do you change the color of text, and more specifically, how do you change the color of text in a button? Thanks _ Send and receive Hotmail on your mobile device: http://mobile.msn.com

RE: [perl-win32-gui-users] (no subject)

2002-02-27 Thread Ultimate Red Dragon
Thanks, I'll look into it. Now I have to find a practical means to allow people to format the text within the window. (Really, converting it isn't even that great a problem, it's allowing people to hit a bold button etc... > -Original Message- > From: Ultima

Re: [perl-win32-gui-users] Re: Re: (no subject)

2002-02-24 Thread Ultimate Red Dragon
Yeah, that seems to work. Thanks. I wonder if tracking will ever be completely incorperated into it. It would be nice if a person could just push the up arrow and expect it to scroll up with them. *Adds to wish list* Thanks again. Now all I need to do is figure out how to allow people to

Re: [perl-win32-gui-users] Re: Re: (no subject)

2002-02-24 Thread Ultimate Red Dragon
Hmm, it's still not working for me. Here, i'll post what I currently have: (All thats relevant) $main = Win32::GUI::Window->new(-width=>429, -height=>532, -style=> WS_MINIMIZEBOX | WS_SYSMENU, -text=>'Test', -name=>'Main', -menu=>$menu, -dialogui=>1 ); $ma

[perl-win32-gui-users] Re: Re: (no subject)

2002-02-23 Thread Ultimate Red Dragon
Well, to get the _Change event working, just send this message: $RichEdit->SendMessage(0x445, 0, 1); Unfortunately, theres a slight problem... This line is complaining that it needs another paramater. my $currentline = $RichEdit->LineFromChar; --

[perl-win32-gui-users] (no subject)

2002-02-23 Thread Ultimate Red Dragon
Has anyone written/know how it could easily be done, a WYSIWYG HTML editor using a RichEdit field? It doesn't need to do much, just links, bold, italics, underline. Also, does anyone know why, in multiline RE fields at least, if you just keep hitting enter your cursor goes off the edit window

[perl-win32-gui-users] Is Win32-GUI still being developed?

2002-02-18 Thread Ultimate Red Dragon
Is Win32-GUI still being developed? As far as I can tell, it hasn't been updated in over a year (+/-, at the time of writing, the sourceforge page is down). _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

[perl-win32-gui-users] ListView MultiSelect

2001-11-14 Thread Ultimate Red Dragon
Is there a way to prevent a ListView in details mode from allowing the user to select more than one line? Thanks §Flame§ _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

[perl-win32-gui-users] Two questions

2001-09-13 Thread Ultimate Red Dragon
Question: Is it possible to make portions of images transparent in this? I've tried a PNG with no sucess... Also, um, why do 'multiline' textfields (and richedit fields) that I create not seem to go down a line when I hit enter? Thanks ~Flame/Ultimate Re

[perl-win32-gui-users] Colors and ListView

2001-09-10 Thread Ultimate Red Dragon
: Reason | Change | Balance | Paycheck| +1| +1| Car | -2| -1| Gift|+100|-9900| Now the cols with - values would be red, while + are green (text color, not background.) Anyway, is this possible? Thanks, §Flame§ /

[perl-win32-gui-users] Difference between ListView and ListBox

2001-09-09 Thread Ultimate Red Dragon
Hello, I was just wondering if someone could answer the following questions: WHY would I want to use an ImageList? What does it do? What is an 'Accelerator'? What's the difference between 'ListBox' and 'ListView'? Thanks to anyone that can help, §Flame§