We may not have hit the target of release by the end of June, but we have got there in spirit at least. Simple PoS is, as of the 30th June 2017, feature complete! What does that mean? That means that all the Version 1 scope of functionality (yes, there are plans for even more…
Month: June 2017
Simple PoS update
In the Lab: Voyer (downloads and more)
Currently completed for the next release of Voyer: UI: Green Text: as requested Green Text is an integral part of 4chan, so I have finished setting the colour coding in comment text as appropriate. Fixed issue where if a thread doesn’t load, it might not refresh either. Now it can tell there was an issue and…
Fun with IAP – Investing in a Robust Subscription Licensing Model for Simple PoS
Chains update
Voyer update
Hi there, Voyer has received an update: Major stability improvements in GIF heavy threads along with minor bug fixes. (Requested) Ability to select the comment text, be it hyperlinks or other. (Requested) Show name of the file (if any) as it’s often referred to in subsequent comments. It is in certification now with Microsoft so…
Pinnie becomes Pins for Pinterest and enteres a quiet release phase.
“Pinnie”, my shelved Pinterest client has just become Pins for Pinterest and been uploaded as a concept to the Windows Store for Windows 10 devices. The name change was necessary as some months ago another app was released with a startlingly similar name. Pins for Pinterest is hidden from search, but available on request at…
FlipView SelectedItem binding
For what ever reason, I’ve just lost some hours working around an issue with FlipView on Windows 10 ARM. In the hope of saving you some time, lets take a walk through it together. Consider this basic example: <FlipView Name=”fv_Items” DataContext=”{Binding MyDataCollection}” ItemSource=”{Binding Items}” SelectedItem=”{Binding Current, mode=TwoWay}”> </FlipView> Assuming you have…
More Icons for AppBarButtons
Hi all, Quick post about something really useful and simple, once you know where to look. The AppBarButton, which you no doubt use all the time, has an Icon property which uses the AppbarIcon enumeration. Firstly; to see what is available in this enumeration look here. Secondly; it is still somewhat limited and in my…