<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Jun 2015 21:54:00 Z</lastBuildDate><pubDate>20 Jun 2015 23:02:00 Z</pubDate><description>Hey to all.&#13;
&#13;
What I want to achieve is when I move the mouse over a scheduler that the cell is colored with the function SchedulerBackgroundColor&#13;
&#13;
In the WM_MOUSEMOVE event of the scheduler i do this:&#13;
&#13;
Res is int = SchedulerInfoXY(SCH_PLANNING,schResource ,MouseXPos(), MouseYPos())&#13;
Datum is DateTime = SchedulerInfoXY(SCH_PLANNING,schDateTime ,MouseXPos(), MouseYPos())&#13;
TmDatum is DateTime = Datum&#13;
TmDatum..Time..Hour += 23&#13;
SchedulerBackgroundColor(SCH_PLANNING,Datum,TmDatum,ArrResource[Res],DarkGreen)&#13;
&#13;
&#13;
But nothing happens&#13;
Some has i idea why ???</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler/read.awp</link><title>WD19 Scheduler</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-solved-52836/read.awp</comments><pubDate>21 Jun 2015 21:54:00 Z</pubDate><description>Res is int = SchedulerInfoXY(SCH_PLANNING,schResource ,MouseXPos(), MouseYPos())&#13;
&#13;
&#13;
In this case Res must be a string !!!!&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-solved-52836/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-solved-52836/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler/read.awp">WD19 Scheduler</source><title>Re: WD19 Scheduler  SOLVED !!!!</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52834/read.awp</comments><pubDate>21 Jun 2015 21:30:00 Z</pubDate><description>Hi Arie&#13;
&#13;
Thank you very very much for your reply&#13;
But after that change nothing happens with me...&#13;
&#13;
Is a little example poss…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52834/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52834/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler/read.awp">WD19 Scheduler</source><title>Re: WD19 Scheduler</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52833/read.awp</comments><pubDate>21 Jun 2015 19:40:00 Z</pubDate><description>Hi Jan,&#13;
I did a small test in one of my projects.&#13;
It looks like this line is not working as expected&#13;
TmDatum..Time..Hour += 2…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52833/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler-52833/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52820-wd19-scheduler/read.awp">WD19 Scheduler</source><title>Re: WD19 Scheduler</title></item></channel></rss>
