Re: Handlers Drawing - Desing of the nodes.

2013-06-08 Thread Regina Henschel

Hi Alan,

Alan Eduardo Puc Pech schrieb:

Hi Armin

Where I find that folder --- wntmsci12?
because you told me to copy the following link:

- copy these (from
main\solver\400\wntmsci12\**workdir\ResTarget\svxen-US.**res)
to your office installation (search there). But I don't find wntmsci12

I use ubuntu 12.04.


If you use a Linux, then it will not be wnt... but likely unx...
Simple open solver\400\ and you will find it.

Kind regards
Regina


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Handlers Drawing - Desing of the nodes.

2013-06-08 Thread Alan Eduardo Puc Pech
Hi Regina

Thanks I found, but now I am building the module packimages, but I have
this error:

packimages: parsing '/home/alan/aoo/main/solver/400/
unxlngi6.pro/res/img/wzien-US.ilst' ...
packimages: parsing '/home/alan/aoo/main/solver/400/
unxlngi6.pro/res/img/xsltdlgen-US.ilst' ...
packimages: parsing '../unxlngi6.pro/res/img/commandimagelist.ilst' ...
packimages: assemble image list ...
packimages: creating image archive ...
packimages: sorting from ../unxlngi6.pro/res/img/sorted.lst ...
packimages: done sort ...
*Can't call method desiredCompressionLevel on an undefined value at
/usr/share/perl5/Archive/Zip/Archive.pm line 249.*
*dmake:  Error code 2, while making '../unxlngi6.pro/bin/images.zip'*
*ERROR: error 65280 occurred while making
/home/alan/aoo/main/packimages/pack*
*
*
I think it's related to my version of perl. but I would like to know your
opinion.

regards.



2013/6/8 Regina Henschel rb.hensc...@t-online.de

 Hi Alan,

 Alan Eduardo Puc Pech schrieb:

 Hi Armin

 Where I find that folder --- wntmsci12?
 because you told me to copy the following link:

 - copy these (from
 main\solver\400\wntmsci12\workdir\ResTarget\svxen-US.res)

 to your office installation (search there). But I don't find wntmsci12

 I use ubuntu 12.04.


 If you use a Linux, then it will not be wnt... but likely unx...
 Simple open solver\400\ and you will find it.

 Kind regards
 Regina



 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




Re: Handlers Drawing - Desing of the nodes.

2013-06-07 Thread Alan Eduardo Puc Pech
Hi Armin

Where I find that folder --- wntmsci12?
because you told me to copy the following link:

- copy these (from
main\solver\400\wntmsci12\**workdir\ResTarget\svxen-US.**res)
to your office installation (search there). But I don't find wntmsci12

I use ubuntu 12.04.

regards


2013/5/17 Armin Le Grand armin_le_gr...@me.com

 Hi Alan,

 --
 ALG (iPad)

 Am 17.05.2013 um 19:42 schrieb Alan Eduardo Puc Pech 
 alan.pucp...@gmail.com:

  Hi Armin
 
  Thanks for your help.

 You are welcome :) We need people for Draw/Impress and there is a lot to
 know before being able to do something, ready to help. Well, I am away next
 week, but okay.
 
  Ok about your question, I want to start bringing improvements in drawing,
  but I need to learn more of your code.

 You may have a look at the wiki stuff, also I usually write more or less
 background information in the bugtracker in fixed tasks, so maybe grep
 bugtracher for my fixes (which are often fixes in Drawinglayer and related
 stuff). Grep for ALG and also for AW (before marriage)

  therefore In drawing, I want to start by changing small things for
 example
  nodes. all for the purpose of experimentation and learning the code in
  drawing. and also add support lines of node to node, because I noticed he
  has not.

 Good startimg point, experiment! When you have a building version, all is
 open for this.
 BTW: Some interactive modes have line connections, e.g. in point edit mode
 when the control vectors for curves are visualized. Its all there and
 usable :-)
 
  Regards
  Alan.
 
 
  2013/5/16 Armin Le Grand armin.le.gr...@me.com
 
 Alan,
 
  one more thing:
  - there are already massive changes on the way in this area in aw080
  branch (branches/alg/aw080) which will collide later
  - maybe for partial buils the page http://wiki.openoffice.org/**
  wiki/Documentation/Building_**Guide_AOO#Partial_Builds
 http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Partial_Buildsis
 helpful
 
  Sincerely,
 
 ArminOn 16.05.2013 17:09, Armin Le Grand wrote:
 
 Hi Alan,
 
  On 16.05.2013 03:03, Alan Eduardo Puc Pech wrote:
 
  Hi all.
 
  I need your help, I would like to change the design of the nodes.
 Because
  now in drawing, the nodes  are square and have color cyan. Therefore I
  would like to know what code manipulates the node shapes square in
 color
  cyan.
 
 
  These handles are defined in png bitmaps in
 main\default_images\svx\res\*
  *markers.png, markers2.png (for 2nd marker mode) and markersACC.png
 (for
  high contrast) and are expected there at the given pixel positions. You
  can..
 
  - change these with a graphic editor (caution, they have alpha (!))
  - build the svx module to build the svx ressources
  - copy these (from main\solver\400\wntmsci12\**
  workdir\ResTarget\svxen-US.**res) to your office installation (search
  there)
  - repack the image ressources in main\packimages, deliver from there
  - copy main\packimages\wntmsci12\bin\**images.zip to your installation
 
  Alternatively, rebuild the office and install the new installation
 set...
 
  It is okay to play around with these and changing them in your local
  copy. Changing them in trunk will need discussion on this list, of
 course.
 
  svdmrkv.cxx is the correct starting point to see how selection handling
  is prepared principally; it's old code, partially cleanedup and
 adapted to
  primitive usage and overlay mechanism. It is not easy to understand
 and not
  very modular (well, more than some years ago, at least :-)).
 
  If you need assistance, I am raedy to help. Maybe you start with
  explaining what you want to do and why...?
 
  HTH!
 
  Sincerely,
 Armin
 
 
  Now I have this code:
  http://opengrok.adfinis-**sygroup.org/source/xref/aoo-**
  trunk/main/svx/source/svdraw/**svdmrkv.cxx
 http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx
 
 
 
  This code is in the following line:
  /SRC_ROOT/main/svx/source/**svdraw/svdmrkv.cxx
 
  Regards
 
  Alan.
 
  --
  ALG
 
 
 --**--**-
  To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org
 dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
  --
  ALG
 
 
 --**--**-
  To unsubscribe, e-mail: dev-unsubscribe@openoffice.**apache.org
 dev-unsubscr...@openoffice.apache.org
  For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




Re: Handlers Drawing - Desing of the nodes.

2013-05-17 Thread Armin Le Grand
Hi Alan,

--
ALG (iPad)

Am 17.05.2013 um 19:42 schrieb Alan Eduardo Puc Pech alan.pucp...@gmail.com:

 Hi Armin
 
 Thanks for your help.

You are welcome :) We need people for Draw/Impress and there is a lot to know 
before being able to do something, ready to help. Well, I am away next week, 
but okay.
 
 Ok about your question, I want to start bringing improvements in drawing,
 but I need to learn more of your code.

You may have a look at the wiki stuff, also I usually write more or less 
background information in the bugtracker in fixed tasks, so maybe grep 
bugtracher for my fixes (which are often fixes in Drawinglayer and related 
stuff). Grep for ALG and also for AW (before marriage)

 therefore In drawing, I want to start by changing small things for example
 nodes. all for the purpose of experimentation and learning the code in
 drawing. and also add support lines of node to node, because I noticed he
 has not.

Good startimg point, experiment! When you have a building version, all is open 
for this.
BTW: Some interactive modes have line connections, e.g. in point edit mode when 
the control vectors for curves are visualized. Its all there and usable :-)
 
 Regards
 Alan.
 
 
 2013/5/16 Armin Le Grand armin.le.gr...@me.com
 
Alan,
 
 one more thing:
 - there are already massive changes on the way in this area in aw080
 branch (branches/alg/aw080) which will collide later
 - maybe for partial buils the page http://wiki.openoffice.org/**
 wiki/Documentation/Building_**Guide_AOO#Partial_Buildshttp://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Partial_Buildsis
  helpful
 
 Sincerely,
 
ArminOn 16.05.2013 17:09, Armin Le Grand wrote:
 
Hi Alan,
 
 On 16.05.2013 03:03, Alan Eduardo Puc Pech wrote:
 
 Hi all.
 
 I need your help, I would like to change the design of the nodes. Because
 now in drawing, the nodes  are square and have color cyan. Therefore I
 would like to know what code manipulates the node shapes square in color
 cyan.
 
 
 These handles are defined in png bitmaps in main\default_images\svx\res\*
 *markers.png, markers2.png (for 2nd marker mode) and markersACC.png (for
 high contrast) and are expected there at the given pixel positions. You
 can..
 
 - change these with a graphic editor (caution, they have alpha (!))
 - build the svx module to build the svx ressources
 - copy these (from main\solver\400\wntmsci12\**
 workdir\ResTarget\svxen-US.**res) to your office installation (search
 there)
 - repack the image ressources in main\packimages, deliver from there
 - copy main\packimages\wntmsci12\bin\**images.zip to your installation
 
 Alternatively, rebuild the office and install the new installation set...
 
 It is okay to play around with these and changing them in your local
 copy. Changing them in trunk will need discussion on this list, of course.
 
 svdmrkv.cxx is the correct starting point to see how selection handling
 is prepared principally; it's old code, partially cleanedup and adapted to
 primitive usage and overlay mechanism. It is not easy to understand and not
 very modular (well, more than some years ago, at least :-)).
 
 If you need assistance, I am raedy to help. Maybe you start with
 explaining what you want to do and why...?
 
 HTH!
 
 Sincerely,
Armin
 
 
 Now I have this code:
 http://opengrok.adfinis-**sygroup.org/source/xref/aoo-**
 trunk/main/svx/source/svdraw/**svdmrkv.cxxhttp://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx
 
 
 This code is in the following line:
 /SRC_ROOT/main/svx/source/**svdraw/svdmrkv.cxx
 
 Regards
 
 Alan.
 
 --
 ALG
 
 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 --
 ALG
 
 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org
 
 

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Handlers Drawing - Desing of the nodes.

2013-05-16 Thread Armin Le Grand

Hi Alan,

On 16.05.2013 03:03, Alan Eduardo Puc Pech wrote:

Hi all.

I need your help, I would like to change the design of the nodes. Because
now in drawing, the nodes  are square and have color cyan. Therefore I
would like to know what code manipulates the node shapes square in color
cyan.


These handles are defined in png bitmaps in 
main\default_images\svx\res\markers.png, markers2.png (for 2nd marker 
mode) and markersACC.png (for high contrast) and are expected there at 
the given pixel positions. You can..


- change these with a graphic editor (caution, they have alpha (!))
- build the svx module to build the svx ressources
- copy these (from 
main\solver\400\wntmsci12\workdir\ResTarget\svxen-US.res) to your office 
installation (search there)

- repack the image ressources in main\packimages, deliver from there
- copy main\packimages\wntmsci12\bin\images.zip to your installation

Alternatively, rebuild the office and install the new installation set...

It is okay to play around with these and changing them in your local 
copy. Changing them in trunk will need discussion on this list, of course.


svdmrkv.cxx is the correct starting point to see how selection handling 
is prepared principally; it's old code, partially cleanedup and adapted 
to primitive usage and overlay mechanism. It is not easy to understand 
and not very modular (well, more than some years ago, at least :-)).


If you need assistance, I am raedy to help. Maybe you start with 
explaining what you want to do and why...?


HTH!

Sincerely,
Armin



Now I have this code:
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx


This code is in the following line:
/SRC_ROOT/main/svx/source/svdraw/svdmrkv.cxx

Regards

Alan.


--
ALG

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Handlers Drawing - Desing of the nodes.

2013-05-16 Thread Armin Le Grand

Alan,

one more thing:
- there are already massive changes on the way in this area in aw080 
branch (branches/alg/aw080) which will collide later
- maybe for partial buils the page 
http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO#Partial_Builds 
is helpful


Sincerely,
ArminOn 16.05.2013 17:09, Armin Le Grand wrote:

Hi Alan,

On 16.05.2013 03:03, Alan Eduardo Puc Pech wrote:

Hi all.

I need your help, I would like to change the design of the nodes. 
Because

now in drawing, the nodes  are square and have color cyan. Therefore I
would like to know what code manipulates the node shapes square in color
cyan.


These handles are defined in png bitmaps in 
main\default_images\svx\res\markers.png, markers2.png (for 2nd marker 
mode) and markersACC.png (for high contrast) and are expected there at 
the given pixel positions. You can..


- change these with a graphic editor (caution, they have alpha (!))
- build the svx module to build the svx ressources
- copy these (from 
main\solver\400\wntmsci12\workdir\ResTarget\svxen-US.res) to your 
office installation (search there)

- repack the image ressources in main\packimages, deliver from there
- copy main\packimages\wntmsci12\bin\images.zip to your installation

Alternatively, rebuild the office and install the new installation set...

It is okay to play around with these and changing them in your local 
copy. Changing them in trunk will need discussion on this list, of 
course.


svdmrkv.cxx is the correct starting point to see how selection 
handling is prepared principally; it's old code, partially cleanedup 
and adapted to primitive usage and overlay mechanism. It is not easy 
to understand and not very modular (well, more than some years ago, at 
least :-)).


If you need assistance, I am raedy to help. Maybe you start with 
explaining what you want to do and why...?


HTH!

Sincerely,
Armin



Now I have this code:
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx 




This code is in the following line:
/SRC_ROOT/main/svx/source/svdraw/svdmrkv.cxx

Regards

Alan.


--
ALG

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org


--
ALG

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Handlers Drawing - Desing of the nodes.

2013-05-15 Thread Alan Eduardo Puc Pech
Hi all.

I need your help, I would like to change the design of the nodes. Because
now in drawing, the nodes  are square and have color cyan. Therefore I
would like to know what code manipulates the node shapes square in color
cyan.

Now I have this code:
http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx


This code is in the following line:
/SRC_ROOT/main/svx/source/svdraw/svdmrkv.cxx

Regards

Alan.


Re: Handlers Drawing - Desing of the nodes.

2013-05-15 Thread Kevin Grignon
Alan, 

What issues are you looking to address in your node enhancements?

Ideally, we should seek a unified visual language for object selection all 
editors. Perhaps this is great opportunity to explore. 

Thoughts?

Regards,
Kevin



On May 16, 2013, at 9:03 AM, Alan Eduardo Puc Pech alan.pucp...@gmail.com 
wrote:

 Hi all.
 
 I need your help, I would like to change the design of the nodes. Because
 now in drawing, the nodes  are square and have color cyan. Therefore I
 would like to know what code manipulates the node shapes square in color
 cyan.
 
 Now I have this code:
 http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx
 
 
 This code is in the following line:
 /SRC_ROOT/main/svx/source/svdraw/svdmrkv.cxx
 
 Regards
 
 Alan.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Handlers Drawing - Desing of the nodes.

2013-05-15 Thread Alan Eduardo Puc Pech
Hi Kevin

Ideally, I want to change the form of the nodes in color cyan.
how you seen in this picture: http://imagebin.org/257805 but about unified
visual language, what are you mean?

Regards.







2013/5/15 Kevin Grignon kevingrignon...@gmail.com

 Alan,

 What issues are you looking to address in your node enhancements?

 Ideally, we should seek a unified visual language for object selection all
 editors. Perhaps this is great opportunity to explore.

 Thoughts?

 Regards,
 Kevin



 On May 16, 2013, at 9:03 AM, Alan Eduardo Puc Pech alan.pucp...@gmail.com
 wrote:

  Hi all.
 
  I need your help, I would like to change the design of the nodes. Because
  now in drawing, the nodes  are square and have color cyan. Therefore I
  would like to know what code manipulates the node shapes square in color
  cyan.
 
  Now I have this code:
 
 http://opengrok.adfinis-sygroup.org/source/xref/aoo-trunk/main/svx/source/svdraw/svdmrkv.cxx
 
 
  This code is in the following line:
  /SRC_ROOT/main/svx/source/svdraw/svdmrkv.cxx
 
  Regards
 
  Alan.

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org