hi,
i am using flex, and in my application i am using datGrid, inside that there are 6 to 7 columns
In the last column, there are 5 link buttons.
Now in dataGris i also have one status column. on tha basis of status, i want to hide some of these link buttons.
for example, if status is 'a' then button 2 and 3 should disaapear
and when sta...
Getting Serial Number of the Hard Drive Provided
by the manufacturer through Adobe AIR
How can it be done?
...
I want to write plug-ins for Adobe products in .NET (C#) (specifically Acrobat Reader and PhotoShop). The requirement is to add a new command in the File menu. So for example in Acrobat Reader, I need to add a new "File >> Open My File" command that displays my dialog to open some file.
I have heard about the Adobe Development Kit. Is t...
Our product team has requested custom cursors during drag/drop operations. They have provided me with three images to implement:
Open-Hand-Grabber.png: displays when a user hovers over an item that they can drag
Closed-Hand-Grabber.png: item is being dragged
Closed-Hand-Grabber-No-Drop: item dragged over an area where it cannot be dro...
Getting a weird error box when using the 64bit version of adobepdf ifilter for sql server 2005 x64 on a x64 windows server 2003.
The exact message box contents:
MessageBoxHeader: MsFTEFD.exe - Unable to locate component
MessageboxContent:
This application has failed to start because adobepdfl.dll was not found. Re-installing the appli...
Hi,
I have a little HTML based Adobe AIR project I'm playing with and I'd like to add an existing SWF to the project. Now, I can see it running via the trace/log messages coming through from the SWF, but I can't seem to call any function within the SWF. I've read that the ExternalInterface function isn't available within the Air cont...
I downloaded the last AIR SKD, I'm using Windows Vista.
I have trying to make a helloworld in Adobe air and it's not working//
what should I do?
...
I'm trying to read an xml file into memory, add a node, then write over the original file.
The following code works just fine (it clears the file, then writes the new bytes over the top):
var stream:FileStream = new FileStream();
stream.open(file, FileMode.UPDATE);
stream.position = 0;
stream.truncate();
stream.writeUTFBytes("<?xml ver...
Hi,
We are having a small argument...
There is a old dev team here that produced a kiosk application using Adobe Director technology.
Few months ago there was a decision to migrate the application to the new WPF technology. A new dev team was originated, and in these days we are able to see the flow of the new WPF application.
The f...
I has image into byte[]. I need to open it into adobe file in asp.net. I using following code :
byte[] bytes = contractimage.Value.Bytes;
if (bytes == null)
{
Response.Write("Not found.");
Response.End();
}
else
{ ...
So - I have a page which contains a textarea and a dynamically created IFrame which displays a PDF using the adobe acrobat plugin.
Initially the textarea is focused.
I want the textarea to be focused, but the IFrame steals focus when the pdf is loaded.
In firefox it is trivial to reset the textarea as the focused element.
I do this...
I have a simple movie that has a tiny bit of Actionscript 2.0.
What is the best way to embed a flash movie for XHTML compliance?
Which version should I export for?
The code that Flash automatically outputs is so bloated, I'm not sure what I need. Also, I noticed that a Macromedia URL is in the code, and now that Adobe owns Flash, I w...
I downloaded the AIR_Win_installer_files.zip file in order to do a side-car AIR installation. I created a directory (AIR_bundle) and unzipped the downloaded file into that. In that directory, I end up with:
Adobe AIR Installer.exe
Adobe AIR/
where the latter is a sub-folder containing lots of other files. On the command-line, I exe...
I have a photoshop plugin for a file format Ive written in c++ that loads and opens the images, however I do not have code to save the image in the same format
Using SimpleFormat sample plugin as a base I have the following code:
FormatFlags { fmtSavesImageResources,
fmtCanRead,
fmtCanWrite,
...
Hi, is anyone able to tel me how to detect when adcrobat reader has finished downloading a file in IE? I have written a IE band object that reacts to a PDF file in the browser window but this requires the PDF file to be fully downloaded before it will work properly.
Is there a way to get the download status from IE / Acrobat?
Thanks.
...
I'm trying to create a timesheet that will calculate the hours an employee worked. There is 4 In columns and 4 Out columns that I need to total the hours (see below).
In 0830 Out 1200 In 1300 Out 1700 In ------ Out -----
Needs to total 7.5 hours worked
If I use (OUTA1[0]-INA1[0])/100+(OUTA1[1]-INA1[1])/100+(OUTA1[2]-INA1[2])/100 I get...
I have a time sheet form named Timesheet Paperless.pdf I send this form to an employee and tell them to fill their name and employee number in the form. I then ask them to go to File>Save As and name the form INTIALS_TS.pdf . I now would like to a have button with in the form that will open a Save As dialog with the filename INITIALS_TS ...
I am making a whiteboard application in Adobe Air. I want to share my screen with the other user and allow him to access my desktop, similar to remote desktop.
I tried googling around but found no useful information on this.
Can anybody give me some useful pointer to look into it.
...
Hey,
I'm building a HTML application to run in an Adobe AIR container, but the alt tag for the img element and the title tag for the a element doesn't do a tool tip like a browser would handle. Is there anyway to enable this, or display it another way?
Thanks
...
I have written an HTML/AJAX application with Adobe Air and run it on my WinXP laptop. But now I've released a newer version on my update site, the application downloads the update and says "The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file from the application author."
I've tried repack...