1,359 reputation
917
bio website
location
age
visits member for 3 years, 11 months
seen 15 hours ago
stats profile views 191

Currently I develop application for mobile platforms. Earlier, worked on C/C++ (cross-platform, . Earlier, worked on C/C++ (cross-platform, client-side, server-side, networking, drivers and more...). Even earlier, worked on wxPython.

Also coding indicators and experts on MQL4 for MetaTrader 4 (forex trading platform) in my free time.


Jun
2
comment Add one month to current date
@RajivGupta You should accept Richard's answer if it answered your question.
Jun
1
comment Add Manager to bottom of BlackBerry Screen
Please post your existing code. Basically, you have to create a VerticalFieldManager, override its sublayout() method and add it to the screen's delegate. Than, all your other fields and managers should be added to the new VFM instead to the screen's delegate. Check this question, it will help you to get started.
May
24
awarded  Yearling
May
22
comment Side By Side Edit Fields
Please accept my answer if it answered your question.
May
20
comment Side By Side Edit Fields
@Rupak Same here. Option 1 is my choice.
May
20
revised Side By Side Edit Fields
edited body
May
20
revised Side By Side Edit Fields
edited body
May
20
revised Side By Side Edit Fields
edited tags
May
20
answered Side By Side Edit Fields
May
16
comment Child field event handling issue in custom HorizontalFieldManager
Did my answer answered your question?
May
12
revised Child field event handling issue in custom HorizontalFieldManager
added 10 characters in body
May
11
revised Child field event handling issue in custom HorizontalFieldManager
added 92 characters in body
May
11
answered Child field event handling issue in custom HorizontalFieldManager
May
11
comment Setting width to field in Custom Manager
Right. As far as I can remember all class that subclass from TextField automatically consume all width passed to via the layoutChild() method. If you want to set a custom width, you can do so in layoutChild() method (for example layoutChild(someChild, 100, height)).
May
11
comment Setting width to field in Custom Manager
@R.j. I am sorry but I'm not going to spend more time on this question until you update it and make it complete. You explicitly said that you are using LabelFields and now you are saying RichTextFields. LabelField is not RichTextField and that's exactly the reason why I asked you to post the definition of your fields previously.
May
11
comment Setting width to field in Custom Manager
@R.j. I've updated my answer. The sublayout() method remained the same. I've added few lines of code to show that the sublayout() method that I posted works as expected.
May
11
revised Setting width to field in Custom Manager
added 1259 characters in body
May
11
revised Setting width to field in Custom Manager
deleted 5 characters in body
May
11
comment Setting width to field in Custom Manager
@R.j. You only posted a portion of the code here. The definition of the fields is missing - post them. The behavior you describe can be caused by a field that uses all the available width given to it. In any case, as I said in my answer - you should layout the fields first and only than position them (otherwise, you will try to position them before their width and height are not determined yet).
May
11
revised Setting width to field in Custom Manager
added 3 characters in body