Topics - Rockets [ switch to compact view ]

Pages: [1]
1
Finished Programs / SOLVED: quickly sort pictures
« on: March 10, 2019, 12:15 AM »
I just found a nice app for iOS:
https://itunes.apple.com/app/id984305203

It would be great to have something similar for Windows 10 as well.

I made a draft:
photo_2019-03-10_07-08-30.jpg
1. Step back. Undoes moving.
2. Shows the picture number/total pictures
3. Extra folder for files to delete (or move to recycle bin, dont know if undelete harder to implement)
4. A current picture
5. User created folders
6. Add a new folder

My hotkeys suugestions:
spacebar or swipe up - delete and move to the next pic
arrows or swipes - next/prev picture
probably xcvbnm for user folders

2
Coding Snacks / Fullscreen DiscoLight with a custom palette
« on: August 07, 2018, 05:51 PM »
Hello donationcoders,

I want to turn my second monitor into a discolight:
It should show different custom colors fullscreen, fade transitions and speed are welcome, but not important.

Greetings,
Rockets

3
Finished Programs / IDEA: Drag and drop folder icon replacer
« on: July 17, 2016, 05:56 PM »
First, a little bit of theory. What happens when a person sets a custom icon for a folder in Windows 7?
1. Attributes of a Folder change to Read-only (of the folder, NOT content!).
2. A hidden system file desktop.ini created inside that folder, which contains a link to the icon.

Possible app:
1. drag n drop folder
2. drag n drop icon
3. icon is copied to the folder, desktop.ini is created. ini and ico set hidden

desktop.ini content:
[.ShellClassInfo]
IconResource=mynewshinyicon.ico,0

or

[.ShellClassInfo]
IconIndex=0
iconfile=mynewshinyicon.ico

4
Post New Requests Here / IDEA: Drag and drop iOS icon maker
« on: June 17, 2016, 08:42 AM »
Hello every1,

i want to make a lot of iOS png icons for xLaunchpad for Windows. I made a lot online, but http://quirco.com/iPhoneIcon is gone forever. No answers from the author anymore.

I had already one exe to add reflections to pngs, I need sth similar for making iOS icons just drag and dropping pics:
attachthumb=1


Extra options are welcome, but not important. See 2:
download (1).jpg

Here is an archive with 3 pngs to make 118x120 icon and 2 pngs as source pic and end result.
attachthumb=3


Here are all 15 PNGs, that I found for 5 variants. Not important.
attachthumb=4


Read from "Icon Generation" to understand why 3 pngs for one icon:
http://iconharvester.com/themers-guide/

My icons made with the webpage:
160617-001.jpg

Thanks for your attention!


Pages: [1]
Go to full version