Giter Club home page Giter Club logo

Comments (8)

floatas avatar floatas commented on August 27, 2024

Well there are two options:

  1. We can add these sounds in dropdown and let user select what to play (different sounds for work\break). In this case we need to find sound files that could be used, without any licensing issues.
  2. Add audio file selector one for work and one for break.

Well we can start from 2 and if later someone find any good sound that could be used we can embed them.

Can you expand a bit more on 5 min reset ?

from yapa.

floatas avatar floatas commented on August 27, 2024

Feel free to grab latest ClickOnce installer ant test it ;)

from yapa.

xiaochun-z avatar xiaochun-z commented on August 27, 2024

that's awesome! great , thanks for these updates.

however, I don't find the clickonce installer, so I downloaded visual studio 2015 and re-build it myself, works great.

from yapa.

floatas avatar floatas commented on August 27, 2024

Link to installer is in #32 issue

from yapa.

xiaochun-z avatar xiaochun-z commented on August 27, 2024

Hi man, consider to make this change in MainWindow.xaml.cs, sometimes if the working directory is not correct, the application startup will fail.

  •        sysTrayIcon.Icon = new System.Drawing.Icon(@"Resources\pomoTray.ico", 40, 40);
    
  •        sysTrayIcon.Icon = new System.Drawing.Icon(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Resources\pomoTray.ico"), 40, 40);
    

another thing is I found in this setup project, some output files are using absolute path, so it does not compile on my machine, maybe we can use this way:
http://stackoverflow.com/questions/15390098/installshield-le-relative-paths-to-file

from yapa.

floatas avatar floatas commented on August 27, 2024

Fixed path for sysTrayIcon.Icon and created separate issue #35 for setup project

from yapa.

xiaochun-z avatar xiaochun-z commented on August 27, 2024

hello sir, I found some other issues such as when press stop button, it still plays work music, or when drag the main window, sometimes it crashes, or the resource path does not set correctly.

I created a git patch file and uploaded to one drive, if you're interested in, you can have a look(ignore all the audio resources change, the audio resource also makes the patch file big)
onedrive link to this patch file:
https://1drv.ms/u/s!AmwV7I2IHKTPnm6kx9o61UA2FiQa

main changes I did:
http://pastebin.com/iYcaruMu

from yapa.

floatas avatar floatas commented on August 27, 2024

Maybe you can make pull request with all changes ?
Pull request would allow to discuss and review changes much easier.

from yapa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.