|
|
|
start date: Mon, 16 Jul 2007 12:17:09 -0700,
posted on: microsoft.public.dotnet.framework.drawing
back
| Thread Index |
|
1
pamela fluente
|
|
2
Bob Powell [MVP]
|
|
3
schneider
|
|
4
Bob Powell [MVP]
|
|
5
schneider
|
|
6
Bob Powell [MVP]
|
|
7
pamela fluente
|
|
8
pamela fluente
|
|
9
schneider
|
GDI+ Editor
A am looking for a simple example of text editor made all by GDI+..
I can image one must be an expert to create a full editor: I just need
the very basic. Typing and erasing letters, basic spacing and moving
the cursor back and forth over a graphic object.
Do you have an example or a pointer, where I can learn the various
tecniques needed?
Thanks,
-P
Date:Mon, 16 Jul 2007 12:17:09 -0700
Author:
|
Re: GDI+ Editor
I have a commercial text editor if you want to contact me offline. It does
fully justified editing on a GDI+ surface of any single font.
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"pamela fluente" wrote in message
news:1184613429.346981.99260@w3g2000hsg.googlegroups.com...
>A am looking for a simple example of text editor made all by GDI+..
>
> I can image one must be an expert to create a full editor: I just need
> the very basic. Typing and erasing letters, basic spacing and moving
> the cursor back and forth over a graphic object.
>
> Do you have an example or a pointer, where I can learn the various
> tecniques needed?
>
> Thanks,
>
> -P
>
Date:Sun, 22 Jul 2007 15:30:01 +0200
Author:
|
Re: GDI+ Editor
On 22 Lug, 15:30, "Bob Powell [MVP]"
wrote:
> I have a commercial text editor if you want to contact me offline. It does
> fully justified editing on a GDI+ surface of any single font.
>
> --
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Ramuseco Limited .NET consultinghttp://www.ramuseco.com
>
> Find great Windows Forms articles in Windows Forms Tips and Trickshttp://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQhttp://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
> "pamela fluente" wrote in message
>
> news:1184613429.346981.99260@w3g2000hsg.googlegroups.com...
>
>
>
> >A am looking for a simple example of text editor made all by GDI+..
>
> > I can image one must be an expert to create a full editor: I just need
> > the very basic. Typing and erasing letters, basic spacing and moving
> > the cursor back and forth over a graphic object.
>
> > Do you have an example or a pointer, where I can learn the various
> > tecniques needed?
>
> > Thanks,
>
> > -P- Nascondi testo tra virgolette -
>
> - Mostra testo tra virgolette -
I was planning to learn myself these tecniques, possibly by getting
some guiding advice.
However, in any case, if you have a simple demo or trial that I can
download, if you provide a pointer, I will be more than happy to give
it a try.
(My email address is working)
Thanks,
-P
Date:Sun, 22 Jul 2007 07:10:40 -0700
Author:
|
Re: GDI+ Editor
I was curious about this also. Seems like a lot of work to build a function
Text edit box.
Is it as much work as I'm thinking?
I was think o f building basic editor, with a few new new features for my
own commercial use...
Schneider
"pamela fluente" wrote in message
news:1185113440.189234.285800@r34g2000hsd.googlegroups.com...
> On 22 Lug, 15:30, "Bob Powell [MVP]"
> wrote:
>> I have a commercial text editor if you want to contact me offline. It
>> does
>> fully justified editing on a GDI+ surface of any single font.
>>
>> --
>> --
>> Bob Powell [MVP]
>> Visual C#, System.Drawing
>>
>> Ramuseco Limited .NET consultinghttp://www.ramuseco.com
>>
>> Find great Windows Forms articles in Windows Forms Tips and
>> Trickshttp://www.bobpowell.net/tipstricks.htm
>>
>> Answer those GDI+ questions with the GDI+
>> FAQhttp://www.bobpowell.net/faqmain.htm
>>
>> All new articles provide code in C# and VB.NET.
>> Subscribe to the RSS feeds provided and never miss a new article.
>>
>> "pamela fluente" wrote in message
>>
>> news:1184613429.346981.99260@w3g2000hsg.googlegroups.com...
>>
>>
>>
>> >A am looking for a simple example of text editor made all by GDI+..
>>
>> > I can image one must be an expert to create a full editor: I just need
>> > the very basic. Typing and erasing letters, basic spacing and moving
>> > the cursor back and forth over a graphic object.
>>
>> > Do you have an example or a pointer, where I can learn the various
>> > tecniques needed?
>>
>> > Thanks,
>>
>> > -P- Nascondi testo tra virgolette -
>>
>> - Mostra testo tra virgolette -
>
> I was planning to learn myself these tecniques, possibly by getting
> some guiding advice.
>
> However, in any case, if you have a simple demo or trial that I can
> download, if you provide a pointer, I will be more than happy to give
> it a try.
> (My email address is working)
>
> Thanks,
>
> -P
>
Date:Mon, 23 Jul 2007 14:16:42 -0500
Author:
|
Re: GDI+ Editor
Actually, its loads of work if you want any sort of wysiwyg result.
I hesitate to propose my control because it cost me a fortune to develop and
I can't give free-trials or tryouts without developing the final commercial
aspects of the tool. As I have a day job that takes 132% of my available
time its difficult to envisage that any time soon.
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"schneider" wrote in message
news:uSR9B4VzHHA.4816@TK2MSFTNGP04.phx.gbl...
>I was curious about this also. Seems like a lot of work to build a function
>Text edit box.
> Is it as much work as I'm thinking?
>
> I was think o f building basic editor, with a few new new features for my
> own commercial use...
>
> Schneider
>
>
> "pamela fluente" wrote in message
> news:1185113440.189234.285800@r34g2000hsd.googlegroups.com...
>> On 22 Lug, 15:30, "Bob Powell [MVP]"
>> wrote:
>>> I have a commercial text editor if you want to contact me offline. It
>>> does
>>> fully justified editing on a GDI+ surface of any single font.
>>>
>>> --
>>> --
>>> Bob Powell [MVP]
>>> Visual C#, System.Drawing
>>>
>>> Ramuseco Limited .NET consultinghttp://www.ramuseco.com
>>>
>>> Find great Windows Forms articles in Windows Forms Tips and
>>> Trickshttp://www.bobpowell.net/tipstricks.htm
>>>
>>> Answer those GDI+ questions with the GDI+
>>> FAQhttp://www.bobpowell.net/faqmain.htm
>>>
>>> All new articles provide code in C# and VB.NET.
>>> Subscribe to the RSS feeds provided and never miss a new article.
>>>
>>> "pamela fluente" wrote in message
>>>
>>> news:1184613429.346981.99260@w3g2000hsg.googlegroups.com...
>>>
>>>
>>>
>>> >A am looking for a simple example of text editor made all by GDI+..
>>>
>>> > I can image one must be an expert to create a full editor: I just need
>>> > the very basic. Typing and erasing letters, basic spacing and moving
>>> > the cursor back and forth over a graphic object.
>>>
>>> > Do you have an example or a pointer, where I can learn the various
>>> > tecniques needed?
>>>
>>> > Thanks,
>>>
>>> > -P- Nascondi testo tra virgolette -
>>>
>>> - Mostra testo tra virgolette -
>>
>> I was planning to learn myself these tecniques, possibly by getting
>> some guiding advice.
>>
>> However, in any case, if you have a simple demo or trial that I can
>> download, if you provide a pointer, I will be more than happy to give
>> it a try.
>> (My email address is working)
>>
>> Thanks,
>>
>> -P
>>
>
>
Date:Mon, 23 Jul 2007 22:09:16 +0200
Author:
|
Re: GDI+ Editor
yep, been there. Thank for the info though.
"Bob Powell [MVP]" wrote in message
news:1AFF9FF6-AB23-49B4-8079-7491EF44A213@microsoft.com...
> Actually, its loads of work if you want any sort of wysiwyg result.
>
> I hesitate to propose my control because it cost me a fortune to develop
> and I can't give free-trials or tryouts without developing the final
> commercial aspects of the tool. As I have a day job that takes 132% of my
> available time its difficult to envisage that any time soon.
>
> --
> --
> Bob Powell [MVP]
> Visual C#, System.Drawing
>
> Ramuseco Limited .NET consulting
> http://www.ramuseco.com
>
> Find great Windows Forms articles in Windows Forms Tips and Tricks
> http://www.bobpowell.net/tipstricks.htm
>
> Answer those GDI+ questions with the GDI+ FAQ
> http://www.bobpowell.net/faqmain.htm
>
> All new articles provide code in C# and VB.NET.
> Subscribe to the RSS feeds provided and never miss a new article.
>
>
> "schneider" wrote in message
> news:uSR9B4VzHHA.4816@TK2MSFTNGP04.phx.gbl...
>>I was curious about this also. Seems like a lot of work to build a
>>function Text edit box.
>> Is it as much work as I'm thinking?
>>
>> I was think o f building basic editor, with a few new new features for my
>> own commercial use...
>>
>> Schneider
>>
>>
>> "pamela fluente" wrote in message
>> news:1185113440.189234.285800@r34g2000hsd.googlegroups.com...
>>> On 22 Lug, 15:30, "Bob Powell [MVP]"
>>> wrote:
>>>> I have a commercial text editor if you want to contact me offline. It
>>>> does
>>>> fully justified editing on a GDI+ surface of any single font.
>>>>
>>>> --
>>>> --
>>>> Bob Powell [MVP]
>>>> Visual C#, System.Drawing
>>>>
>>>> Ramuseco Limited .NET consultinghttp://www.ramuseco.com
>>>>
>>>> Find great Windows Forms articles in Windows Forms Tips and
>>>> Trickshttp://www.bobpowell.net/tipstricks.htm
>>>>
>>>> Answer those GDI+ questions with the GDI+
>>>> FAQhttp://www.bobpowell.net/faqmain.htm
>>>>
>>>> All new articles provide code in C# and VB.NET.
>>>> Subscribe to the RSS feeds provided and never miss a new article.
>>>>
>>>> "pamela fluente" wrote in message
>>>>
>>>> news:1184613429.346981.99260@w3g2000hsg.googlegroups.com...
>>>>
>>>>
>>>>
>>>> >A am looking for a simple example of text editor made all by GDI+..
>>>>
>>>> > I can image one must be an expert to create a full editor: I just
>>>> > need
>>>> > the very basic. Typing and erasing letters, basic spacing and moving
>>>> > the cursor back and forth over a graphic object.
>>>>
>>>> > Do you have an example or a pointer, where I can learn the various
>>>> > tecniques needed?
>>>>
>>>> > Thanks,
>>>>
>>>> > -P- Nascondi testo tra virgolette -
>>>>
>>>> - Mostra testo tra virgolette -
>>>
>>> I was planning to learn myself these tecniques, possibly by getting
>>> some guiding advice.
>>>
>>> However, in any case, if you have a simple demo or trial that I can
>>> download, if you provide a pointer, I will be more than happy to give
>>> it a try.
>>> (My email address is working)
>>>
>>> Thanks,
>>>
>>> -P
>>>
>>
>>
>
Date:Mon, 23 Jul 2007 15:51:24 -0500
Author:
|
Re: GDI+ Editor
On 23 Lug, 22:09, "Bob Powell [MVP]"
wrote:
> Actually, its loads of work if you want any sort of wysiwyg result.
>
> I hesitate to propose my control because it cost me a fortune to develop and
> I can't give free-trials or tryouts without developing the final commercial
> aspects of the tool. As I have a day job that takes 132% of my available
> time its difficult to envisage that any time soon.
>
Of course. I understood clearly that you want, naturally, to sell
it :-)
I was talking about a (possibly crippled or time limited) demo of your
component
to determine whether I can use your component within my programs or it
is not as flexible as I need.
I do not think you really expect people just buy it blindly :-)
-P
Date:Tue, 24 Jul 2007 02:06:07 -0700
Author:
|
Re: GDI+ Editor
If it's complicated software the company may have to provide support for it
and therefore the company must consider the possible support cost . Not
worth supporting the software for a few customers, the company could raise
the price but then customers may not want it. The company could end-up
losing money with even a small amount of support. One bug could take a lot
of time to fix. Either you have a lot of customers at a cheaper price or a
few customers at a higher price.
"pamela fluente" wrote in message
news:1185267967.491777.324320@r34g2000hsd.googlegroups.com...
> On 23 Lug, 22:09, "Bob Powell [MVP]"
> wrote:
>> Actually, its loads of work if you want any sort of wysiwyg result.
>>
>> I hesitate to propose my control because it cost me a fortune to develop
>> and
>> I can't give free-trials or tryouts without developing the final
>> commercial
>> aspects of the tool. As I have a day job that takes 132% of my available
>> time its difficult to envisage that any time soon.
>>
>
> Of course. I understood clearly that you want, naturally, to sell
> it :-)
>
> I was talking about a (possibly crippled or time limited) demo of your
> component
> to determine whether I can use your component within my programs or it
> is not as flexible as I need.
>
> I do not think you really expect people just buy it blindly :-)
>
> -P
>
>
Date:Tue, 24 Jul 2007 11:42:46 -0500
Author:
|
Re: GDI+ Editor
Give that man a lollipop!
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
schneider wrote:
> If it's complicated software the company may have to provide support for it
> and therefore the company must consider the possible support cost . Not
> worth supporting the software for a few customers, the company could raise
> the price but then customers may not want it. The company could end-up
> losing money with even a small amount of support. One bug could take a lot
> of time to fix. Either you have a lot of customers at a cheaper price or a
> few customers at a higher price.
>
>
> "pamela fluente" wrote in message
> news:1185267967.491777.324320@r34g2000hsd.googlegroups.com...
>> On 23 Lug, 22:09, "Bob Powell [MVP]"
>> wrote:
>>> Actually, its loads of work if you want any sort of wysiwyg result.
>>>
>>> I hesitate to propose my control because it cost me a fortune to develop
>>> and
>>> I can't give free-trials or tryouts without developing the final
>>> commercial
>>> aspects of the tool. As I have a day job that takes 132% of my available
>>> time its difficult to envisage that any time soon.
>>>
>> Of course. I understood clearly that you want, naturally, to sell
>> it :-)
>>
>> I was talking about a (possibly crippled or time limited) demo of your
>> component
>> to determine whether I can use your component within my programs or it
>> is not as flexible as I need.
>>
>> I do not think you really expect people just buy it blindly :-)
>>
>> -P
>>
>>
>
>
Date:Thu, 26 Jul 2007 22:59:39 +0200
Author:
|
|
|