Re: [opencoffee-devel] Implementación de XML

[ Thread Index | Date Index | More lists.tuxfamily.org/opencoffee-devel Archives ]


Hola José!

Estaba probando recién el código con el sgte debug

Traceback (most recent call last):
  File "/home/gdnet/Documentos/GDNet/Desarrollo/OpenCoffee/trunk/opencoffee-server/MainApp.py", line 460, in onApplyButtonClicked
    self.stackedWidget.currentWidget().addWorkstation()
  File "/home/gdnet/Documentos/GDNet/Desarrollo/OpenCoffee/trunk/opencoffee-server/MainApp.py", line 677, in addWorkstation
    self.workstationsTab.addWorkstation(workstation)
  File "/home/gdnet/Documentos/GDNet/Desarrollo/OpenCoffee/trunk/opencoffee-server/core/workstations/workstationsTab.py", line 68, in addWorkstation
    self.xml.addWorkstation(workstation)
  File "/home/gdnet/Documentos/GDNet/Desarrollo/OpenCoffee/trunk/opencoffee-server/core/xml/xmlFile.py", line 70, in addWorkstation
    self.tag.appendChild(self.__createTextElement("conf", workstation.conf))
  File "/home/gdnet/Documentos/GDNet/Desarrollo/OpenCoffee/trunk/opencoffee-server/core/xml/xmlFile.py", line 118, in __createTextElement
    text = self.doc.createTextNode(text)
TypeError: argument 1 of QDomDocument.createTextNode() has an invalid type

 

Esto pasa al intentar agregar un puesto. ¿Es porque aún no has terminado la implementación? Aún no me puse a leer el código.. lugo lo haré.

Saludos!

 

On Tue, 20 Nov 2007 03:27:50 -0300, wrote:

Hola Compañeros.

 

Ya hize el commit de la clase que controla el archivo XML y el ejemplo con el workstationTab. Falta mucho por hacer para que quede completamente listo. Espero dedicarle mas tiempo el próximo fin de semana.

 

Espero sus comentarios.

Gustavo A. Díaz
GDNet Projects
www.gdnet.com.ar



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/