> I don't want to download and install another home screen app like
> launcher pro, as this one fits me well. Is there any chance that you
> could include that one ?
It's something that has to be done by the homescreen dev. When
starting the homescreen, I send an extra bit of info out which is the
screen number, the developer needs to use that info.
I included below the developer info, which you can just pass on if you
like.
Pent
------------------------------
Tasker's Go Home action can specify the page of the home screen which
should be shown. To support this action, a home screen need only
accept the extra
net.dinglisch.android.tasker.extras.HOME_PAGE
with the launch intent, the value being an integer from 1 to 20.
---------------------------------