Página 1 de 1
Xailer Tutorial Question - Windows Not Displayed
Publicado: Vie May 01, 2009 11:10 pm
por Simon White
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
Xailer Tutorial Question - Windows Not Displayed
Publicado: Sab May 02, 2009 11:56 am
por jfgimenez
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
Xailer Tutorial Question - Windows Not Displayed
Publicado: Dom May 03, 2009 12:49 am
por Simon White
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.
Xailer Tutorial Question - Windows Not Displayed
Publicado: Dom May 03, 2009 9:43 pm
por jfgimenez
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
Xailer Tutorial Question - Windows Not Displayed
Publicado: Lun May 04, 2009 8:35 pm
por Simon White
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.