IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

API graphiques Discussion :

Recherche documentation CEGUI


Sujet :

API graphiques

  1. #1
    Membre averti Avatar de Higestromm
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    516
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 516
    Points : 412
    Points
    412
    Par défaut Recherche documentation CEGUI
    Bonjour,

    Je suis en train de chercher de la documentation pour utiliser l'API CEGUI car j'avoue avoir beaucoup de mal avec ce que j'ai trouvé ici : http://www.cegui.org.uk/wiki/index.php/Main_Page

    En effet les tutoriaux survolent pas mal de choses et du coup, même en les suivants à la lettre on se retrouve avec des erreurs que l'on arrive pas a comprendre.

    Quelqu'un aurais des liens concernant une autre documentation à ce sujet ?

    Merci
    J'aime pas les épinards... Mais alors pas du tout

  2. #2
    Membre averti Avatar de Higestromm
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    516
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 516
    Points : 412
    Points
    412
    Par défaut
    Bon Sujet qui ne casse pas des briques aparemment

    Peut être que vous pouvez m'éclairer sur ce problème alors :

    J'ai télécharger une skin sur le site officiel pour voir.

    En suivant le tutos, j'ai vu qu'il faut écrire cela :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    CEGUI::SchemeManager::getSingleton().loadScheme("RevoltLookSkin.scheme");
    Tout compile, c'est la fête

    Je lance mon programme et la, damned, il me sort ca :
    terminate called after throwing an instance of 'CEGUI::InvalidRequestException'
    Abandon
    Du coup je pèste et je gueule (classique quoi) et je regarde le CEGUI.log

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    31/01/2008 19:11:50 (InfL1)	+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    31/01/2008 19:11:50 (InfL1)	+                     Crazy Eddie's GUI System - Event log                    +
    31/01/2008 19:11:50 (InfL1)	+                          (http://www.cegui.org.uk/)                         +
    31/01/2008 19:11:50 (InfL1)	+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
     
    31/01/2008 19:11:50 (InfL1)	CEGUI::Logger singleton created.
    31/01/2008 19:11:50 (InfL1)	---- Begining CEGUI System initialisation ----
    31/01/2008 19:11:50 (InfL1)	CEGUI::ImagesetManager singleton created
    31/01/2008 19:11:50 (InfL1)	CEGUI::FontManager singleton created.
    31/01/2008 19:11:50 (InfL1)	CEGUI::WindowFactoryManager singleton created
    31/01/2008 19:11:50 (InfL1)	CEGUI::WindowManager singleton created
    31/01/2008 19:11:50 (InfL1)	CEGUI::SchemeManager singleton created.
    31/01/2008 19:11:50 (InfL1)	CEGUI::MouseCursor singleton created.
    31/01/2008 19:11:50 (InfL1)	CEGUI::GlobalEventSet singleton created.
    31/01/2008 19:11:50 (InfL1)	CEGUI::WidgetLookManager singleton created.
    31/01/2008 19:11:50 (InfL1)	CEGUI::WindowRendererManager singleton created
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'DefaultWindow' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'DragContainer' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'ScrolledContainer' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'ClippedContainer' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Checkbox' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/PushButton' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/RadioButton' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Combobox' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ComboDropList' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Editbox' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/FrameWindow' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ItemEntry' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Listbox' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ListHeader' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ListHeaderSegment' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Menubar' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/PopupMenu' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/MenuItem' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/MultiColumnList' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/MultiLineEditbox' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ProgressBar' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ScrollablePane' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Scrollbar' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Slider' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Spinner' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/TabButton' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/TabControl' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Thumb' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Titlebar' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/Tooltip' windows added.
    31/01/2008 19:11:50 (InfL1)	WindowFactory for 'CEGUI/ItemListbox' windows added.
    31/01/2008 19:11:50 (InfL1)	Window type alias named 'DefaultGUISheet' added for window type 'DefaultWindow'.
    31/01/2008 19:11:50 (InfL1)	CEGUI::System singleton created.
    31/01/2008 19:11:50 (InfL1)	---- CEGUI System initialisation completed ----
    31/01/2008 19:11:50 (InfL1)	---- Version 0.5.0 ----
    31/01/2008 19:11:50 (InfL1)	---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based renderer module for CEGUI ----
    31/01/2008 19:11:50 (InfL1)	---- XML Parser module is: CEGUI::XercesParser - Official Xerces-C++ based parser module for CEGUI ----
    31/01/2008 19:11:50 (InfL1)	---- Scripting module is: None ----
    31/01/2008 19:11:50 (InfL1)	Attempting to load Scheme from file 'RevoltLookSkin.scheme'.
    31/01/2008 19:11:50 (InfL1)	XercesParser::initialiseSchema - Attempting to load schema from file 'GUIScheme.xsd'.
    31/01/2008 19:11:50 (Error)	Exception: DefaultResourceProvider::load - GUIScheme.xsd does not exist
    31/01/2008 19:11:50 (InfL1)	XercesParser::initialiseSchema - Attempting to load schema from file 'GUIScheme.xsd'.
    31/01/2008 19:11:50 (Error)	Exception: DefaultResourceProvider::load - GUIScheme.xsd does not exist
    31/01/2008 19:11:50 (Error)	XercesParser::parseXMLFile - An unexpected error occurred while parsing XML file 'RevoltLookSkin.scheme'.
    31/01/2008 19:11:50 (Error)	Scheme::Scheme - loading of Scheme from file 'RevoltLookSkin.scheme' failed.
    Comme je suis pas trop con (enfin je crois) je vois bien qu'il manque le GUIScheme.xsd.

    Ce qui m'embête par contre, c'est que ce fichier n'est décrit nulle part :/ Quelqu'un à une idée ?

    Merci
    J'aime pas les épinards... Mais alors pas du tout

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Février 2004
    Messages
    19
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2004
    Messages : 19
    Points : 17
    Points
    17
    Par défaut addressource
    salut à toi
    bon moi aussi je suis debutant sur cegui
    par contre as tu ajouté tes ressources à ogre pour que cegui puisse s'y retrouver a+

  4. #4
    Membre averti Avatar de Higestromm
    Profil pro
    Inscrit en
    Juin 2002
    Messages
    516
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2002
    Messages : 516
    Points : 412
    Points
    412
    Par défaut
    Finalement j'ai demandé sur le forum de CEGUI ou la réponse à été la suivante :

    You don't really need the .xsd files unless you are planning on using the Xerces library (the default is Expat). Either way, you should find the .xsd files in the CEGUI\Samples\datafiles\* directories.
    Et effectivement ces fichiers n'étaient pas présent dans l'installation sur DEBIAN mais presents sur les sources que j'ai télécharger en ligne. Tout fonctionnemaintenant
    J'aime pas les épinards... Mais alors pas du tout

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [recherche documentation] Moteur de jeu ou de démo interactive temps réel
    Par shenron666 dans le forum Développement 2D, 3D et Jeux
    Réponses: 10
    Dernier message: 20/06/2006, 16h56
  2. [Rave]Recherche Documentation
    Par claude delattre dans le forum Rave
    Réponses: 3
    Dernier message: 19/11/2005, 09h16
  3. Recherche documentation RTF
    Par BigBenQ dans le forum Autres Logiciels
    Réponses: 2
    Dernier message: 17/10/2005, 11h57
  4. recherche documentation : explorateur windows
    Par FarookFreeman dans le forum MFC
    Réponses: 9
    Dernier message: 03/02/2005, 15h49
  5. Recherche documentation sur les arbres
    Par Oberown dans le forum Algorithmes et structures de données
    Réponses: 2
    Dernier message: 22/09/2004, 01h40

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo