Hi
I created the Image Viewed Tutorial and everything compiles and runs and the debugger shows but I cannot see the Form I created in the tutorial. Can anyone tell me how to fix this problem?
Thanks,
Simon
In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Xailer Tutorial Question - Windows Not Displayed
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Xailer Tutorial Question - Windows Not Displayed
Simon,
> I created the Image Viewed Tutorial and everything compiles and
> runs and the debugger shows but I cannot see the Form I created
> in the tutorial. Can anyone tell me how to fix this problem?
Sorry, I don't understand what is exactly your problem. Please, be more
specific, or even send us the involved project.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> I created the Image Viewed Tutorial and everything compiles and
> runs and the debugger shows but I cannot see the Form I created
> in the tutorial. Can anyone tell me how to fix this problem?
Sorry, I don't understand what is exactly your problem. Please, be more
specific, or even send us the involved project.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Xailer Tutorial Question - Windows Not Displayed
What I mean is that when I run the form from Xailer it is never displayed. All I see is my desktop and the debugger. When I stop the debugger it says the form has been stoped and redisplays the Xailer IDE with the form in design mode so I have never actually seen the running form.
Simon
> Simon,
>
>> I created the Image Viewed Tutorial and everything compiles and
>> runs and the debugger shows but I cannot see the Form I created
>> in the tutorial. Can anyone tell me how to fix this problem?
>>
>
> Sorry, I don't understand what is exactly your problem. Please, be
> more specific, or even send us the involved project.
Simon
> Simon,
>
>> I created the Image Viewed Tutorial and everything compiles and
>> runs and the debugger shows but I cannot see the Form I created
>> in the tutorial. Can anyone tell me how to fix this problem?
>>
>
> Sorry, I don't understand what is exactly your problem. Please, be
> more specific, or even send us the involved project.
Xailer Tutorial Question - Windows Not Displayed
Simon,
> What I mean is that when I run the form from Xailer it is never
> displayed. All I see is my desktop and the debugger. When I
> stop the debugger it says the form has been stoped and redisplays
> the Xailer IDE with the form in design mode so I have never
> actually seen the running form.
It's perhaps because when the program is stopped in the debugger, it's
totally freezed, and cannot even redraw itself. So, if the code editor or
another window is shown on top of the program's form, and you move it out,
the form is not redrawn, leaving a garbage area in the screen.
The better way to debug a program, when you need to see its forms, is by not
covering them with any other window. Of course, a dual monitor system is
very useful here.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
> What I mean is that when I run the form from Xailer it is never
> displayed. All I see is my desktop and the debugger. When I
> stop the debugger it says the form has been stoped and redisplays
> the Xailer IDE with the form in design mode so I have never
> actually seen the running form.
It's perhaps because when the program is stopped in the debugger, it's
totally freezed, and cannot even redraw itself. So, if the code editor or
another window is shown on top of the program's form, and you move it out,
the form is not redrawn, leaving a garbage area in the screen.
The better way to debug a program, when you need to see its forms, is by not
covering them with any other window. Of course, a dual monitor system is
very useful here.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
-
- Mensajes: 30
- Registrado: Dom Mar 08, 2009 3:24 am
Xailer Tutorial Question - Windows Not Displayed
Hi
I do not know what was the problem but I simply reset the project properties and specifically the main form and it works just fine.
Just for your information I did not cover the form with other windows. In fact I did not ask for the debugger. All I did was use the "Compile & Run" option from the IDE menu.
Thanks,
Simon
> Simon,
>
>> What I mean is that when I run the form from Xailer it is never
>> displayed. All I see is my desktop and the debugger. When I
>> stop the debugger it says the form has been stoped and redisplays
>> the Xailer IDE with the form in design mode so I have never
>> actually seen the running form.
>>
>
> It's perhaps because when the program is stopped in the debugger,
> it's totally freezed, and cannot even redraw itself. So, if the
> code editor or another window is shown on top of the program's
> form, and you move it out, the form is not redrawn, leaving a
> garbage area in the screen.
>
> The better way to debug a program, when you need to see its forms,
> is by not covering them with any other window. Of course, a dual
> monitor system is very useful here.
I do not know what was the problem but I simply reset the project properties and specifically the main form and it works just fine.
Just for your information I did not cover the form with other windows. In fact I did not ask for the debugger. All I did was use the "Compile & Run" option from the IDE menu.
Thanks,
Simon
> Simon,
>
>> What I mean is that when I run the form from Xailer it is never
>> displayed. All I see is my desktop and the debugger. When I
>> stop the debugger it says the form has been stoped and redisplays
>> the Xailer IDE with the form in design mode so I have never
>> actually seen the running form.
>>
>
> It's perhaps because when the program is stopped in the debugger,
> it's totally freezed, and cannot even redraw itself. So, if the
> code editor or another window is shown on top of the program's
> form, and you move it out, the form is not redrawn, leaving a
> garbage area in the screen.
>
> The better way to debug a program, when you need to see its forms,
> is by not covering them with any other window. Of course, a dual
> monitor system is very useful here.