Questions tagged [fieldmanager]
16 questions
4
votes
1 answer
GridFieldManager will not span the entire screen width
Ok, I'm developing for the blackberry Bold 9700 and I'm trying to get a 1X4 grid (1 row, 4 columns) to span the entire width of the blackberry screen, but it keeps coming up short. I mean, the grid is aligned to the left by default, which is fine if…

Josh Bradley
- 4,630
- 13
- 54
- 79
2
votes
1 answer
How i scroll multiple label Fields in blackberry 4.5
Hi friend's i want to show couple of data in blackberry screen through use of multiple label Field .But when i use multiple label field it's not scroll vertically and horizontally so please help me to solve this problem.
Here is my code
public…

user1456442
- 41
- 3
1
vote
1 answer
What manager is suggested for Gallery Manager?
I am working on implementing a gallery, I tried GridFieldManager for this, but the images of the thumbnail are not of same size. I sneaked through the gridfieldclass but there are no methods for making the cell size of each image constant.
Is it…

varunrao321
- 925
- 2
- 10
- 18
1
vote
1 answer
how to implement blackberry application that will work on both mode (portrait and landscape)
i m working with one blackberry application os 5.0 and letter , that is working fine in portrait Mode . when i swich device to landscape Mode , layout of that perticular screen switch into portrait to landscape and that time right side of the screen…

Hitarth
- 1,950
- 3
- 27
- 52
1
vote
1 answer
Activating reveal.js in WordPress 4.2.2
I want to use reveal.js in the WordPress theme of my website, which uses WordPress 4.2.2. I followed the instructions by alleyinteractive here.
I downloaded reveal.js for WordPress.
I extracted it into…

afp_2008
- 1,940
- 1
- 19
- 46
1
vote
0 answers
Usage of vertical field manager with eyelid field manager in blackberry
I have created 3 tabs in my blackberry application.I now want to add an eyelid field manager that allows for an eye lid component only on the third tab.
With the current code, i am able to create an eyelid but it doesnt show me any of the tabs.
//…

learning_fly
- 382
- 1
- 2
- 11
0
votes
1 answer
Horizontal and Vertical scroll not work for bitmapfield in blackberry application
I have one BitmapField that display image into screen. BitmapField is added into VerticalFieldManager and finally this manager is added to mainscreen.
porblem is that if my image is larger than screen size than i have not able scroll image…

Yagnesh Agola
- 4,556
- 6
- 37
- 50
0
votes
2 answers
how to show Screen within MainScreen in application
My application have one screen below the detail of that. Screen name EventList . This screen have designed full. There are two ButtonField Next and Previous . At the bottom of these two Button ListField is placed in this screen.
When i click on…

Hitarth
- 1,950
- 3
- 27
- 52
0
votes
1 answer
Blackberry fieldManager issue 8900 vs. 9550
My buttonset is kind of moving to the right after pushing and closing a new screen.
I added some Buttons to a VerticalFieldManager. Then I added the verticalFieldManager on a horizontalFieldManager to center the buttons.
The problem is on a BB…

Martin
- 103
- 1
- 7
0
votes
3 answers
UiApplication.getUiApplication().popScreen(ScreeName.this) not working properly
My screen have a lots of content so main VerticalFieldManager have Scroll property set to view all content using scroll.
All Content set properly and i can see all content using Scrollview But when i Scroll this page vertically than i click on my…

Hitarth
- 1,950
- 3
- 27
- 52
0
votes
1 answer
removing fields from manager
I have a parent screen for my application in which there are 4 custom managers,custommanagers1, custommanagers2, custommanagers3, custommanagers4 for all the screens of my application it is enough if I manage to change the custommanager2(removing…

varunrao321
- 925
- 2
- 10
- 18
0
votes
1 answer
Programatically set "post_parent" using variable in "wp_update_post" argument
So let me start with in a nutshell, my application has the user submit a form which then creates a post and populates some custom fields (I am using fieldmanager). one of the fields on the form is a select that contains a list of the posts already…

Cal Hart
- 9
- 2
0
votes
1 answer
Using navigationclick in association with a listfield on Blackberry
public class CategoriesUI extends MainScreen implements ListFieldCallback {
//categoryimport.listingnodup is the current categories with no duplicates
public Categories categoryimport = new Categories (); //brings in all infromation from …

jwheeler
- 25
- 1
- 5
0
votes
0 answers
WP Fieldmanager nested groups only sortable when Add More button is present
Trying to create an set number of groups nested in a larger group. Want to have the ability to sort the nested groups. This only works when Add More is present. Does anyone know how to make these groups sortable?

AmeliaK
- 21
- 5
0
votes
1 answer
Fieldmanager Wordpress plugin
I need to find a way to display values saved in custom meta boxes. Meta Boxes are created with WP Fieldmanager plugin.
Here is the code used to display fields in the post admin:
add_action( 'init', function() {
$fm = new Fieldmanager_Group( array(
…

user2549830
- 61
- 1
- 1
- 4