printing prev value: in = 0xff post value: in = 0xd0 in console
hi friends,
i am having a stacked widget having six pages, each page having an identical frame
i added a new page to my stacked widget and a new frame .. when i added this one and start make and run ..
in my console its printing
" prev value: in = 0xff
post value: in = 0xd0"
i dont know where it is printing .. can any body solve this one before ...?
please help ...!
Re: printing prev value: in = 0xff post value: in = 0xd0 in console
why are you concerned about that value..isnt your application working fine?
Re: printing prev value: in = 0xff post value: in = 0xd0 in console
yes its working fine ... i thought it was some warnings ... !
Re: printing prev value: in = 0xff post value: in = 0xd0 in console
so, have you grep'd for "prev value" in your sources?
Re: printing prev value: in = 0xff post value: in = 0xd0 in console
yes i greped the value
grep -ri "post value" * and find it..