Remove "Seizure warning" from Microsoft Store productivity app? - windows-store

We have a productivity app in the Microsoft (Windows) Store. Been available for years. There is nothing about it that flashes or has any other stimuli that might cause a seizure.
QUESTION: how does one remove the "Seizure Warning", specifically "Photosensitive seizure warning" that appears in this app's Store Page under "Additional Information" (see red circled text in picture below)?
Thank you!

reportap#microsoft.com team on Oct 20, 2022 emailed me to say ...
"The seizure warning is a default waning applied to all apps in the MS Store front. We cannot remove it."

Related

SCORM 2004 - suspend_data not saving in SCORM Cloud

I have a bit of a strange problem and am struggling to find any relevant info about it in the docs or elsewhere.
We have implemented SCORM 1.2 and 2004 in the past and I'm currently trying to fix an issue we have with our 2004 version and have hit a bit of a brick wall. We store data about our learners progress through the course, i.e which pages they have visited in 'cmi.suspend_data' we then retrieve this at the start of their next session to provide visual feedback in the UI.
In 2004 2nd Edition, we are unable to retrieve that data from the LMS.
To take it right back to basics, I have uploaded a blank SCORM course to SCORM Cloud (empty index.html) and am launching the course and finding the API_1484_11 and calling the following functions on it.
API.Initialize('');
API.SetValue('cmi.suspend_data', 'Test');
API.Commit('');
API.Terminate('');
Then exiting the course. At this point I can see the suspend data in the 'Sandbox Registration State'.
I then go back into the course and call:
API.Initialize('');
API.GetValue('cmi.suspend_data');
And am returned a blank string. At that point if you do API.GetLastError() it is a 403.
Am I missing something vital here, or some difference between 1.2 and 2004? Is this expected behaviour?
I think the issue you are running into is that you are not setting cmi.exit to "suspend". I believe that the specification says that the LMS is to retrieve the suspend_data from a previous learning experience only if the exit is suspended...

Is Edit and Continue patented?

Just wondering why there isn't that many ide that can edit native code at runtime.
Visual Studio is the only one that can do it?
gdb can "compile and inject code", but it only executes a single line of code, doesn't seem like it modifies anything.
Found this https://www.google.com/patents/WO2015200235A1?cl=en , but not sure where can I get the whole patent, it's just ocr without any graphic.
I need to know if that technique of starting all functions with 6 nop is patented, that's all I care. It's pretty old by now. I plan on developing a language, if that matters.
To get a full answer you would need to contact a patent attorney, patent search company or engage with an examiner at a particular patent office.
For the patent you found above, you can obtain more complete information, including drawings etc from WIPO PATENTSCOPE here.
The preliminary search report from WIPO indicates that claims 1,2 7, 9 10 and 15 are insufficiently novel, and claims 1-15 do not constitute an inventive step on the basis of obviousness.
The WIPO Application has entered into national phase under application EP15735802 in Europe, and the website shows two citations, one patent and one NPL (non-patent literature). I can't post the link because I am new to stack overflow and can only post two links, but you can use the 'national phase' tab of the link above to go direct to the European Patent Office website.
You can search Esp#cenet using keywords to see if there are other inventions out there which are close to your idea.

MS Dynamics AX 2012 transfer order

Our staff was going to transfer an items.
So, he created new transaction with transfer order no: "TO=00143" then click the "Posting - ship transfer order". The data wasn't display in the form and no error indicates aside from the "Warning sign/exclamation point".
(Please see the attached image below for your reference).
Alternative used: Checking of user accounts, re-installation and configuration of MS Dynamics AX 2012
"I am AX supporting staff, our System Administrator is on business trip."
Note: The other staff can do transfer order.
Sample1
Sample2
Please follow below steps to overcome window handle.
Goto Posting --> Ship Transfer Order --> then click on Default Values --> Change the Update from Ship Now to ALL...And then click on Edit Lines and Print.
Hope it helps.

facebook-unity-sdk: AppRequest Questions

Questions
When sending an AppRequest, my friends list that comes up on iOS always has 48 users in it even when I have 300+ friends. Is there a way to change this limit for high-end devices that have plenty of memory?
How does FB decide which 48 friends to show in the AppRequest dialog? It doesn't appear to be my first 48 friends alphabetically
The "Title" parameter of the AppRequest call doesn't get used. Even in the InteractiveConsole, I set the title to "Invite Friends" and the title always says "App Requests". Is this just broken or am I confused?
Edit: I know there is a maxRecipients param but my understanding is that only determines how many total can be SENT at once, not how many friends display. I have the maxRecipients set at 500 and it still only shows 48 friends in the list.
Info
Unity version: 4.3.0f4
FB SDK version: 4.3.4
FB Build version: 131022.2bb3e6026790434
Right now there's no way to change the number of users who come up in that selector. They're chosen according to Facebook's estimate of how likely they are to be interested in, and interact with, an apprequest.
I believe that the issue with the title may be a bug. I'm investigating that now; could you please file a bug in the FB developer bug tool, and post the URL here, to help with that?

What is the most useful information to display at the front of the office?

The company I work for has just purchased 4 32" LCD screens to be mounted at the front of the office for demonstration purposes. Whilst we are not demonstrating (most of the time), the screens are to be used as development information screens for the whole team.
What information would people recommend displaying to be most useful to the team? Our focus is on hosted business web-apps but I am interested in what other teams doing other types of development find useful too. Pointers on how to gather the displayed information would be useful also.
Information about your continuous integration status.
Major Development Milestones that have been hit in the last week
Releases within the last month (including a short description why this release is awesome)
Use it as motivational board. The achievements of software development are seldom communicated well enough.
Since you're hosting apps for your customers, server and network status information would probably be useful.
Heck, why not create a "chat room" for the dev team to discuss issues and post a streaming version of that as well?
Schedule information, Scrum notes from that morning, a gantt chart...the possibilities abound.
Outstanding bugcount, sorted by priority and severity. You can likely get this from your bugtracking tool programmatically.
Depending on your process management
system, possibly a list of feature
requests and the percentage complete
on each of them. Again, you can probably get this programmatically from your process management / time tracking tool.
Time spent in the current development
cycle, and time remaining. Again, this should be available from your process / management / time tracking tool. You may want to use this data with your bugcounts as well to give a bugs / day fix rate.
If you're a public company with a
profit-sharing plan (i.e. stock or
options), the current price of the
stock (this can be surprisingly
strongly motivating). You can get stock data from several sources online programmatically (although a small delay may be injected unless you're paying for the service).
The movie 'Office Space'
Weather radar from intellicast.com
Latest Checkin.
Number of checkins per day
Number of customers that use software
Metrics on Bugs found/fixed and the ratio.
One screen could be an aggregated RSS feed of development topics pulled from sites such as Stack Overflow (or even Coding Horror). Not sure what your goal for these screens is, but I could see it useful to me if you had a feed with topics specific to your development team headlined. If I were there, I'd glimpse them, maybe catch an interesting thread, and go learn something. Funnel a bunch of keywords and tags through a Yahoo Pipe and dump it to the screen.
That's if they are more "informal and informational."
I think most popular pages from your webapp(s) would be a fun/interesting thing to show on a big monitor up front.
Another would be a live feed of your error reporting.
We have one monitor showing all meetings for the day, with start-end, subject, and room. I find this helpful, not only for my orientation, but also to see what other people do at our company.
xkcd, bunny, dilbert and savage chickens :-)

Resources