Problem with restoring stack windows back to maximum

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
ZSGoEmpire
Posts: 5
Joined: Thu Sep 01, 2016 5:03 pm

Problem with restoring stack windows back to maximum

Post by ZSGoEmpire » Thu Sep 01, 2016 5:18 pm

I'm new here, I'm not sure if this topic is already available in this forum but so far I can't find any topic related to this.

I had this problem of my application after I restore the screen size back to full screen after it was minimize for a long time.
This is what happened and its intermittent
1. First when I minimize my app (set iconic of the stack to true) into taskbar
2. I do other task or run other application
3. then I restore my app from minimize by clicking the app in the taskbar
4. sometimes my app seems to be blacked but with some object visible, and sometimes I could see the whole app but when I move my mouse over the objects, the mouse will be invisible in some objects (not all) usually by group objects.


Please help

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Problem with restoring stack windows back to maximum

Post by Klaus » Thu Sep 01, 2016 5:38 pm

Hi ZSGoEmpire,

1. welcome to the forum! :D

2. Please always note what OS, OS version and what version of LC you are using.

3.
ZSGoEmpire wrote:Please help
Well, that is what forums are for, aren't they? 8)


Best

Klaus

ZSGoEmpire
Posts: 5
Joined: Thu Sep 01, 2016 5:03 pm

Re: Problem with restoring stack windows back to maximum

Post by ZSGoEmpire » Thu Sep 01, 2016 6:56 pm

oh sorry, I am using LiveCode Community 7.0.4 on windows 10 pro.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Problem with restoring stack windows back to maximum

Post by Klaus » Thu Sep 01, 2016 7:36 pm

Can you try this again with LC 8.x and see if that works reliably?
Version 7 will not get updated anymore -> EOL!

ZSGoEmpire
Posts: 5
Joined: Thu Sep 01, 2016 5:03 pm

Re: Problem with restoring stack windows back to maximum

Post by ZSGoEmpire » Thu Sep 01, 2016 8:21 pm

Thank you for your suggestion, my problem is I can't upgrade to a newer version cause we are a group of programmers and also we had tried using newer version but we encounter other compatibility problems that need to change a lot of code, so the group decided to go back to this version.

My initial suspect is a problem with the layering as something is on top of some of the objects.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Problem with restoring stack windows back to maximum

Post by jacque » Fri Sep 02, 2016 4:35 pm

At least try LC 7.1.4, there were a lot of fixes and it is very stable.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Problem with restoring stack windows back to maximum

Post by FourthWorld » Fri Sep 02, 2016 5:11 pm

ZSGoEmpire wrote:Thank you for your suggestion, my problem is I can't upgrade to a newer version cause we are a group of programmers and also we had tried using newer version but we encounter other compatibility problems that need to change a lot of code, so the group decided to go back to this version.
It will be in your project's best interest to try with the most recent version, currently v8.1 RC1. Significant changes have occurred since the earlier Preview releases, and there are very few changes (none that I can recall offhand) by design, so what works in v7 should work in v8. Anything that doesn't would be a regression that the team will want to address. And since there is only one version being maintained going forward, if there's a regression you'll want them to fix it. Everyone wants the same thing. Make it possible: please test with the latest version, and if you encounter a regression please report it so that it can be fixed before the final release.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply