Hi,
nice to see, that it is working at least partially for you as well:)
Philro;426987 Wrote:
> Ok, one step closer...
>
> I got it! I've overseen there are 2 Zlib.dll's.
>
Were they both called sqzlib? I did this renaming to avoid the dll
clash on WM (first loaded dll with the same name wins). Was an annoying
problem, maybe I overlooked something.
>
>
> In my Opinion the best solution would be got the FullscreenSkin
> running on devices < 480x600 resolution. Any hints or Ideas?
>
Locuths SlimControl is probably the best option.
>
> EDIT 2:
>
> Ok, i played a little bit with it. I changed the Skin to "Controller"
> and it looks realy nice!!!! But i cant controll it realy good. My C
> skills are realy low so i can't rewrite the input to be controlled by
> the 4 way pad of the PDA. The Touchscreen is realy fine and the size is
> big enough to be controlled trough fingers, but you cant write any text
> and you can't go back in the Menu.
>
> Phil
I assumed that, so I never tried to make the controller skin work on my
phone (I have no navigation buttons).
Changing the fullscreen skin is possible, but a lot of work. Changing
of the font sizes in FullscreenSkinApplet.lua would already help, but
the paddings and the icons might be too large making the interface
unusable.
I have hard coded the resolution in the patch
(FullscreenSkinApplet.lua):
You could try changing it to the lower resolution. My dev environment
unfortunately is still broken, I cannot try it myself.
Code:
--------------------
function skin(self, s, reload, useDefaultSize)
local screenWidth, screenHeight = Framework:getScreenSize()
-- if screenWidth < 800 or screenHeight < 600 then
screenWidth = 480
screenHeight = 640
-- end
--------------------
Philro;426987 Wrote:
>
> So now i've tried to got it running on one of my HP ipaqs. I added a
> Cab install to the Projekt, clicked all the stuff in and compile it. Now
> i got a Cab-File which i'm able to install on my Ipaq. But if i want to
> start i got the following error:
>
Does your install include the lua and font files as well? As said
before I did not manage to do that. I would be interested in the
installer script (is it the visual studio installer?).
Rudolf
--
rudolf_j
------------------------------------------------------------------------
rudolf_j's Profile: http://forums.slimdevices.com/member.php?userid=29177
View this thread: http://forums.slimdevices.com/showthread.php?t=61925
_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive