Upgrade to 1.3.5: Widgets and touches
2 posters
Upgrade to 1.3.5: Widgets and touches
Hi there,
I just upgraded from version 1.3.1 to 1.3.5.
Some problems have come with it:
After update my code to the new functions and fix all errors:
The widgets with images disapper;
The touches don't behave the same way: at the simulator it works good (after some modifications) with but on the iPod it have a different behavior (using sio2->_SIO2window->touch[0].x );
I would like to know what are the version differences that could be causing this problems.
Thank you
I just upgraded from version 1.3.1 to 1.3.5.
Some problems have come with it:
After update my code to the new functions and fix all errors:
The widgets with images disapper;
The touches don't behave the same way: at the simulator it works good (after some modifications) with but on the iPod it have a different behavior (using sio2->_SIO2window->touch[0].x );
I would like to know what are the version differences that could be causing this problems.
Thank you
andreassilva- Posts : 22
Join date : 2009-02-19
Re: Upgrade to 1.3.5: Widgets and touches
For the widget there's now:
void sio2InitWidget( void );
void sio2ShutdownWidget( void );
And for the touches check the latest tutorial05
void sio2InitWidget( void );
void sio2ShutdownWidget( void );
And for the touches check the latest tutorial05
Re: Upgrade to 1.3.5: Widgets and touches
Sorry, I was using version 1.3.2 not 1.3.1 like i said.
sio2InitWidget already exits on 1.3.2 any other tip? I didnt change any code for my widgets,
must have a difference.
I must say that I'm using a image as the material for the widgets. Any changes on the images or material?
Thank you for reply
sio2InitWidget already exits on 1.3.2 any other tip? I didnt change any code for my widgets,
must have a difference.
I must say that I'm using a image as the material for the widgets. Any changes on the images or material?
Thank you for reply
andreassilva- Posts : 22
Join date : 2009-02-19
Re: Upgrade to 1.3.5: Widgets and touches
nope... double check your code with tutorial07 and tutorial17....
Re: Upgrade to 1.3.5: Widgets and touches
Ok i fixed the widget problem:
on the new sio2WidgetRender function i was passing 1 instead of 0 as the _usematrix parameter
on the new sio2WidgetRender function i was passing 1 instead of 0 as the _usematrix parameter
andreassilva- Posts : 22
Join date : 2009-02-19
Re: Upgrade to 1.3.5: Widgets and touches
ahhhhhh
maybe use the transform matrix type for a clearer code:
typedef enum
{
SIO2_TRANSFORM_MATRIX_NONE = 0,
SIO2_TRANSFORM_MATRIX_BIND,
SIO2_TRANSFORM_MATRIX_APPLY
} SIO2_TRANSFORM_MATRIX_TYPE;
maybe use the transform matrix type for a clearer code:
typedef enum
{
SIO2_TRANSFORM_MATRIX_NONE = 0,
SIO2_TRANSFORM_MATRIX_BIND,
SIO2_TRANSFORM_MATRIX_APPLY
} SIO2_TRANSFORM_MATRIX_TYPE;
Re: Upgrade to 1.3.5: Widgets and touches
for sure:)
thank you
thank you
andreassilva- Posts : 22
Join date : 2009-02-19
Similar topics
» widgets taping
» Getting started with Widgets
» SIO2 Menus - Using Widgets
» about Menus, Buttons, Widgets...
» Pixmaps look "fuzzy" after 1.4 upgrade
» Getting started with Widgets
» SIO2 Menus - Using Widgets
» about Menus, Buttons, Widgets...
» Pixmaps look "fuzzy" after 1.4 upgrade
Permissions in this forum:
You cannot reply to topics in this forum