I've been working with a small app in the past couple of days
My code is simple start.prg and leads into do form mainform
1st line is _screen.visible=.f.
This mainform is As Top-Level form
All other scx's are In Top Level form
All was well till this morning when I added some small tweaks
Now, after compiling into EXE, it loads the app but nothing on screen
I have to go Task manager to kill this App
Can anyone guide me please
--
Regards
Sytze de Boer
Kiss Software
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAG1nNy_AykodBk5Dfj0SM5OsA8Rp5zbiYOOYboiUFziE3mBKmw@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
I know this may seem obvious - but, why not temporarily set:
_screen.visible=.T.
As this may help U 2 debug the problem...
-K-
-----Original Message-----
From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com]
On Behalf Of Sytze de Boer
Sent: Monday, August 22, 2011 2:15 PM
To: profoxtech@leafe.com
Subject: My App has disappeared
I've been working with a small app in the past couple of days
My code is simple start.prg and leads into do form mainform
1st line is _screen.visible=.f.
This mainform is As Top-Level form
All other scx's are In Top Level form
All was well till this morning when I added some small tweaks
Now, after compiling into EXE, it loads the app but nothing on screen
I have to go Task manager to kill this App
Can anyone guide me please
--
Regards
Sytze de Boer
Kiss Software
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/289EA162F5642645B5CF64D624C66A140B7CDEF4@us-ny-mail-002.waitex.net
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Kurt, thanks
This brings up my App with the big white edge around it
Apart from that, its how it was till i stuffed it this morning
On Tue, Aug 23, 2011 at 6:22 AM, Kurt Wendt <kurtwendt@waitex.com> wrote:
> I know this may seem obvious - but, why not temporarily set:
> _screen.visible=.T.
>
> As this may help U 2 debug the problem...
>
> -K-
>
> -----Original Message-----
> From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com]
> On Behalf Of Sytze de Boer
> Sent: Monday, August 22, 2011 2:15 PM
> To: profoxtech@leafe.com
> Subject: My App has disappeared
>
> I've been working with a small app in the past couple of days
> My code is simple start.prg and leads into do form mainform
> 1st line is _screen.visible=.f.
>
> This mainform is As Top-Level form
> All other scx's are In Top Level form
>
> All was well till this morning when I added some small tweaks
> Now, after compiling into EXE, it loads the app but nothing on screen
> I have to go Task manager to kill this App
>
> Can anyone guide me please
>
>
> --
> Regards
> Sytze de Boer
> Kiss Software
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAG1nNy99JfE5z-47q87Rzkvr-qZbzVQiRmJZK0-HESk=D-SsAA@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
In config.fpw _Included_ in project
Screen=off
Thierry Nivelet
Give your VFP app a second life in the cloud
Le 22 août 2011 à 20:14, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
> I've been working with a small app in the past couple of days
> My code is simple start.prg and leads into do form mainform
> 1st line is _screen.visible=.f.
>
> This mainform is As Top-Level form
> All other scx's are In Top Level form
>
> All was well till this morning when I added some small tweaks
> Now, after compiling into EXE, it loads the app but nothing on screen
> I have to go Task manager to kill this App
>
> Can anyone guide me please
>
>
> --
> Regards
> Sytze de Boer
> Kiss Software
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/FD2C94A4-6F23-4948-AEFE-BC2C945BD0B9@foxincloud.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
If I make config.fpw with screen=off my App disappears and I have to
kill it with task manager
If I delete config.fpw and include the line _screen.visible=.f., same as above
If I don't have config.fpw and if I make no reference to
_screen.visible, I get big white edge but all else as required
S
On Tue, Aug 23, 2011 at 6:33 AM, Thierry Nivelet
<tnivelet@foxincloud.com> wrote:
> In config.fpw _Included_ in project
> Screen=off
>
> Thierry Nivelet
> Give your VFP app a second life in the cloud
>
> Le 22 août 2011 à 20:14, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
>
>> I've been working with a small app in the past couple of days
>> My code is simple start.prg and leads into do form mainform
>> 1st line is _screen.visible=.f.
>>
>> This mainform is As Top-Level form
>> All other scx's are In Top Level form
>>
>> All was well till this morning when I added some small tweaks
>> Now, after compiling into EXE, it loads the app but nothing on screen
>> I have to go Task manager to kill this App
>>
>> Can anyone guide me please
>>
>>
>> --
>> Regards
>> Sytze de Boer
>> Kiss Software
>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAG1nNy-4D=aUWciuaboDh5Zarc3_XhnOEhpa1QaGZpVTbdte8g@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Top level form in desktop?
Thierry Nivelet
Give your VFP app a second life in the cloud
Le 22 août 2011 à 20:39, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
> If I make config.fpw with screen=off my App disappears and I have to
> kill it with task manager
> If I delete config.fpw and include the line _screen.visible=.f., same as above
> If I don't have config.fpw and if I make no reference to
> _screen.visible, I get big white edge but all else as required
> S
>
>
> On Tue, Aug 23, 2011 at 6:33 AM, Thierry Nivelet
> <tnivelet@foxincloud.com> wrote:
>> In config.fpw _Included_ in project
>> Screen=off
>>
>> Thierry Nivelet
>> Give your VFP app a second life in the cloud
>>
>> Le 22 août 2011 à 20:14, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
>>
>>> I've been working with a small app in the past couple of days
>>> My code is simple start.prg and leads into do form mainform
>>> 1st line is _screen.visible=.f.
>>>
>>> This mainform is As Top-Level form
>>> All other scx's are In Top Level form
>>>
>>> All was well till this morning when I added some small tweaks
>>> Now, after compiling into EXE, it loads the app but nothing on screen
>>> I have to go Task manager to kill this App
>>>
>>> Can anyone guide me please
>>>
>>>
>>> --
>>> Regards
>>> Sytze de Boer
>>> Kiss Software
>>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1170C47E-10E1-4D84-A276-2D7E60BDFB5F@foxincloud.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Sytze de Boer wrote on 2011-08-22:
> If I make config.fpw with screen=off my App disappears and I have to
> kill it with task manager
> If I delete config.fpw and include the line _screen.visible=.f., same as
above
> If I don't have config.fpw and if I make no reference to
> _screen.visible, I get big white edge but all else as required
> S
>
Sytze,
Does the process show it is taking a lot of processor cycles? You're stuck
in a loop.
Did you inadvertently move the READ EVENTS line to before the DO FORM line?
Did you add a web request? Anti-Virus security may have "paused" the thread.
Tracy Pearson
PowerChurch Software
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/000801cc60fb$e1102050$a33060f0$@powerchurch.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Do you have a READ EVENTS command just AFTER to DO FORM MAINFORM
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of Sytze de Boer
Sent: Monday, August 22, 2011 2:39 PM
To: profox@leafe.com
Subject: Re: My App has disappeared
If I make config.fpw with screen=off my App disappears and I have to kill it
with task manager If I delete config.fpw and include the line
_screen.visible=.f., same as above If I don't have config.fpw and if I make
no reference to _screen.visible, I get big white edge but all else as
required S
On Tue, Aug 23, 2011 at 6:33 AM, Thierry Nivelet <tnivelet@foxincloud.com>
wrote:
> In config.fpw _Included_ in project
> Screen=off
>
> Thierry Nivelet
> Give your VFP app a second life in the cloud
>
> Le 22 août 2011 à 20:14, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
>
>> I've been working with a small app in the past couple of days My code
>> is simple start.prg and leads into do form mainform 1st line is
>> _screen.visible=.f.
>>
>> This mainform is As Top-Level form
>> All other scx's are In Top Level form
>>
>> All was well till this morning when I added some small tweaks Now,
>> after compiling into EXE, it loads the app but nothing on screen I
>> have to go Task manager to kill this App
>>
>> Can anyone guide me please
>>
>>
>> --
>> Regards
>> Sytze de Boer
>> Kiss Software
>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/7506956E04E64D6CBD16251EDE14AA46@LaptopW7
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
I'm back to "normal"
I don't want to call it solved, because I still have an issue.
I added a process to my main form in the gotfocus part
In the gotfocus i want to call another scx for a log in
i.e. I want my main form to come up, then immediately call a smaller
log-in screen
Should this be in the gotfocus event or somewhere else
The form I have is in top level
S
On Tue, Aug 23, 2011 at 6:47 AM, Tracy Pearson <tracy@powerchurch.com> wrote:
> Sytze de Boer wrote on 2011-08-22:
>> If I make config.fpw with screen=off my App disappears and I have to
>> kill it with task manager
>> If I delete config.fpw and include the line _screen.visible=.f., same as
> above
>> If I don't have config.fpw and if I make no reference to
>> _screen.visible, I get big white edge but all else as required
>> S
>>
>
> Sytze,
>
> Does the process show it is taking a lot of processor cycles? You're stuck
> in a loop.
>
> Did you inadvertently move the READ EVENTS line to before the DO FORM line?
>
> Did you add a web request? Anti-Virus security may have "paused" the thread.
>
> Tracy Pearson
> PowerChurch Software
>
>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CAG1nNy8uvCqiW3S+XAuC_xru9r3J0TFf6fFu2rcVKbfrijFQmw@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Almost sounds like that has gotten moved, commented out or deleted. Causes
VFP to loop with no way out.
Michael Oke, II
661-349-6221
okeind@gmail.com
On Aug 22, 2011 11:57 AM, "Kent Belan" <kbelan@mchsi.com> wrote:
> Do you have a READ EVENTS command just AFTER to DO FORM MAINFORM
>
> -----Original Message-----
> From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
> Of Sytze de Boer
> Sent: Monday, August 22, 2011 2:39 PM
> To: profox@leafe.com
> Subject: Re: My App has disappeared
>
> If I make config.fpw with screen=off my App disappears and I have to kill
it
> with task manager If I delete config.fpw and include the line
> _screen.visible=.f., same as above If I don't have config.fpw and if I
make
> no reference to _screen.visible, I get big white edge but all else as
> required S
>
>
> On Tue, Aug 23, 2011 at 6:33 AM, Thierry Nivelet <tnivelet@foxincloud.com>
> wrote:
>> In config.fpw _Included_ in project
>> Screen=off
>>
>> Thierry Nivelet
>> Give your VFP app a second life in the cloud
>>
>> Le 22 août 2011 à 20:14, Sytze de Boer <sytze.kiss@gmail.com> a écrit :
>>
>>> I've been working with a small app in the past couple of days My code
>>> is simple start.prg and leads into do form mainform 1st line is
>>> _screen.visible=.f.
>>>
>>> This mainform is As Top-Level form
>>> All other scx's are In Top Level form
>>>
>>> All was well till this morning when I added some small tweaks Now,
>>> after compiling into EXE, it loads the app but nothing on screen I
>>> have to go Task manager to kill this App
>>>
>>> Can anyone guide me please
>>>
>>>
>>> --
>>> Regards
>>> Sytze de Boer
>>> Kiss Software
>>>
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/CACBEV=V+hWz+53SN8QWeZq87h=6JW1NAfhpqjU0qvbUAGBdRAw@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.