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
= $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
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
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
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
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
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
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;
--
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
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
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
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
:
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§ /
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§
14 matches
Mail list logo