From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7e2c5c7587a30068 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder3.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.68.MISMATCH!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: adding some more example to Ada GTK on wiki Date: Mon, 21 Feb 2011 01:07:40 -0800 Organization: Aioe.org NNTP Server Message-ID: References: <6dtfk4u5bgy6.pcf072ron5sm.dlg@40tude.net> <87pqqmyhsi.fsf@ludovic-brenta.org> <7bbcc866-d21b-4caf-af71-ca51fbf9798c@k15g2000prk.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:17512 Date: 2011-02-21T01:07:40-08:00 List-Id: On 2/21/2011 12:39 AM, Rick wrote: > Hi Nasser > > Images in the PDFs are transparent background GIFs. Perhaps one of > the GtkAdaers can tell me how to improve on the resolution. I don't > know! > I am not sure what software you used to make the PDF files. It looks too good to be from Microsoft word :), and it does not look like latex either. I use PNG images, add them to my latex document, and generate PDF use pdflatex, and resolution always looked as original. So, may be you can PNG. > Personally, I hate code generators. All very well for creating the > first version, but you will pay for it if you try to modify the code. > Convenient they are! Software Engineers they aren't! > Well, the trick is not to have to modify the code by hand, but use the GUI builder always to change the GUI layout. I tried both methods, and I just can't go back to coding GUI by hand any more. What used to take me days, I now do in 1-2 hrs. Any way, whatever works for one I guess. > Anyway, I'm glad you find the stuff useful. Yes, very useful web page. thanks, --Nasser