226
Living Room / Re: I'm getting married, wish me luck!
« Last post by Nod5 on April 15, 2019, 02:08 AM »Waaay too lateHold my beer!-ScreenManiac (March 10, 2019, 10:59 AM)

Great to hear this mouser. Congratulations to both of you!
Waaay too lateHold my beer!-ScreenManiac (March 10, 2019, 10:59 AM)

At present it is for downloaded newspaper pages, where they may not be sequentially named. So dropping into the right folder allows for a subsequent quick rename using the folder as the new filename. Only 150 years of a weekly papers to work through.
In my working version I have moved the box creation to the top which seems to work, but is there a reason not to do this?No problem in this case. But with more complex GUIs putting Show first can result in the user first seeing a blank window and only later text, buttons, editboxes. Avoided by putting Show last. Just to illustrate that try what happens if you add in a delay, like so
To me the logical progression is make a box, chose pen and ink, and write something with it.Makes sense in the sketching/planning phase. But that can differ from what is later on the best code order. It often helps to comment (shown in green here) the code to make it more intuitive to read later. For example
I created a gosub for folder creation and dropped it to the bottom with the appropriate entries for folder creation.That works. Just for example, another way to do it without the gosub. Notice: continue instead of break.


what is the shortcut Target that is generated by the above script?It isn't an ordinary .lnk shortcut file. The target field is greyed out in the file properties window. This is for Calculator app:
Does it use explorer.exe shell:.... or does it resolve to the executable?-4wd (April 04, 2019, 06:25 AM)
Simple Powershell scriptGreat!-4wd (April 01, 2019, 04:40 AM)

Google came to the id offices to set up a "Pepsi Challenge"-style blind test between Stadia and local hardware "to keep themselves honest and really drill down on eliminating perceivable differences in the play experience. They also wanted to demonstrate that Stadia could be superior to a local experience in certain eyes." In that blind test, you could "hardly tell what was local and what was remote," according to Land.
The company also sees big benefits in the reduced friction of users not having to download game files and the added security of the game binary not being exposed to the end-user.
Wonder if you can 'and' in a not 0 file count also?Yep, this works-4wd (March 02, 2019, 05:23 PM)
Sooo many additional options as well. Never knew.Indeed, Everything just keeps on giving. It is in that sweet spot of having a simple looking UI yet is very rich in features and syntax options. I actually didn't know about the childfilecount: command until I read this thread and thought "I bet Everything has some way or other to do this".-nkormanik (March 02, 2019, 11:50 PM)

I will try to get this implemented this weekend, with a single command that will run a script/exe and grab its output as a list of results to show.-mouser (February 04, 2019, 04:40 AM)
a way to edit aliases in Notepad++ without having to go through options windows. And of course have FARR reload edited aliases.-ahkscript (January 09, 2019, 10:17 PM)
You can already send FARR a windows message (or is it commandline call) to make it RELOAD its aliases after you have changed them outside of FARR.. Let me look it up and tell you how to do that..I'm all ears about windows messages for FARR, haven't tried that method. Before using the exit-edit-start method I tried editing while FARR was running and then sending the special string "goareload" to the FARR editbox , but that it isn't silent (FARR must be open and FARR also forces the special string agroups afterwards) and cannot handle enabling/disabling aliases I think since FARR will override the disabled/enabled change from memory or .ini. Previous thread on that here https://www.donation...ex.php?topic=45199.0-mouser (January 09, 2019, 09:46 AM)