I'm new in talend and trying to test tPartitioner, tCollector & tRecollector for processing data in parallel.I'm using the entrprise edition talend data integration 6.0.1 but i can't find these components in palette.Is it because thes components are specific to tallend big data only or what??
In the version 6.5 of Talend DI, these components are under "Orchestration" in Palette : enter image description here
You need to check in : File > Edit Project properties > Designer > Palette Settings if the Orchestration folder in the from Show area
enter image description here
Related
I need to use the VS 2013 Multi Device Hybrid Apps which should on use of below html
<input type="file" accept="image/*" capture="camera" />
be able to access the camera as well the other options (Gallery) currently when i add the above HTML only the gallery options are shown (Shown below).
I use an Android 4.4.2 phone .
I need to get the screen where the user can chose between a Camera/Gallery etc.
I have been trying to add this plugin to the Visual Studio https://github.com/cdibened/filechooser.git
by modifying the config.xml file
<vs:feature>https://github.com/cdibened/filechooser.git</vs:feature>
but i get this error "error: package R does not exist" . The defination in the plugin url say that we need to change the package name but i am not sure where should this be done. Thanks
In the current version of fileChooser we need to set the R to work with the package.
"
You will have to import your.package.name.R into the following java files:
FileChooser.java
FileChooserActivity.java
FileListAdapter.java
FileListFragment.java
LocalStorageProvider.java
"
The FileChooser creator says that
"automatically import your.package.name.R in the java files"
will be in the next version
Need to add a set of information to a pre existing PDF file on Visual Studio
Basically Where to begin ?
Situation Description: I have a form from a company, I need to print data from a database to the PDF file programmatically. That's to say, my current system (a webservice) must generate a full formed PDF from pre-existing file with the data it recives from the client.
Why edit the PDF file ?
The PDF is part of a set of documents from a survey, and must retain is original layout with no variations.
While developing a project for Windows Phone 7, I'm adding an image control onto the Grid and using the following code in C# to set the image source:-
Uri nUri = new Uri("/TestImage.png", UriKind.Relative);
BitmapImage nBitmapImage = new BitmapImage(nUri);
FacebookImage.Source = nBitmapImage;
The problem is that whenever I use custom images, they do not show up when I build and run the app on the emulator. Whereas, if I change the image file name in the above code to one of the images that are included in the project by default (ApplicationIcon.png), the image shows up upon running. I would like to know if this is a problem with the code or with the custom image files I'm using. I'm ensuring that the images I'm creating are proper and have the same attributes as the images included by default.
Could someone please help me out with this.
Thanks.
Click on your custom picture in Visual Studio's Solution Explorer. Then, look at the property window (press F4 if it's closed), and at the "Build Action" line. It basically tells the compiler how to embed your file in the application. The build action of ApplicationIcon.png should be "Content", just set the same one for your custom pictures.
I Created a monotouch project, add add new files: images/abcd.png(build action:content) into my project. when open the mainUI.xib, In xcode(4.2) Interface Builder design-time, I manually set the image property with the value "images/abcd.png", but it won't show up until run time.
I know this is a known limitation of MonoDevelop and Interface Builder, but I want to use the image as a background pic to layout my UI in design-time , how can I do?
Environment: XCode4.2+MontoDevelop2.8.6.4+Montotouch 5.2
in MonoDevelop go project options -> iPhone Application -> Advanced
add image to Icon files section.
select image in design time, then you will see image at run time.
In development of a text editor application, I came across a need to test an .ODM format (OpenDocument Master Document) support. I tried searching OpenOffice documentation for samples, but failed to find any.
Please suggest where to find such samples.
You can make them with OpenOffice.org Writer.
I did it once just to see how it worked.
OK, I am using the ODF 1.2 Specification Part 3 because it is not too large but has several chapters.
So I opened OpenDocument-v1.2-cs01-part3.odt (actually using LibreOffice 3.3.2 but OpenOffice.org 3.3.0 and earlier work the same way).
On the menu bar select File | Send > Create Master Document
This will give you a Name and Path of Master Document dialog, with Save as type set to ODF Master Document (*.odm).
I navigated the Save dialog to the folder where I wanted to save the Master and its parts. I then specified MasterDocDemo. There's a Template setting pull-down which defaults to Outline Level 1. I left that alone and clicked "Save." I ended up with an 8-part document:
MasterDocDemo.odm
MasterDocDemo1.odt
MasterDocDemo2.odt
...
MasterDocDemo7.odt
Do that yourself with something that has chapters or something with headings at Outline Level 1 and then explore.
Opendocument format 1.1 specification on schemacentral
You can find all type of open document format specification provided by OASIS here. (including v1.1, v1.2)
LibreOffice and OOo supports this format. To create ODF master doc you can export odt files to odm from Lo or OOo.