Detected error when change EditStyle to ComboBox Topic is solved

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

Detected error when change EditStyle to ComboBox

Post by haroldjpa »

Hola cuando se selecciona el estilo del combobox

Wx_EditStyle = [wxTE_READONLY]

El archivo .wxform queda incompleto, y no vuelve a cargar cuando se cierra y se abre de nuevo el proyecto

Tambien cuando se agrega el evento "Select" se cae la aplicacion

saludos

English

Hello when you select the style of the ComboBox

Wx_EditStyle = [wxTE_READONLY]

.Wxform file is incomplete and not reload when you close and open the project again

Also when you add the "Select" application falls

greetings
Si sabes espa
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

Post by buildere »

I guess you are using RC4, right?

I've tried, but cannot reproduce this problem. Could you please try again using the less amount of steps possible to reproduce it? ie: open IDE, create new wx project, add combobox to form, set Wx_EditStyle = [wxTE_READONLY] ...

-------------------------

No pude reproducir to problema en RC4, supongo que es la versión que estas usando, no?

Si es así, prueba de nuevo, tratando de hacer la menor cantidad posible de pasos para verificar que siempre sucede igual. Ej: corres el IDE, creas un nuevo proyecto de wx, le agregas el combobox al frame y seteas Wx_EditStyle = [wxTE_READONLY]... si siempre falla me dices para probarlo.
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

Detected error when change EditStyle to ComboBox

Post by haroldjpa »

Español.
Buen dia. Si yo estoy usando v7 RC4. La cantidad minima de pasos son los siguientes:
1.Crear nuevo proyecto "wxWidgets Dialog"
2.Seleccionar en el panel "components" un wxComboBox
3.Seleccionar en el panel "Property" Wx_EditStyle = [wxTE_READONLY]
4.Guardar todo
5.Cerrar wxDevcpp
6.Abrir wxDevcpp y el proyecto que creamos.
Veras que el combobox y los demas objetos si existen ya no aparecen.
7.Abrir el archivo .wxfrom con un editor de texto
8.ir al final del archivo y ver que no esta escrito correctamente.

Fin ;)

El otro problema que yo digo es que el programa se cae cuando se hace lo siguiente:
1. Realizar los pasos del error anterior 1 y 2.
2. Guardar todo.
3. seleccionar el wxComboBox
4. Seleccionar en el panel "Events" el evento "On selected" la opcion "Add New Function"
Usted mirara que el programa se cae

Estos son los errores que yo dijo

Gracias ;)

English

Good day. If I'm using v7 RC4. The minimum steps are:
1. Create new project "wxWidgets Dialog"
2. Select on the panel "components" a wxComboBox
3. Select on the panel "Property" Wx_EditStyle = [wxTE_READONLY]
4. Save all
5. Close wxDevcpp
6. Open wxDevcpp and proposed that we create.
You see that the combobox and the other items if you are not already exist.
7. Open the file. Wxfrom with a text editor
8. go to the end of the file and see what is not written correctly.

End;)

The other problem is that I say that the program crashes when it does the following:
1. Perform steps 1 and 2 above error.
2. Save all.
3. select wxComboBox
4. Select on the panel "Events" event "on selected" option "Add New Function"
You look at the program falls

These are the problems that I said

Thanks;)
Si sabes espa
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

Post by buildere »

The second problem is fixed for the next version RC5. The first one, I couldn't reproduce it, so I think it is fixed also, but please check out the new version when we release it, just to be sure.


---------------------------------------------

Tu segundo problema estoy seguro que está corregido para la próxima versión RC5. El primero, probé y no pude reproducirlo, así que creo que también está corregido, pero por favor prueba de nuevo cuando la saquemos (espero que pronto), para estar seguros.
haroldjpa
Knows some wx things
Knows some wx things
Posts: 25
Joined: Mon Oct 16, 2006 11:43 pm

Post by haroldjpa »

Ok ;)
Si sabes espa
Post Reply