|
| Saving Desktop Work Environment |
| Iniciado por guest, 08,dic. 2015 05:48 - 6 respuestas |
| |
| | | |
|
| |
| Publicado el 08,diciembre 2015 - 05:48 |
Hi,
How do I get WinDev to remember my desktop settings?
1. I opened WinDev and stretched it to fill 2 of my 3 monitors, 2. then I resize the "Project Exployer" and moved it to the left side and positioned it nicely, 3, Next I open an example app and its windows fills both monitors. I resize it and position it. 4. I close WinDev, 5. I open WinDev again, 6. Windev opens up on both monitors - good, 7. Project Explorer window opens at the almost correct position (a menu bar too high, but on the left side), again almost good, 8. I reopen the example app and it fills both monitors, NOT good,
I expect it to remember all my work environment settings and it isn't.
Thanks, Stanley |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,diciembre 2015 - 16:01 |
| For the app window, check the GUI tab of the window description. Store the size and position might be what you need. Or you can set the opening size and position at the bottom. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,diciembre 2015 - 16:11 |
Hello Stanley
Windev remembers my IDE settings in terms of the features and the project explorer with its attached panes so that is all I need. I find it good practice to always save all and close all my open working windows - screens, reports code windows etc before I shut down the IDE. On starting, the first thing is to close the Welcome window, turn off the ribbon, then File > open project, the last project folder normally opens and the I delete the project .cpl folder and click on the project .wdp file to open the project. I do this to ensure that I always get a clean start.
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,diciembre 2015 - 19:13 |
Hi Al,
I appreciate the clean start, but sounds like a lot of work on your part if this must be done every time you startup/revisit a project.
Why would you go about deleting the .cpl folder? Seems counter productive to me...
Thanks, Stanley |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,diciembre 2015 - 19:49 |
Hello Stanley
Deleting the .cpl folder is not required, its just a habit, I picked up a few years ago.
Regards Al |
| |
| |
| | | |
|
| | |
| |
| Publicado el 08,diciembre 2015 - 22:02 |
I myself only delete the .cpl folder if I run in to a strange error I can't fix. An example would be not being able to close a window with the system title bar close button when I know for sure there are no infinite loops or blocking processes running.
Luckily I have not encountered that bug in at least 2 months. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 09,diciembre 2015 - 09:12 |
Hi Stanlyn,
Regarding your environment settings:
You can save up to 4 personal environment preferences depending on what you are working on: Home->Panes->Backup of environment->Save in...
These will store the settings of how you've configured your dev environment.
Aside of that there are also many shortcut keys to quickly change your dev environment. E.g. if you're wokring on teh GUI you may want to maximize the window or Page Editor. For that press CTRL+W (And again to revert).
You can find a list of all these shortcuts here: http://doc.windev.com/en-US/…
Cheers,
Peter H. |
| |
| |
| | | |
|
| | | | |
| | |
|