Re: FoxInCloud V 2.24 released, integrating Bootstrap

2017-03-03 Thread mbsoftwaresolutions

On 2017-03-02 11:34, Thierry Nivelet wrote:

Hi,

Just let you know (if you don't already) that FoxInCloud 2.24 can now
build a Responsive Web Application out of any 'legacy' VFP desktop
application.

More details on blog post: http://bit.ly/2lY4CsV




What did Bootstrap replace in it?  Native (original) code or some other 
aspect of WestWind Web Connection?


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/f0a0d464ab86780d5a7231a2d8727...@mbsoftwaresolutions.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.


Re: Modless form out of top-level form

2017-03-03 Thread Fernando D. Bozzo
If you define the inner form as to show "in a top level form", if you
configure it with desktop=.T. I think that you can do it


El 3/3/2017 11:44, "Man-wai Chang"  escribió:

Given a g_form as top-level form in READ EVENTS, could a new modeless
form be popped out of the top-level form, possibly without
_SCREEN.visible?

Do I need to play with MDI forms?

g_form=Createobject("myform")
DO case
 CASE Type("g_form")="O"
 Set Sysmenu To _Msm_edit
 g_form.Show()
 Read Events

ENDCASE


--
 .~. Might, Courage, Vision. SINCERITY!
/ v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3)
/( _ )\ http://sites.google.com/site/changmw
^ ^ May the Force and farces be with you!

[excessive quoting removed by server]

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cagq_jumwbahx30gbrkonrjs6hc3putfwsqssz46u6ujdmip...@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.

Modless form out of top-level form

2017-03-03 Thread Man-wai Chang
Given a g_form as top-level form in READ EVENTS, could a new modeless
form be popped out of the top-level form, possibly without
_SCREEN.visible?

Do I need to play with MDI forms?

g_form=Createobject("myform")
DO case
 CASE Type("g_form")="O"
 Set Sysmenu To _Msm_edit
 g_form.Show()
 Read Events

ENDCASE


-- 
 .~. Might, Courage, Vision. SINCERITY!
/ v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3)
/( _ )\ http://sites.google.com/site/changmw
^ ^ May the Force and farces be with you!

___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAGv=MJB_7cqhDNzfgXJNnCgkNJZpLGC=tkvebdrtx3ogx1p...@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.