Re: FormatArea Draw

2013-05-15 Thread jorge ivan poot diaz
Hello, http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml where is the code that converts these xml into toolbars? - ---

Re: FormatArea Draw

2013-04-14 Thread Ariel Constenla-Haile
On Sat, Apr 13, 2013 at 01:35:55PM -0500, jorge ivan poot diaz wrote: Hello Ariel, may be you can simply append a number when the name is already used, given Blue 9: Blue 10, then if Blue 11 is already used, increase it and try with Blue 12 and so on. Ok. I like this idea. How I can

Re: FormatArea Draw

2013-04-12 Thread Ariel Constenla-Haile
Hi Ivan, On Fri, Apr 12, 2013 at 07:51:32PM -0500, jorge ivan poot diaz wrote: Hello, Ariel I want to do: the new color is added with a number: Here a picture, http://imagebin.org/253798 For example prueba: prueba245 prueba142 prueba634 ... ... Any idea how to generate

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
Hello Ariel, This I am doing as a project that I have been assigned by Alexandro Colorado. -- In the source code AOO Earlier you gave me the code that is responsible for registering the colors:

Re: FormatArea Draw

2013-03-30 Thread Alexandro Colorado
On Sat, Mar 30, 2013 at 1:38 PM, jorge ivan poot diaz ivan.pootd...@gmail.com wrote: Hello Ariel, This I am doing as a project that I have been assigned by Alexandro Colorado. Just to clarify, I didn't 'assigned you a project', but told you a good task you could find to learn the way

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
Sorry, you are right. I mistyped, English is not my native language. I found the idea on the ideastorm and found it interesting to try it. 2013/3/30 Alexandro Colorado j...@oooes.org On Sat, Mar 30, 2013 at 1:38 PM, jorge ivan poot diaz ivan.pootd...@gmail.com wrote: Hello Ariel, This

Re: FormatArea Draw

2013-03-30 Thread jorge ivan poot diaz
I want to learn how to relate the dialog code to the programing logic. As I can find the other functionalities. 2013/3/30 jorge ivan poot diaz ivan.pootd...@gmail.com Sorry, you are right. I mistyped, English is not my native language. I found the idea on the ideastorm and found it

Re: FormatArea Draw

2013-03-30 Thread Ariel Constenla-Haile
Hi Ivan, On Sat, Mar 30, 2013 at 01:38:34PM -0600, jorge ivan poot diaz wrote: Hello Ariel, This I am doing as a project that I have been assigned by Alexandro Colorado. -- In the source code AOO

Re: FormatArea Draw

2013-03-19 Thread Ariel Constenla-Haile
On Tue, Mar 19, 2013 at 07:56:34PM -0600, jorge ivan poot diaz wrote: hello, I understand that: 155aBtnAdd.SetClickHdl( LINK( this, SvxColorTabPage, ClickAddHdl_Impl ) ); Generates the window to register a new color: 465 IMPL_LINK( SvxColorTabPage, ClickAddHdl_Impl, void *, EMPTYARG

Re: FormatArea Draw

2013-03-18 Thread jorge ivan poot diaz
What happened with this? Did you tried it? no. If you want to locate the source code for a dialog/tab page/control, you can export HELP_DEBUG=1 and enable extended tooltips in the Tools Options dialog. How I can do this? You could explain me step by step please. 2013/3/14 Ariel

Re: FormatArea Draw

2013-03-18 Thread Ariel Constenla-Haile
On Mon, Mar 18, 2013 at 10:54:39AM -0600, jorge ivan poot diaz wrote: If you want to locate the source code for a dialog/tab page/control, you can export HELP_DEBUG=1 and enable extended tooltips in the Tools Options dialog. How I can do this? You could explain me step by step please.

Re: FormatArea Draw

2013-03-18 Thread jorge ivan poot diaz
I already found the dialogue box code: http://imagebin.org/250778 http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/dialogs/dlgname.src 46 http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/cui/source/dialogs/dlgname.src#46 Edit

Re: FormatArea Draw

2013-03-18 Thread Ariel Constenla-Haile
On Mon, Mar 18, 2013 at 02:41:12PM -0600, jorge ivan poot diaz wrote: where's the code that registers the new color? The button to add colors, now I want to know where is the code that registers the colors. Once you have found where the source code for that tab page is, build cui (or this

Re: FormatArea Draw

2013-03-14 Thread jorge ivan poot diaz
Hello, I have doubts about the Format dialog box: - Colors Where is the code of this dialog box in the source code? [image: Imagen integrada 1] Regards. 2013/3/11 Ariel Constenla-Haile arie...@apache.org Hi Ivan, On Mon, Mar 11, 2013 at 09:49:51PM -0600, jorge ivan poot diaz wrote:

Re: FormatArea Draw

2013-03-14 Thread jorge ivan poot diaz
Hello again, I have doubts about the Color dialog box: Attached the link below of the color dialog http://imagebin.org/250306 I'm in the code window, so far I have this link:

Re: FormatArea Draw

2013-03-11 Thread Ariel Constenla-Haile
Hi Ivan, On Mon, Mar 11, 2013 at 09:49:51PM -0600, jorge ivan poot diaz wrote: Hello, I'm seeing the files in the source code in draw, examples: https://svn.apache.org/repos/asf/openoffice/trunk/main/sd/uiconfig/sdraw/toolbar/drawingobjectbar.xml I want to know where the source code files