Re: Freeimage from PB Classic
There is a C# wrapper for it now. The FreeImage project site indicates that wrapper is supplied in the FreeImage distribution now. It might be possible to call that via a CCW than calling the...
View ArticleRe: Freeimage from PB Classic
Hi Warren; I am not sure exactly what imaging functionality you need but - FWIW - I use ImageMagicK and GraphicsMagic for my imaging requirements with PowerBuilder & Appeon. BTW: Both are free...
View ArticleRe: Infomaker License Issue
I finally got it. Thanks for the help. The customer had a PB11 license that I was able to use so did not have to upgrade Infomaker at this point. It's been a while since I've had to handle licenses...
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
Hello, Thank you, ordered today. Best regardsBjorn André
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
Hi Bjorn; Great .. thanks for the update! I heard that the last day to purchase a PB License from Novalys is now March 25th. Is that true? Regards ... Chris
View ArticleRe: PowerBuilder adjusting widths and x-position after rendering
Hi Lucas; I just did some testing with my STD Foundation Classes framework. It performs quite a few OpenUserObject () operations here and there. So far, none of these have changed in the UO's size or...
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
Hello, Yes, that is what they told me. RegBA
View ArticleRe: PowerBuilder adjusting widths and x-position after rendering
Hello Lucas, I am not seeing what you are describing. 1. I created a user object u_cst_rb inherited from PowerBuilder's radioButton.2. In the painter, I set the width to 302.3. In the open event of...
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
Hmmm - Interesting ... I wonder why and where we will go for licenses after that?
View ArticleRe: How/where to by PowerBuilder 12.5/12.6
Maybe SAP will bring some shrink-wrapped specials to the May PB get-together
View ArticleRe: PowerBuilder adjusting widths and x-position after rendering
Hi, Lucas. PB automatically adjusts X, Y, width & height values that are in PowerBuilder Units (PBU's) to the nearest pixel-equivalent value...If the X-position of 300 PBU's you code translates...
View ArticleRe: PowerBuilder adjusting widths and x-position after rendering
If you want to perfectly align to a grid you need to work out each position in pixels then translate each into a powerbuilder units x and width.properties are the nearest PB X Unit to a pixel. The...
View ArticleRe: Freeimage from PB Classic
I used it to open a BMP, crop it and save it like JPG in the local External Functions....// FreeImage LibraryFunction long FreeImage_SaveU(long fif, long dib, string filename, int flags) library...
View ArticleHow PowerBuilder should go web....
First of all, excuse for my terrible english... I'll try my best... I got time to learn some others tecnologies... and they blow my mind... specially ASP.NET MVC and started to think "How Powerbuilder...
View ArticleHow can subtotal excel sheet through powerbuilder
I am using powerbuilder 11.2 and I am looking for the excel subtotal function to run through PB. Please any help very appreciatePlease can u help to subtotal my excel sheet. code is given...
View ArticleRe: Error consuming Web Service in PB 12.0
It was the firewall at my office. I tried it at home and it worked like a charm. Thanks!
View ArticleRe: Error consuming Web Service in PB 12.0
There are some system proxy options in PowerBuilder, You may be able to set them in order to authenticate with the proxy so it will let you through. Your network folks should be able to help you there.
View ArticleRe: Error consuming Web Service in PB 12.0
Hi Manuel; At work you might want to look at set the firewall proxy settings in your PB IDE. You can locate the Firewall area by using the IDE's Tools => System Options => FireWall Setting...
View ArticleRe: How PowerBuilder should go web....
Hi Oswaldo; To enable PowerBuilder applications on the Web, Mobile & Cloud (without rewriting your current application's code) ... have a look at Appeon for PB! FYI: http://www.appeon.com I...
View ArticlePB 12.5 Winform Grid Datawindow Edit Problem
Greetings all, I am using PB 12.5.1 Build 4953. I have a PowerBuilder Winform that I have deployed with an editable grid data window. I have discovered that you cannot edit past the visible area of one...
View Article