Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 10 Replies) Close button should minimise only (Read 6823 times)
webgurupc
YaBB Newbies
*
Offline


Phoner is great!

Posts: 12
Joined: 27. Aug 2018
Close button should minimise only
04. Sep 2019 at 09:11
Print Post  
Hi,

I think that the close window button should just minimise phonerlite to the status tray (the same as how bittorrent works) 
Or at the very least an option to set this as how it should work.


It is VERY annoying after a call I click disconnect then X to close the window then it asks if you want to close it or not, which I never want to close it. so then I click no and minimise the window.

Thanks for a great program.
  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11389
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Close button should minimise only
Reply #1 - 04. Sep 2019 at 13:58
Print Post  
If you want to minimize the application - just click the minimize button. Of you want to close the application  - click the X button.
I will definitely NOT change that!
  
Back to top
WWW  
IP Logged
 
Y v e s
God Member
*****
Offline


www.microsip.org ist super
!

Posts: 534
Location: Straßburg-Kehl (Baden-Elsaß)
Joined: 21. Mar 2006
Gender: Male
Re: Close button should minimise only
Reply #2 - 07. Sep 2019 at 13:10
Print Post  
Simply do THIS (screenshot)
Works perfectly.
  
Back to top
WWW  
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11389
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Close button should minimise only
Reply #3 - 07. Sep 2019 at 14:12
Print Post  
The original poster talked about PhonerLite. There is not such opton and there never will be one.
  
Back to top
WWW  
IP Logged
 
Y v e s
God Member
*****
Offline


www.microsip.org ist super
!

Posts: 534
Location: Straßburg-Kehl (Baden-Elsaß)
Joined: 21. Mar 2006
Gender: Male
Re: Close button should minimise only
Reply #4 - 07. Sep 2019 at 14:24
Print Post  
At least, webgurupc, you do have this option in Phoner, such as "Show volume sliders", answering machine, ability to save records where you want, and more ... http://phoner.de/download_de.htm
« Last Edit: 07. Sep 2019 at 17:20 by Y v e s »  
Back to top
WWW  
IP Logged
 
webgurupc
YaBB Newbies
*
Offline


Phoner is great!

Posts: 12
Joined: 27. Aug 2018
Re: Close button should minimise only
Reply #5 - 12. Sep 2019 at 09:37
Print Post  
At least you could make it an option so that it works this way if the option was selected.

It is very annoying seeing this main box appear after every call.

Most systray resident programs work in this manner.
e.g.
TeamViewer.
Dell Audio
Pushbullet
Onenote (opened from systray)
In fact I've just been through everyone of my systray icons and couldn't find one that doesn't. Seems Phonerlite is the exception.  Cry




  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11389
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Close button should minimise only
Reply #6 - 12. Sep 2019 at 09:39
Print Post  
I hate such behavior in other applications! I never will implement this. Sorry.
There is a minimize button - use that one!
  
Back to top
WWW  
IP Logged
 
webgurupc
YaBB Newbies
*
Offline


Phoner is great!

Posts: 12
Joined: 27. Aug 2018
Re: Close button should minimise only
Reply #7 - 12. Sep 2019 at 14:41
Print Post  
Just because you don't like it doesn't mean you should rule it out.

If there is one thing I have learnt in 35 years of software development, its give users the option to customise how the software works where ever possible. Your users will love you for it. 
If you don't like the option don't turn it on, but don't deny other users from having it.

Clearly you did it in Phoner.  Tongue 

Its because every other systray app works this way that users are so used to hitting X to put it back in the system tray to await the next call.
Why should your app be any different?
Cry

  
Back to top
 
IP Logged
 
Phoner Admin
YaBB Administrator
*****
Offline



Posts: 11389
Location: Germany
Joined: 12. Oct 2003
Gender: Male
Re: Close button should minimise only
Reply #8 - 12. Sep 2019 at 14:48
Print Post  
It was my biggest fail that I put an option for this in Phoner.

Maybe you don't know it: I develop Phoner and PhonerLite for my personal use only. It is just a hobby project for me and I just share it for others. Therefore I can decide for my own what I implement and what not.

Once again: Use the minimize button! The functionality is available!
  
Back to top
WWW  
IP Logged
 
webgurupc
YaBB Newbies
*
Offline


Phoner is great!

Posts: 12
Joined: 27. Aug 2018
Re: Close button should minimise only
Reply #9 - 14. Sep 2019 at 06:37
Print Post  
All good.
Thank you for providing an excellent program.
I very much appreciate it.
  
Back to top
 
IP Logged
 
webgurupc
YaBB Newbies
*
Offline


Phoner is great!

Posts: 12
Joined: 27. Aug 2018
Re: Close button should minimise only
Reply #10 - 24. Sep 2019 at 01:59
Print Post  
Fixed it with a single line of code.   Smiley

I used  AutoIT 
and this code

winsetstate("PhonerLite","",@SW_HIDE)

I compiled it into and exe and called it MinimisePhonerLite

Then I just added that to the Options, External Applications, Call Disconnection section.

Presto.
Now when a call is finished PhonerLite tucks away nicely in the systray.

  
Back to top
 
IP Logged
 
Y v e s
God Member
*****
Offline


www.microsip.org ist super
!

Posts: 534
Location: Straßburg-Kehl (Baden-Elsaß)
Joined: 21. Mar 2006
Gender: Male
Re: Close button should minimise only
Reply #11 - 24. Sep 2019 at 06:26
Print Post  
Great! Interesting program, this AutoIT! So you got what you wanted.  https://www.deepl.com/translator#fr/en/On n'est jamais mieux servi que par soi-même  ..  You are never better served than by yourself.

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required! https://www.autoitscript.com/site/autoit/

AutoIt ist eine Software zum Ausführen von Skripten, mit denen hauptsächlich Abläufe unter Microsoft Windows automatisiert werden können, aber auch komplette Windows-Programme geschrieben werden können. AutoIt ist Freeware und läuft unter NT, 2000, XP, Vista, 7, 8 und 10. https://de.wikipedia.org/wiki/AutoIt
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint