Search found 549 matches
- Sun May 29, 2016 2:41 pm
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
That is truly a bad thing! maybe there is an opportunity to build a "tile" or active desktop icon that can simulate the toolbar view that previously existed. through the desktop clocks that your software allows, maybe you can create a desktop clock that provides the equivalent of what was in the to...
- Fri May 20, 2016 1:25 pm
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
Further investigation shows that there is actually no problem with SetWindowsHookEx API. This part works as expected. There was a problem with Explorer process finding and loading the logging DLL in my experiment. It was the reason why I did not see debug output after the call.
- Thu May 05, 2016 1:55 am
- Forum: Time Tracker
- Topic: Cron / Reports
- Replies: 7
- Views: 6352
Re: Cron / Reports
Hello, I have problem with TT, especially with scheduled notification. 1. Favorite Report saved 2. Notification is set for example every day 1PM. 3. Cron is set to run every hour. Result: Two reports sents to my email. Can anyone help to solve this issue? Or outline misconfiguration .... etc.? Than...
- Mon Apr 25, 2016 5:45 pm
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
update to Windows 10 build 14328 - still not fix. something with task bar. no further word from MSFT. any help you your end in solving the issue? I am not sure how we can solve a problem with a broken Windows build. It is a moving target full of bugs, it seems. What do you want us to do? I reported...
- Wed Apr 13, 2016 3:35 am
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
I did some investigation, and if I read things correctly, it looks like things are broken on the Windows API level. This is preliminary, of course, as I may be mistaken somewhere. Long story short: to display in taskbar we need to inject a DLL into the Explorer.exe process (which is a UI shell that ...
- Wed Apr 13, 2016 1:58 am
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
Well, what can I say when things break when you run beta software from Microsoft Insider Preview? Looks like they broke stuff again in these builds (I see the issue with build 14316). Best to report the bug to them. Taskbar clock does not show at all, although a right-click menu is there, at least i...
- Wed Apr 06, 2016 5:11 pm
- Forum: Time Tracker
- Topic: CSV export + locale!=US English + MS Excel
- Replies: 4
- Views: 19006
Re: CSV export + locale!=US English + MS Excel
... it would be nice to have the option to have decimals or comma in the csv file. This is fixed in Time Tracker 1.9.25.3496. function time_to_decimal($a) { + global $user; $tmp = explode(":", $a); if($tmp[1]{0}=="0") $tmp[1] = $tmp[1]{1}; $m = round($tmp[1]*100/60); if($m<10) $m = "0".$m; - $time ...
- Fri Mar 25, 2016 5:41 pm
- Forum: Time Tracker
- Topic: Gain admin access with LDAP enabled
- Replies: 6
- Views: 5304
Re: Gain admin access with LDAP enabled
In Time Tracker version 1.9.19.3442 we added a capability for admin to change login, name, and email.
You can do it on the Options page (admin_options.php) after login.
You can do it on the Options page (admin_options.php) after login.
- Fri Mar 18, 2016 8:37 pm
- Forum: World Clock
- Topic: Windows Pro 10 preview build 14291 - issue
- Replies: 21
- Views: 29206
Re: Windows Pro 10 preview build 14291 - issue
Could you please provide a working link to the known issue? Thanks.srdavis wrote:see known issue on MSFT Site feedback-hub:?contextid=156&feedbackid=a78e63ca-d3af-4dd0-acf3-63cb846349ed&form=1&src=2
- Wed Mar 09, 2016 3:02 pm
- Forum: Time Tracker
- Topic: Time Tracker install in HOSTING ENVIRONMENTS
- Replies: 34
- Views: 80460
Re: Time Tracker install in HOSTING ENVIRONMENTS
Issue solved. Excellent paid support. Thanks. Just to clarify for others who may be seeing the same issue. Redirect was not happening because of trailing white space after the terminating PHP tag in a customized WEB-INF/config.php. The issue was fixed be removing the white space. Also, we have remo...
- Fri Feb 19, 2016 12:02 am
- Forum: World Clock
- Topic: Corrupt Signature During DL
- Replies: 2
- Views: 7893
Re: Corrupt Signature During DL
We updated the code signing certificate. Hopefully this fixes the problem if you download a new installer (build # 5303 or later). If not please let us know.
- Thu Feb 04, 2016 11:36 pm
- Forum: World Clock
- Topic: Corrupt Signature During DL
- Replies: 2
- Views: 7893
Re: Corrupt Signature During DL
This probably happens because the downloaded file is signed with SHA1 and whatever you use to download the file (IE?) does not like this method. I believe the error message is misleading. Try to use another browser or contact support so that they email you an installer. But our records show that the...
- Fri Nov 06, 2015 1:31 pm
- Forum: World Clock
- Topic: temp license conversion
- Replies: 3
- Views: 8478
Re: temp license conversion
We have re-sent you the link.
Hope it helps.
Hope it helps.
- Fri Nov 06, 2015 2:16 am
- Forum: World Clock
- Topic: temp license conversion
- Replies: 3
- Views: 8478
Re: temp license conversion
At the time of purchase, you were given a download link. Download and install the full version from there. No registration key required.
- Thu Oct 29, 2015 4:08 pm
- Forum: Time Tracker
- Topic: Returning to Login (after logging in)
- Replies: 14
- Views: 15245
Re: Returning to Login (after logging in)
According to our data, Time Tracker is working with PHP 5.6. However, some versions of PHP 5.6 at the moment are "experimental". The best way to address the issue is via a support incident. What you need to do is to insert diagnostic messages at various point in code and see what exactly is happenin...