calender desklet problem

i am referring to Calender and AH's Calender (both same problem). When i add the desklet and hover the mouse in the bottom right hand corner the flip arrow symbol appears and i can flip the desklet to its properties. Likewise i can click on any date and get the 'memo board' to type a note/reminder. I click inside the memo board and the cursor appears after which i can type what i want. In other words i have cursor control

However the next date i click does to write another note does get me the memo board but when i click on the blank area i do not get the mouse cursor on the board to type and neither does hovring get me the flip arrow but what type blindly does get saved (in the my tasks .xml files) but i cannot see it getting typed (rememeber i can't see the cursor too)t!

essentially the mouse cursor does not display when i need to flip or type a memo for the second time in the same session

I wonder if i am making sense

Close the desklet (or avedesk) and open it again and can write memos just once again before the problem manifests itself again

#454216

It happens to me too so I think it's a bug.

#455147

It might be a bug in the way the way the control is displayed.. I'll take a look

#455180

I've looked at it and I can reproduce the problem.. I would seem to be a bug with the AveControls. Since the Control is being displayed correctly (you see the text if you click the same item again) , but the cursor doesn't appear and show live text.

It could be the way I call the command too. I'll have to talk with Ave. But its strange it works fine the first time and the second time it seems to fail. I don't remember if this worked ok in 1.3 AveDesk.

#455374

I'm using 1.3, and it doesn't work.

#455398

I'll confirm that it gives the same problem in 1.3

Text is being typed and is visible but not 'live' you do see the typed text the next time once opens the memo of that date

#455401

anything being done of this front?

#459120

OH Sh@t, I'm so sorry, totally forgot about this issues.

After talking with Andreas, I found where the problem was.

I have a fix for it, you can download it here

http://avedesk.philc.ca/modules/PDdownload...hp?cid=7&lid=95

Thanks for reminding me.

#459126

Thank you pcm - Its perfect now !

PS do you think this will work with AH's calender (same except for the skin or otherwise?)

Edit and added: yes it does - just repalce the main.js file as i think this is the only file that has been modified to overcome the earlier error (the .xml file has not been changed) and you'll have the more vertical calender on your desktop estate

#459216

Yes it was only the main.js file that was changed.. Infact it was 2 lines of code that changed. LockUpdates within another Lockupdate caused the problem. So now it locks, unlocks locks and unlocks. Lockupdate is used to so avoid "flickering".

#459219