Unable to write the 'tool tip' property for the field 'formName[0].Page6[0].MyGroup[0].3' - livecycle

I'm updating a new PDF form in Adobe Livecycle Designer 8.0 and keep getting this error when trying to save as either Acrobat 7 or 8 PDF form(.pdf). The issue occurs after copying/pasting fields from an existing PDF to my new one.
I can get around the error by creating new groups and controls, but it would save some time if I could copy/paste and save. Does anyone have a solution for this?
Error message output:
Generating PDF Document... Font Service: Default font typeface is
Myriad Pro. Unable to write the 'tool tip' property for the field
'formName[0].Page6[0].MyGroup[0].3'.

'formName[0].Page6[0].MyGroup[0].3' refers to the 3rd item in the Object Binding tab.
This was the default 'Off' radio button in the group of radio buttons I copied over, which was a hidden field. The solution for me was to delete and re-add only these hidden buttons from any groups. All other controls within the group could be copy/pasted and saved with this exception.

Related

Polarion description field broken on some work item type

For some reason, one of the work item type has a broken description field. When creating a new work item 'Requirement' in a document, opening the item, then clicking edit, the description box seems to drop down a bit but the rich text options etc are not shown and we can't change the text either.
Creating other work items doesn't cause this behaviour. Also tried in various browser just in case and various users. I've checked the Form Layouts but can't see what's wrong with this one.
Anyone having any suggestions?
Polarion hast a configuration for read-only-fields.
Check if this file contains configuration to protect these fields.

Finding empty label in Windows form

I am new to Windows Form application and trying to build a small application.
I had dragged and dropped a label on the main form.
Then I deleted its text property to empty string basically hiding the label.
Now I would like to move this label to some other location on the form but unable to do so because I cannot find it.
I checked the designer file and its there.
But I cannot find it in the form so that I can grab it and move to a different location.
Please help.
Thanks
Use Document Outline. Look at the following images.
That happens to me several times, and a few weeks ago I found a way to get the empty label like this:
On the tab "Properties" just click on the arrow to show all controls and click on the label you want, this will automatically select the label on your form..

gxt (extJS) Combobox throws unresponsive JS error in IE -8

I have a gxt combobox which has a large data store(350 objects) assigned. When I try to display the list by clicking the drop down icon, I get unresponsive js error in IE- 8. I know its trying to populate around 350 objects(lists) and its taking its time. If I ignore the error few times, it will eventually load. Is there a workaround to avoid the js error other than cutting down the data store? I found some articles where some users suggest suspending/resuming layouts when loading data.But I am not quite sure how to do it.I am just setting the store and not touching it there after, so where do i suspend/resume layout?Should I modify the combobox class or something? I am using GXT 2.2.4
This is my code.
private ComboBox hierarchyName;
private ListStore<BeanModel> listStoreHierarchyName
hierarchyName.setStore(listStoreHierarchyName);--- has 350 objects
http://www.sencha.com/forum/showthread.php?226443-IE8-quot-Unresponsive-Script-quot-Prompt
http://www.sencha.com/forum/showthread.php?205909-IE-quot-Stop-running-this-script-quot-when-loading-large-store

Trigger when application is not active

I have an application(Winform, TAB based MDI application), now we are adding few features. These Features are developed in WPF. A new form contains Element host, which will host this WPF User control. This newly added Form is displayed in every Tab's one corner. When application minimizes/Maximizes events are trigger, through these I am able to show or hide this new form. Also, this new form's Topmost Property is set true.
But when main form is still showing and when another application(like a note pad) is opened, the newly added form displayed over this notepad. The new form supposed to go behind the notepad, but it is always top.
Any suggestion on how to send it back.
Thank you,
Selected answer from
Detect when application becomes active post solved my problem.
I am also capturing
main.Deactivate += new EventHandler(main_Deactivate);
Thank you.

Show a single item of sample data in SketchFlow running project

I am building a prototype in SketchFlow using a sample data set. When I run the project I can see lists of values no problem but anywhere I have used details mode to display a single record the running project is blank. The data is displayed within Expression Blend (it picks the first record in the set) - the only thing I can think of is that the binding needs to refer to a specific record but I can't see where to set that.
I found the example in this tutorial works fine:
http://blogs.msdn.com/canux/archive/2009/06/29/mini-tutorial-blend-3-visual-data-binding.aspx
Create your sample data source
Click on the 'list' mode button above the data source (in the 'data' tab)
Drag field(s) onto a list view for the list selection
Click the 'details' mode button above the data source (in the 'data' tab)
Drag the other field(s) onto the area where you want to display the details
Voila! it works! Or, at least it works on my box ; )
OK, I found a clunky answer. You can put a linked master control on the page with the relevant default value and then collapse it so it's not visible. Does the job but not particularly elegant.

Resources