FogBugz -- Case detail (rich text) - fogbugz

Does FogBugz supports rich text capabilities, specifically in the case detail (textarea) when trying to add New Case? Thanks in advance.

No, it does not.

Related

How to add Icons in Commit Editing Style.

I am trying to figure out how to add icons when swipping on a table View Cell the same way the mail app does it using the Commit Editing style. Any thoughts or ideas are greatly appreciated. :)
There are many examples avaialble on Github. Some of them are as below.
YMSwipeTableViewCell
SESlideTableViewCell
AFMSlidingCell
MGSwipeTableCell
JASwipeCell
SWRevealTableViewCell
DNSSwipeableTableCell
You may use any of above as per your need.
As of now there is no way you can achieve this functionality without third party frameworks.
I'm not an insider, but it is very likely that Apple will provide an API for that in the future.
Please see Rahul Patel's answer for Frameworks to use.

Textbox Control in bada 1.1?

Is text box control is available in bada 2.0 only .Then how can we use control or method which can
provide the functionality similar to textbox in bada 1.1 .Is any one have idea than Kindly please suggest
me because I want to use the similar contol (textbox) functionality in bada 1.1 .
The docs state - since bada 2.0. So no, it's not. The straightforward downlevel alternative is Label, or you could create your own control based on CustomControlBase. if you want things like multiline text and click reactions, that's your best bet probably.

How can I create messenger Textbox in blackberry application

I would like to create textbox that support text message and image(emoticon) like bb messenger textbox.
Could anyone help me?
Thank you in advance.
You will need to be looking at the net.rim.blackberry.api.mail API.
Some notable areas are BodyPart.ContentType and Part.
A link to the API documentation: http://www.blackberry.com/developers/docs/4.0.2api/net/rim/blackberry/api/mail/package-summary.html

How do i make a simple web based notepad application

I have to make formatting available for a text box in a web based application just like the options available here to make selected text bold or in italics. I don't know where to start. can anyone please guide me.
Thanks
Why reinvent the wheel? Use something that already exists:
TinyMCE
CKEditor
Here's a list of ten different rich text editors that will do what you need.
http://www.queness.com/post/212/10-jquery-and-non-jquery-javascript-rich-text-editors
Depends on what you're going to be coding in, but I'm sure most languages have built-in types for text boxes that can handle formatted text (not unlike the one I'm typing in right now), and probably have a method that returns the contents of the box.
All you'd need is to figure out is the format code, if you want to store this text and open it elsewhere.
If you want to create from "scratch", you can use any JavaScript framework to ease your work. There are many "good" frameworks out there:
jQuery, ExtJS, GWT, YUI, etc. Just choose the one that suits to your need.
http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks

Example for DevExpress QuantumGrid Master-Detail

Where can I find a basic example of using QuantumGrid 6 of Developer Express in a Master-detail relation.
Thanks in advance.
The DevExpress QuantumGrid page have a very complex and large collection of samples that you can use.
Visit the Knowledge Base section and search for your question.
it's sure that you find somethig usefull.
Regards.
Are you aware of the Master-Detail Tutorial in the help file?
You should find it in "$(DXVCL)\ExpressQuantumGrid 6\Help\EXPRESSQUANTUMGRID6.HLP" I guess.
You need just add a level to your marter data and a sub-level to your detail data.
After do that, select your detail level and set DataControler's properties to:
1- MasterKeyFieldNames to PK of master data;
2- DetailKeyFieldNames to FK of detail data.
If you want handle records you still need define KeyFieldNames with the PK to both levels.
To see a detailed explanation about how do it, open EXPRESSQUANTUMGRID6.HLP e search for "master-detail".

Resources