Quote from john123 on November 8, 2023, 8:15 pmHello all, the action/command "Run in Rectangle" dont work anymore.
It worked perfectly years ago when I tested it, before the last version I suppose, but now dont work anymore, I tried lots of different apps inside it, and none worked, tried Notepad, old apps, anything, nothing works.
So I think its broken. How to fix it or it will be fixed in the next version ?
Hello all, the action/command "Run in Rectangle" dont work anymore.
It worked perfectly years ago when I tested it, before the last version I suppose, but now dont work anymore, I tried lots of different apps inside it, and none worked, tried Notepad, old apps, anything, nothing works.
So I think its broken. How to fix it or it will be fixed in the next version ?
Quote from Vadim on November 10, 2023, 10:03 am@john123
I checked on applications created in VisualNEO Win, and on SumatraPDF application, they work fine. But the Notepad application didn't work either. Maybe there are some settings at the operating system level that need to be changed to make system applications open as well as non-installable applications. Try it on portable applications first to make sure the command works on your computer.
I checked on applications created in VisualNEO Win, and on SumatraPDF application, they work fine. But the Notepad application didn't work either. Maybe there are some settings at the operating system level that need to be changed to make system applications open as well as non-installable applications. Try it on portable applications first to make sure the command works on your computer.
Quote from alangonzalez91 on November 12, 2023, 4:07 pmTry moving the code hosted in Startup, to a subroutine, and only execute a single subroutine in Startup. From the child app.
Try moving the code hosted in Startup, to a subroutine, and only execute a single subroutine in Startup. From the child app.
Uploaded files:
Quote from fkapnist on November 16, 2023, 5:29 pmThey changed Windows Notepad (they added tabs to it) so it won't run in a rectangle anymore. We have to find another text editor for that....
,
They changed Windows Notepad (they added tabs to it) so it won't run in a rectangle anymore. We have to find another text editor for that....
,
Quote from Darbdenral on November 17, 2023, 3:01 amQuote from fkapnist on November 16, 2023, 5:29 pmThey changed Windows Notepad (they added tabs to it) so it won't run in a rectangle anymore. ,
That's correct ..But I was able to get it to run in a rectangle tabs and all..
Quote from fkapnist on November 16, 2023, 5:29 pmThey changed Windows Notepad (they added tabs to it) so it won't run in a rectangle anymore. ,
That's correct ..But I was able to get it to run in a rectangle tabs and all..
Uploaded files:Quote from Darbdenral on November 17, 2023, 3:18 amIt does have some strange behaviors, if app not in foreground, it will not show it, not correctly lined up in rectangle too. It's almost as if the old window is behind the new window, really strange, ya have to look closely around the edges.
Here's what worked for me..
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
It's definitely not ready for prime time anymore.
Maybe use Notepad2 by Florian Balmer if you need something.
It does have some strange behaviors, if app not in foreground, it will not show it, not correctly lined up in rectangle too. It's almost as if the old window is behind the new window, really strange, ya have to look closely around the edges.
Here's what worked for me..
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
It's definitely not ready for prime time anymore.
Maybe use Notepad2 by Florian Balmer if you need something.
Quote from fkapnist on November 17, 2023, 11:15 amQuote from Darbdenral on November 17, 2023, 3:18 amIt does have some strange behaviors, if app not in foreground, it will not show it, not correctly lined up in rectangle too. It's almost as if the old window is behind the new window, really strange, ya have to look closely around the edges.
Here's what worked for me..
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
It's definitely not ready for prime time anymore.Maybe use Notepad2 by Florian Balmer if you need something.
That works okay in Windows 10. But not in Windows 11. It crashes and hangs......
Pretty soon Microsoft will no longer support Windows (lol)....
.
Quote from Darbdenral on November 17, 2023, 3:18 amIt does have some strange behaviors, if app not in foreground, it will not show it, not correctly lined up in rectangle too. It's almost as if the old window is behind the new window, really strange, ya have to look closely around the edges.
Here's what worked for me..
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
RunInRectangle "Rectangle1" "notepad.exe" "[PubDir]HelloWorld!.txt" "HideMenu+HideSizeBox" "" "[NotepadId]"
It's definitely not ready for prime time anymore.Maybe use Notepad2 by Florian Balmer if you need something.
That works okay in Windows 10. But not in Windows 11. It crashes and hangs......
Pretty soon Microsoft will no longer support Windows (lol)....
.
Quote from Darbdenral on November 17, 2023, 1:17 pmI understand, it's probably luck I guess, it's pretty unstable ;)
Tested on
Windows 11
Version 22H2
OS build 22621.2715
I understand, it's probably luck I guess, it's pretty unstable ;)
Tested on
Windows 11
Version 22H2
OS build 22621.2715
Quote from Darbdenral on November 17, 2023, 1:22 pmI found this article, it's interesting.
https://devblogs.microsoft.com/math-in-office/windows-11-notepad/
I found this article, it's interesting.
https://devblogs.microsoft.com/math-in-office/windows-11-notepad/
Quote from fkapnist on November 19, 2023, 4:33 pmSome programs just won't run in rectangles. But you can simulate that by floating the program in a top window that is sized and positioned exactly where you want it. Try these actions:
hpwAutoItWinMove "[AppDataPath]" "externalApp" "[xApp]" "0" "0" "550" "500" Delay "500" SendKeys "[xApp]" "{CtrlDn}{ShiftDn}U{ShiftUp}{CtrlUp}"
.
Some programs just won't run in rectangles. But you can simulate that by floating the program in a top window that is sized and positioned exactly where you want it. Try these actions:
hpwAutoItWinMove "[AppDataPath]" "externalApp" "[xApp]" "0" "0" "550" "500" Delay "500" SendKeys "[xApp]" "{CtrlDn}{ShiftDn}U{ShiftUp}{CtrlUp}"
.
Quote from NyperCro on November 26, 2023, 5:23 amWorks on Windows 10x64 with "[WindowsDir]system32\notepad.exe", just tried it and it works
Works on Windows 10x64 with "[WindowsDir]system32\notepad.exe", just tried it and it works
Uploaded files:
Quote from fkapnist on November 28, 2023, 4:11 pmI think Google Chrome works very well in a rectangle.
RunInRectangle "Rectangle1" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--kiosk --disable-features=TranslateUI --disable-notifications --app=C:\yourFiles\index.html" "" "" ""
Just as good as WebView2Loader (without any download fuss, if the user already has Chrome on their PC)
.
I think Google Chrome works very well in a rectangle.
RunInRectangle "Rectangle1" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--kiosk --disable-features=TranslateUI --disable-notifications --app=C:\yourFiles\index.html" "" "" ""
Just as good as WebView2Loader (without any download fuss, if the user already has Chrome on their PC)
.