¿ Componentes Que No Aparecen En La Lista Del Editor ? [SOLUCIONADO]


Objetivo: ¿ Componentes Que No Aparecen En La Lista Del Editor ? [SOLUCIONADO]
Buenas!.

En la lista de componentes puedo ver SDL2 y no SDL1. En cambio en Synaptic puedo ver esto:

sdl

¿ Qué ocurre ?. ¿ Lo sustituye ?.

Saludos

última edición por Shell el Martes, 29 Marzo 2016, 00:29; editado 1 vez
Objetivo: Re: ¿ Componentes Que No Aparecen En La Lista Del Editor ?
Hola Shell

Debes presionar el boton de componentes obsoletos para verlo.

componentes

Al menos es así en mi instalación...

Perfil MP  
Objetivo: Re: ¿ Componentes Que No Aparecen En La Lista Del Editor ?
Gracias Whisper!.

Entonces es posible usarlos!. Y yo sin ver el dichoso símbolo.

Vaya, ahora veo que hay algunas cosas que no son igual en SDL1 y SDL2.
Incluso en el primer ejemplo de la plantilla.

Con SDL2:

Private $hWindow As Window

Public Sub Main()

$hWindow = New Window As "Window"

With $hWindow
.Resize(640, 480)
.Resizable = False
.Show
.FrameRate = 60
End With

End

Public Sub Window_Draw()

Dim H As Integer

H = Font.DefaultHeight * 4

Draw.Clear
Draw.Font.Size = H
Draw.Text("gambas", 0, 0)
Draw.Text(CStr($hWindow.FrameCount), 0, H)

End


Con SDL1 y no es lo mismo en algunas cosas.

FrameCount no es FrameRate..

Private $hWindow As Window

Public Sub Main()

$hWindow = New Window As "Window"


With $hWindow
.Width = 640
.Height = 480
.Resizable = False
.Show
.FrameRate = 60
End With

End

Public Sub Window_Draw()

Dim H As Integer

h = Font.DefaultFontSize * 4

$hWindow.Clear
Draw.Begin($hWindow)
Draw.Font.Size = H
Draw.Text("gambas", 0, 0)
Draw.Text(CStr($hWindow.Framerate), 0, H)
Draw.End

End


Saludos!


Página 1 de 1


  
No puede crear mensajes
No puede responder temas
No puede editar sus mensajes
No puede borrar sus mensajes
No puede votar en encuestas
No puede adjuntar archivos
Puede descargar archivos
No puede publicar eventos en el calendario

   

Está utilizando la versión (Lo-Fi). Para ver la versión completa del foro, haga clic aquí.

Powered by Icy Phoenix based on phpBB
Design by DiDiDaDo

Página generada en:: 0.2529s (PHP: -63% SQL: 163%)
Consultas SQL: 30 - Debug off - GZIP Activado