[Scilab-Dev] GSOC query for ui elements

Sylvestre Ledru sylvestre.ledru at scilab.org
Wed Mar 24 20:13:00 CET 2010


Le lundi 22 mars 2010 à 18:38 +0530, chirag at iitg.ernet.in a écrit :
> Sir
> I was looking into the source files .For most uielements like messagebox
> or let say {A} , there are following files :
> 
> 1) scilab-5.2.1\modules\gui\src\java\org\scilab\modules\gui\{A} --> This
> contains a interface and a class for Scilab{A}
> 2) scilab-5.2.1\modules\gui\src\java\org\scilab\modules\gui\brigde\{A} -->
> this also contains a class for SwingScilab{A}
> 3)scilab-5.2.1\modules\gui\src\cpp\call{A}.cpp --> This  creates the
> messagebox using CALL SCILAB BRIGDE class
> 4) The corrosponiding interface program in Scilab_gateway folder
> 
> I couldnt understant the role of two classes namely SwingScilab{A} and
> Scilab{A}.
If I remember correctly, we tried to decorelate the Swing component to the Scilab one.
This has been done to facilitate a migration to other GUI (SWT for
example) and avoid a too strong connexion from an API to the other.

> Also please tell if i am missing any other files related to {A}.
grep is your friend ;)

> And in the project for GSOC we are expected to make new {A} for the Scilab
> using current implementation methods ??
I am not sure to understand your question here.

By the way, could you use/register to the gsoc at lists.scilab.org mailing
list to communicate ?

Thanks
Sylvestre
> 

-- 
-------------------------
Sylvestre Ledru
-------------------------
The Scilab Consortium
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
France




More information about the dev mailing list