The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

How to add callback function for chart.exportChart() in highcharts / highstock

I want to add chart.showLoading('Retriving image from server ...'); when exporting image using highcharts/highstock. After the images is generated from server, I'd like to call chart.hideLoading(); ...
-2
votes
2answers
64 views

How to add jar library into jar

I created a library which uses the bluecove library. It works well but when I export the library into jar, and include into the other project, it looks that it can't found the bluecove class files. ...
1
vote
1answer
32 views

Export data from As400

I want to export data from AS400 to flat file or csv file. Then I will try to load the text file into Oracle by using Oracle Sql Loader. Do you have any experiences about exporting AS400 data? Which ...
0
votes
0answers
12 views

Photoshop - Hiding layers for exporting slices

I want to set specific layers to be hidden when exporting the slice it is in. More specifically, I have a banner slice with a headline within it. On the actual HTML page, that headline is actual text ...
0
votes
0answers
20 views

Downloaded image missing points

Using Highcharts 3.0. I'm adding series to a chart via an ajax callback, but when I do so, the download image options only show the chart background, with no actual data or legend items filled out. ...
1
vote
2answers
215 views

Export MySQL Data to a CSV file using PHP is displaying 1 row and blank CSV

I have this code that exports MySQL data to a CSV file but it is only displaying 1 row from the database when i echo out the results even though if i run the SQL in PHP My Admin it displays about 29 ...
1
vote
1answer
34 views

Export MS Access 2010 table to Excel 2010

I'm having problems with a bit of code which exports a table from MS Access 2010 in Excel 2010 format.The code runs fine in Access and the file is created. However, when I try to open the file in ...
0
votes
0answers
18 views

Exporting to PDF in mvc3 using data from multiple tables

I need to generate a PDF from a view which contains data from multiple tables...I am able to show the data but how to generate PDF for it... Help Needed...!!
0
votes
1answer
32 views

Cannot read and write to the same file in an exported Processing app

I am using an external .txt file to save the incrementing name index for whenever someone "takes a picture" in my app ( i.e. image_1.jpg, image_2.jpg etc...). I am trying to save the data externally ...
0
votes
3answers
54 views

writing to .csv with INTO OUTFILE

Im trying to write the results of a select statement to a .csv file using INTO OUTFILE. I've been fiddling with it now for a few hours and I've read through many other related questions on here. for ...
0
votes
0answers
48 views

SQL Azure Bacpac Local Restore error exporting database

Im trying to get a bacpac local store and getting the following error for which im not able to find any answer. "error exporting database:colud not extract package from specified database.Error 0: ...
0
votes
0answers
12 views

When i export my java program from eclipse to Runnable JAR, how do I include .png files in the export?

I can successfully export the my finished java program however it doesn't show any of the images that load fine whilst executing in eclipse.
2
votes
3answers
166 views

During export of signed app, eclipse crashes

I have an android application that I exported a signed version perfectly on March 17, 2013. Then on March 19, 2013 I updated the Facebook SDK and Android SDK Manager, then tried to export my a signed ...
0
votes
1answer
276 views

How to add custom exporting button in highCharts?

We are using highcharts in our application and I want to add an button next to print and export button. I do have working example in jsfiddle var chart1; $(document).ready(function () { ...
2
votes
1answer
82 views

GIMP Python-fu exporting file only exports transparent layer

I am having issues saving images in python via GIMP. I can get the image and apply the effects I want, but when I go to save, it only saves one layer and not everything(NOTE: The background is ...
0
votes
1answer
84 views

MATLAB: Returning variables from programmatic GUIs

I have been trying to program a GUI which is supposed to receive one variable as an input and perform several operations that generate another variable. The GUI will have one pushbutton that closes ...
0
votes
1answer
40 views

Is export server ready to Highcharts V3?

Does anybody knows if Highcharts exporting server at export.highcharts.com is currently supporting Highcharts 3.0beta ? I'm trying to send my bubble charts to it and it fails, and displays a common ...
0
votes
0answers
147 views

Exporting a windows form using database in c# to an application

I'm working on a project using c# with database (a WinForms application). I tried to use the exe file in the Realese directory but when I copy it to another folder on my computer, or use it on ...
0
votes
1answer
88 views

Android: Conversion to dalvik format failed with error 1 ADT 2.1

This error during the export process is driving me crazy. It appeared after updating the ADT and adding ActionBarSherlock library, not sure which one is causing the trouble. I've already removed all ...
-1
votes
1answer
294 views

NodeJs, Reporting engine [closed]

I've been searching around for NodeJS reporting engine, finding nothing good enough yet. It should be possible to make templates, and export some reports out of the web-site. Basically something like ...
0
votes
1answer
118 views

Error when trying to export android project to apk

I cannot resolve this problem and I am here for help. When I try to export my android project to apk in eclipse (any way - by exporting signed or unsigned application project) I'm receiving an error - ...
0
votes
0answers
12 views

Title lose style when export to an image

I am a java programmer, trying to do exporting. I use getSVG() method in exporting.js, and deliver the string to a java servlet, in that servlet i use java tool bakit(apache) to trans the string to ...
0
votes
1answer
42 views

How do I seperate the .java files in eclipse while exporting to jar

Im wondering how do I export a java project to .jar at the same time with a folder that contain all the source files, so I dont mix the class files and the .java files together.
0
votes
1answer
37 views

exporting with JOGL

I have my game in a state where it works in eclipse. My project directory looks like the image on the left. exporting seems to go just fine, i have some unused variables that aren't yet functional but ...
0
votes
2answers
156 views

Highcharts - How to change placement of “exporting” option?

I'd like to change the placement of the "exporting" buttons. In the moment they are positioned at the top right, and thus hiding pieces of a longer title. I'd like to change that, but don't see in the ...
0
votes
1answer
227 views

Export Telerik RadGrid with EditMode lines

I need to export a RadGrid table, and it contains several EditMode lines. I would like to choose wich content to export or idealy, if possible, change the lines to EditMode = false before ...
2
votes
1answer
699 views

python pandas csv exporting

I've problem exporting a dataframe to CSV file. Data types are String and Float64 values like this: In [19]: segmenti_t0 Out[19]: SEGM1 SEGM2 AD P.S. 8.3 SCREMATO 0.6 CRE ...
0
votes
0answers
39 views

An UNexported global variable is becomes initialized when accessed from an exported function

I will show my code first to make explaining easier: //EXE __declspec(dllimport) exportedDLLfunc(int i): void exeFunc() { for(int i=0; i<10;i++) exportedDLLfunc(i); } //someDLL ...
1
vote
2answers
393 views

Export android library project for reuse without source code

I need to export a library project without the source code for security reasons. Unfortunately the jar file generated within a library project does not contain the resources. I cannot expect the users ...
0
votes
2answers
307 views

Exporting Linear Regression Results Including Confidence Intervals

Hey out there how can I can I export a table of the results used to make the chart I generated for this linear regression model below. d <- ...
5
votes
2answers
104 views

Eclipse - should I clean the project before exporting an APK?

After several late-night debugging nightmares, I've somehow fallen into the paranoid habit of clicking 'Project -> Clean...' in Eclipse every time I'm about to export a signed/unsigned .APK for upload ...
0
votes
1answer
39 views

Exporting a JAR file in eclipse, seems fine but one of my classes does not work

I'm trying to export a project of mine containing four classes to a jar file (not exacutable) using the eclipse export method. everything seems to go fine, all four classes show up in the referenced ...
0
votes
4answers
1k views

Export data table to Excel sheet

I want to export data from data table to excel file. I need to save the file on server. I am using the console application for this project. Please help me. Thanks in advance.
1
vote
1answer
905 views

Export HTML Table to Excel using ASP.NET with multiple work sheets

I have the below two different html tables with me. Now I want to export these two html table to single excel sheet with two different Sheets (i.e work sheet). For example, Table 1 will be one sheet ...
0
votes
2answers
122 views

How to export the data to .txt readable by GNUplot

Yesterday I was too tired to post correct and specific question. So there it is: if (t==2){ printf ("abc\n"); printf ("abc = "); scanf ("%f",&r); printf ("abc = "); scanf ...
1
vote
1answer
173 views

Can I somehow get details from android key alias? like validity, organisation and so on

Can I somehow get details from android key alias? like validity, organisation and so on... I lost my key and keystore files, but I remember all passwords, is there any way how can I get this ...
0
votes
0answers
59 views

Exporting data from Access to MSSQL 2005

I just exported data from the MS Access database to the MSSQL 2005 by using database tools of Microsoft Access. All the data has been transferred successfully to the MSSQL except the content of only ...
1
vote
2answers
597 views

HighCharts exporting filename

I am using highcharts exporting module to export charts as pdf. In my code I have created a snippet chart object that gets manipulated on different gui controls being used. It looks something like ...
0
votes
1answer
308 views

Using header in Highchart in the exporting.js

I cannot put a header inside the container div Highchart to export or print (using exporting.js) a chart with additional information. I tried using some appends, but it stay within the limits of ...
1
vote
0answers
740 views

Un correct UV texture mapping on a simple cube

The goal of my program is to display a simple cube UV mapped exported from Blender. But the texture mapping in my openGL program is not correct. I want to precise that the display of my UV mapped cube ...
2
votes
1answer
42 views

How does a competing social network get permission to export data through a facebook app? [closed]

It says in the app agreement that a competing social network has to get permission to export user data to their website. I noticed that sites like Pinterest and Myspace etc. can do this, did they ...
2
votes
3answers
316 views

Exporting BIRT report into CSV

I am Using BIRT for reporting in my project. The report shows correct value for amount(String) as 123456789123, but when i try to export the same report into csv, the csv file shows same amount as ...
0
votes
1answer
1k views

Telerik MVC export to excel

I was using Telerik Grid in my MVC3 project. In this i have to use the functionality of exporting. When exporting i need all the currently available items should be exported as excel format. I done ...
0
votes
1answer
159 views

Exporting data from Microsoft Access table file subsets to plain text

I have a problem in exporting data from Microsoft Access. I have an Access file made of several rows and columns, like this: Every row contains a subset of data, that could be observed by clicking ...
1
vote
2answers
1k views

PHP Export to CSV [duplicate]

Possible Duplicate: PHP Export Excel to specific Path? I'm not really familiar with PHP exporting to excel or csv, but I'm using PHP MySQL for a local point of sale. According to the code ...
2
votes
1answer
41 views

Exporting a database to a different schema

I am creating an web application which is replacing the outdated one I currently use. The database is also outdated and horribly structured. For testing purposes I would like to export the old ...
0
votes
0answers
73 views

Is there any way to export vector graphics from a SWF?

I have a movie that generates different vector pictures (some kind of avatars) and I save them to PNG online. Now, I need to export them in a vector format instead of PNG, to load them again in ...
2
votes
1answer
164 views

Exporting font to jar in eclpise

I'm trying to export a font so that you don't have to install the font to run the game it's working in eclipse but exporting it doesn't work the folder strutcture is as following: Project_name ...
0
votes
3answers
781 views

Using select options as exporting parameters for class method in ABAP

I'm currently having trouble with calling a method using a select option data type. It gives me the error: "S_NETWR" is not type-compatible with formal parameter "IN_NETWR". I'm not sure what I need ...
0
votes
1answer
233 views

Exporting More Info Row to PDF using LogiXML not showing up

I am having some trouble trying to export a report to PDF format. I have an action report element to show the more info row, meaning, it is hidden by default (Show Mode : None) until the user clicks ...

1 2 3