home *** CD-ROM | disk | FTP | other *** search
- global ListaCP, OpcionesCat, OpcionesSubcat, OpcionesProg, spIdioma, spFormato, spLinea, spSubCat, spSO, colorOpciones, colorSeleccion
-
- on InicializarGlobales
- clearGlobals()
- ListaCP = [#tipo: [], #linea: [], #titulo: []]
- OpcionesCat = []
- member("Categorias").text = EMPTY
- spIdioma = 9
- spFormato = 10
- spLinea = 19
- spSubCat = 4
- spSO = 20
- colorOpciones = 244
- colorSeleccion = 78
- InicializarSubcategorias()
- InicializarProgramas()
- cursor(280)
- end
-
- on InicializarProgramas
- OpcionesProg = []
- member("Programas").forecolor = colorOpciones
- member("Programas").text = EMPTY
- member("Descripcion").text = EMPTY
- member("Ruta").text = EMPTY
- member("Sistema").text = EMPTY
- sprite(spIdioma).member = "punto"
- sprite(spFormato).member = "punto"
- sprite(spSO).locV = 800
- end
-
- on InicializarSubcategorias
- OpcionesSubcat = []
- member("Subcategorias").forecolor = colorOpciones
- member("Subcategorias").text = EMPTY
- sprite(spLinea).locV = -100
- end
-