[AG-DEV] Create Filter for  QueryMatchingFiles
    Eddy Diaz 
    edd-diaz at uniandes.edu.co
       
    Tue May 22 20:28:33 CDT 2007
    
    
  
Hi every body.
I'm trying to make a filter for the files in VenueDataStore, but this pattern 
does't work. The list in the dialog does't show any file.
def populateList(self, venueUrl, connectionId): 
        self.remote_files.Clear() 
        dsc = GetVenueDataStore(venueUrl, connectionId) 
        files = dsc.QueryMatchingFiles("*.jpg|*.JPG|*.gif|*.GIF") 
        self.remote_files.InsertItems(files, 0) 
Could someone help me?.
Thanks.
-- 
Eddy Johel Diaz Murcia
edd-diaz at uniandes.edu.co
Estudiante de Maestría en Ingeniería de Sistemas y computación
Asistente graduado del Grupo IMAGINE
Universidad de los Andes
Carrera 1 N° 18A-10 Bloque W, Bogotá, Colombia
Laboratorio de Informática Gráfica
Teléfono: +57(1) 339 4949 Extensión 3462
    
    
More information about the ag-dev
mailing list