Knowledge Base
Knowledgebase

Knowledgebase Home  |  Home  | Contact Knowledgebase Home  |  Home  | Contact
Search the Knowledgebase Browse by Category
Authorization Required
The password that you entered is incorrect. Please try again.
This category is password protected. Please enter the password below and click "Continue":

Advanced Search
* Query:
  Search Type:
  Categories:
Search Results for "PowerBuilder"
There were 13 questions found for your query:
  1. Does the Annotation Toolkit have the capability to create a highlight annotation programmatically?
    Our C/C++ toolkit provides an interface to the low-level annotation library in visant32.dll. VisImage for PowerBuilder uses the visant32.dll, but does not yet expose the low-level interface. At presen...
     
  2. Does the VisImage for PowerBuilder currently support displaying animated GIF files?
    Our product line does not support animated GIF files, and there are no plans to implement this type of support in the future.

     
  3. I am receiving the following error when attempting to display a TIFF image in VisImage PowerBuilder: return code -6 (unsupported image format). What's the problem?
    The sample image that you provided proved to be an old-style JPEG compressed TIFF. We do not provide support for JPEG Compressed TIFF files....
     
  4. I am using ImPrint to print graphs from PowerBuilder. It works well, but the color is missing. What's the problem?
    You need to set the ImPrint Bitmap Driver resolution to less than 200DPI. The ImPrint Bitmap Driver does not support color at resolutions 200 and above....
     
  5. We need to remove blank pages that are scanned when the scanner is in duplex mode. Also, all the files we scan are multi-page. How do I do this using the functions in VisImage for PowerBuilder?
    We have a morphological API in our C/C++ toolkit that is not published in our Power Builder toolkit. Since VisImage for Power Builder uses the DLL, you can create an External API call to the function ...
     
  6. We need to upgrade to a more current version of PowerBuilder. Will this be a problem for VisImage for PowerBuilder?
    You can use the existing version of VisImage for PowerBuilder in a new version of PowerBuilder. This is because you have the source code .pbl that was delivered with the toolkit. All that is...
     
  7. Does VisImage for PowerBuilder work on images inside of datawindows that need to be resized without changing the aspect ratio?
    PowerBuilder does not support binding of any UserControl from a Data Window for blob data types. What PowerBuilder does offer is the embedded SQL PowerScript functions SELECTBLOB and UPDATEBLOB. You c...
     
  8. Does VisImage for PowerBuilder support thumbnails?
    Our product is not an off the shelf application that will automatically generate thumbnails if that's what you are looking for. You would need to resize/resample the images to the size required to...
     
  9. Can VisImage for PowerBuilder handle multiple page scanning of documents, and do batch scanning jobs?
    The VisImage for PowerBuilder toolkit can support multi-page scanning provided that the TWAIN drivers for the scanner allow for programmatically setting the necessary TWAIN capabilities. The ...
     
  10. When scanning directly into the VisImage for PowerBuilder control, how do I determine the file type for when I export it to a file to get a blob to save into the database?
    When we acquire an image from a Twain device, we receive it as raw data. The Twain driver tells us the properties of the raw data, and we build an image internally. The function you&nbs...
     
  11. Is there any way to get VisImage for PowerBuilder to provide a blob without first saving it to a file?
    The only way to populate a BLOB data type is from a file. This is a PowerBuilder PowerScript limitation. PowerScript provides no means of reading/writing memory streams, only file streams. As a result...
     
  12. Can VisImage for PowerBuilder load and then page through a multi-page file or must each page be loaded separately when it is to be viewed?
    There is a page variable that can be used in the load function as well as functions  fu_prior_page and fu_next_page. Please review the help file documentation for more information....
     
  13. Each time a JPEG is retrieved, displayed, updated, saved to file, loaded into blob and saved back to the database the quality of the image deteriorates more. How can I preserve the quality?
    The fu_set_comp_quality function will set the compression/quality factor used in export of images that support a lossy compression. Currently JPEG, BXS and PNG are the only formats that use this ...
     

©1995-2007 Visionary Solutions. All rights reserved.