i have checked in j2mepolish docs.. dint find anything.. that's why posted here.. if u have any idea.. kindly help.
Type: Posts; User: poojs; Keyword(s):
i have checked in j2mepolish docs.. dint find anything.. that's why posted here.. if u have any idea.. kindly help.
i am using j2me polish for creating tabbed form. and i want tab form to be work like: next tab should be opened if i click on the tab icon. next tab form should not be open while i scroll the tab...
how do i create clickable title in j2me polish tabbedform.
i want tabbedForm's title bar (which is an image) to be clickable. i made it by setItemStateListener on imageItem but how the focus will...
hello
i have used tabbedform and tabbedpane in same screen. both displays fine . tabbedform works fine but the focus is not transferable to tappedpane.
how can i transfer my focus to tabbedpane...
i am using polish 2.1.4 for UI.
i want fullscreen on display for which i already did following both things in xml file.
fullscreen="menu"
usePolishGui="true"
and
<variable...
hi
how can i display images and strings both are on tabs.
following function overrides the strings in tab, here only images r displaying.
tabbedForm = new TabbedForm( "heading", headings,...
ok it is solved now. but how can we display tabbedPane and TabbedForm both r in same screen?
hi
i have created tabbedform in j2me polish and i have given images for tab in code(src), not in css file.. and it is working fine.
but i want to give my tab images in css file so that when i focus...
it doesn't shows any option on java platform while creating project in j2me polish.
screenshot is in attachment
1158
ya it fails at beginning only. but how can i get that RVCT :( or what should i do for that
i am getting errors on creating sis file.
log is in attachment
error 1144
Hello
I have converted my project on S60 5th SDK v1.0 to Symbian^3 SDK v0.9.
everything runs OK except the connectivity part. it creates panic "esock_Ip" on Registering for mobility API
...
n 1 more error is there
undefined identifier 'KN_UI_LOG_TYPE_DEBUG'
in line
KN_UI_LOG((KN_UI_LOG_TYPE_DEBUG,"CCustomTabControl::OfferKeyEventL\n"));
i tried it :( but it only shows 0 index's text on the top of the screen
sorry for the late replying as i was busy in other things.
yes i have used other containers too. i have created 4 tabs but only the one tab is showing while i am running it. and attached is the...
thanks a lot sir :)
how to increase the size of a aActualItemRect for every item in custom listbox.
i did TRect textRect(TPoint(5,aActualItemRect.iTl.iY),TPoint(aActualItemRect.iBr.iX, aActualItemRect.iBr.iY + 20));...
how can u solved your problem.. kindly explain
yes i have put all the icons properly ... is it ok that i have used everything in Appui class.
hi i have to create a custom tab for which i am using below link:
http://wiki.forum.nokia.com/index.php/Custom_tabs
i have used CreateAndShowTabsL() in appui class and called this method from...
sorry for late replying
@wizard_hu
i have done what u have suggested in thread.
have created files and then stored all bitmaps into an array from CArrayFixFlat<CFbsBitmap*>* iPhotoArray;
but how...
i want to display images downloaded from http connection.
Its fine when i am getting single image from http get, i save it into c: drive and then convert it into bitmap through imageconverter.
but...
can u please show me an exmaple
its not working.. below code displaying only single label.
here is the code:
iLabel= new (ELeave) CEikLabel;
iLabel->SetContainerWindowL( *this );
TInt add = 0;
for(TInt i = 0; i <...
how can i display 1 label in multiple positions on same screen.
means i want to display labels in loop in different positions with only 1 object of label.
changing position of label every time in...