Desktop
6 TopicsSuch a shame...
Microsoft release Windows 11 SE - fantastic solution for education. Unfortunately operating system is OEM only and not available to install on existing devices, literally in the same year when schools across the country (UK) got millions of devices given to them for home working, most of which are now back in the school gathering dust as the spec simply isn't quite good enough for day to day use with the full Windows 10/11 build. Perfect opportunity for Microsoft to make 11 SE available for ISO download, so that all of these devices can be made use of, and imported into Endpoint Manager. But instead schools are forced to buy the new hardware, leaving all of the devices gathering dust to go to waste. Meanwhile Google release Chrome Flex, allowing schools to install Chrome OS for free on any device they want, with an additional one-time cost of £30 to fully manage the device. Really disappointing.587Views0likes0CommentsSmall Basic issue
Hi Everyone, I am completely new to Microsoft community and forum also new to small basic programming and if this is wrong location for this post then please accept my apology for it. I have same small problem with Small Basic, I am using Windows and macOS and I have the same result so, all the time I have error for GraphicsWindow.Title or GraphicsWindow.Width or GraphicsWindow.Height and I have error as below. - The library member 'GraphicsWindow.Title' was available in older versions only, and has not been made available to this version yet. - Property 'GraphicsWindow.Width' cannot be assigned to. It is ready only. - Property 'GraphicsWindow.Height' cannot be assigned to. It is ready only. or another one, The library member 'GraphicsWindow.GetPixel' was available in older versions only, and has not been made available to this version yet. Can anyone could tell me why this is not working or what need be done to make this working, please. Regards, Ronny945Views0likes0CommentsOneNote App or desktop Continued
Last August I started this conversation about whether the App (Not the Office desktop version) will be getting new features first: https://techcommunity.microsoft.com/t5/Class-Notebook/One-Note-App-or-Desktop/m-p/97882#M141 I've been looking at the latest development here: https://blogs.office.com/en-us/2018/01/22/office-365-education-delivers-the-next-wave-of-innovation-for-inclusive-and-collaborative-learning/ And saw that you can now lock a page after marking it (the number 1 requested feature). The screenshot is of the App. I downloaded the latest classnotebook add-in and the lock page feature isn't there. Many teachers don't use the online version, and we've recommended that they don't. We also stopped using the App as it was causing problems, and so for us, the Office Desktop Onenote is our default product. So, as I suspected in August, we should now be using the App or Online versions to make use of these new features. Am I right? John1.1KViews0likes1CommentPython for testing item
Hello, I'm new to this community and also programming and I'm starting with Python right now. I'm taking classes online edX: Welcome to Microsoft's DEV236x! Introduction to Python: Absolute Beginner I'm stuck with something, I hope someone can help me. # Allergy check print('ALLERGY CHECK') # 1[ ] get input for test allergen='seafood,dust,flower,dairy,nuts' input_test=input('Enter things you have eaten in 24 hours: ') # 2/3[ ] print True if "dairy" is in the input or False if not print('Have you eaten anything you are allegic with?',input_test in allergen Seafood and dairy is supposed to be allergen except for chocolate but why the conclusion is false?2KViews0likes1Comment