Re: LibreOffice ...... Libraries VCL

2012-12-28 Thread Enrico Weigelt

   However - we're moving towards a new way of drawing, and laying out
 dialogs - which uses a true 'layout' approach - this makes it much
 easier to draw them (using the 'glade' tool), it also simplifies the
 code. You can read about that here:
 
   https://wiki.documentfoundation.org/Development/WidgetLayout

The examples links are broken :(


-- 
Mit freundlichen Grüßen / Kind regards 

Enrico Weigelt 
VNC - Virtual Network Consult GmbH 
Head Of Development 

Pariser Platz 4a, D-10117 Berlin
Tel.: +49 (30) 3464615-20
Mobile: +49 (151) 27565287
Fax: +49 (30) 3464615-59

enrico.weig...@vnc.biz; www.vnc.de 
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice ...... Libraries VCL

2012-12-28 Thread Jack Leigh

On 28/12/12 17:00, Enrico Weigelt wrote:



However - we're moving towards a new way of drawing, and laying out
dialogs - which uses a true 'layout' approach - this makes it much
easier to draw them (using the 'glade' tool), it also simplifies the
code. You can read about that here:

https://wiki.documentfoundation.org/Development/WidgetLayout


The examples links are broken :(


Fixed.
Some sort of git log --grep=' ui' will find plenty of others.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice ...... Libraries VCL

2012-12-20 Thread Michael Meeks
Hi Mariano,

On Thu, 2012-12-20 at 06:52 -0300, Mariano Gaudix wrote:
 For  contribute ideas for LibreOffice .   I  must   to learn to use
 the VCL Libraries .   ¿¿¿  These libraries  VCL   are not in
 GNU / LINUX???

These are not stand-along libraries, they are bundled and built as part
of LibreOffice; checkout the vcl/ directory in your 'core' checkout.
core/vcl/inc/vcl/ has the headers - some of which have comments.

 I did not find , tutorials of VLC in  the  WEB .

There are none; sadly.

 You  can spend a tutorial for programming in VCL.
 with examples  simples  .(button ,  box ,etc)

The code has a lot of such sample code ;-) Usually the best approach is
to pick a dialog a little bit like the one you want to produce: hunt
across the code, and base your work from that code.

However - we're moving towards a new way of drawing, and laying out
dialogs - which uses a true 'layout' approach - this makes it much
easier to draw them (using the 'glade' tool), it also simplifies the
code. You can read about that here:

https://wiki.documentfoundation.org/Development/WidgetLayout

If you expect full API documentation - then sorry, sadly, there is
none. If you want to contribute towards sending patches added doxygen
comments for pieces - that is most welcome ! What little we do have is
here:

http://docs.libreoffice.org/vcl.html

Out of interest - what feature do you want to work on ? perhaps we can
help with some code pointers.

All the best,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice ...... Libraries VCL

2012-12-20 Thread Mariano Gaudix
Simply  .I searched   ,  the API   for VCL .

or a simple tutorial   of  VCL.

  as  for example  .

http://zetcode.com/

to schedule with   libraries   VCL



I wanted to see if I could make mock ups   and functions, with VCL.



I   program in  C  , C++  using the  libraries   Gtk 3.0  and  Qt  4.9 .


Thank you very much   .  Michael.

2012/12/20 Michael Meeks michael.me...@suse.com


 Michael.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice ...... Libraries VCL

2012-12-20 Thread Stefan Knorr (Astron)
Hi Mariano,



 I wanted to see if I could make mock ups   and functions, with VCL.

To make mockups, there is now _partial_ support for Glade's .ui files. See here:
http://wiki.documentfoundation.org/Development/WidgetLayout

As a non-developer, I can't really tell you how to hook it up to code, though...


 Simply  .I searched   ,  the API   for VCL .

Mariano, sorry for the question, but is something wrong with you mail
software? Why are to so many spaces in your mail?

Astron.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice