Displaying 20 results from an estimated 7000 matches similar to: "Win32 Extension Issues Wanted!"
2006 Aug 22
0
Re: Prag Programmers style PDF personalization
On 8/21/06, Julian ''Julik'' Tarkhanov <listbox-RY+snkucC20@public.gmane.org> wrote:
> On 20-aug-2006, at 2:22, Austin Ziegler wrote:
>> PDF::Writer doesn''t solve the Unicode problem yet.
> Which brings our Unicode discussion that once happened into new
> light :-)
> thanks for the statement
Not really. The Unicode problem for PDF support is wholly
2006 Apr 19
0
TRUGhat 2006:1
The Toronto Ruby User''s Group (TRUG) is pleased to announce TRUGhat
2006:1.
TRUGhat: [T]oronto [R]uby [U]ser''s [G]roup [ha]cka[t]hon
TRUGhat is TRUG''s hackathon[1] or codefest. In a hackathon, a group of
people get together and will either work toward a common goal, or simply
work in a common area on code that interests them. For our first
TRUGhat, we have agreed
2005 Dec 15
3
site home page
Hi,
I have a really dumb qustion, but I can''t find an answer in "Agile Rails" or
any other hand holder. And, it is a difficult topic to search for in
google.
What controller/view is used for the home page of a site? I get how to
create new controllers, but I don''t get at all how to change content on the
home page.
thanks,
matt
On 12/14/05, Austin Ziegler
2006 May 03
0
[REMINDER] TRUGhat: Toronto Ruby Hackathon 2006:1
= Reminder: TRUGhat is Saturday, 6 May 2006!
The Toronto Ruby User Group''s first hackathon is this Saturday, 6 May
2006. If you are attending, please add your name to the TRUGhat wiki
page.
== When and Where?
TRUGhat 2006:1 will be held on 6 May 2006, from 10:00 A.M. to 7:00
P.M. Tucows has generously provided the space and network availability
for this event at its offices in Toronto,
2006 Jun 12
2
Pdf::Witer question
Does anyone knows how to embed Type1 font with PDF::Writer? I read
manual, tried everything but nothing seems to work (The font ''FontName''
contains a bad /BBox error on PDF).
any help or hint would be really appreciated,
Bojan Mihelac
--
Bojan Mihelac
Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com
-> tools, scripts, tricks from our code lab:
2006 Aug 16
1
pdf::writer
I am trying to use an OCRB font in pdf::writer. So, I managed to install
the font on a debian linux. The first line in OCR font is appearing on
the pdf, but I get an error-message: "The font ''OCRBLT'' contains a bad
/BBox".
Someone ever had this problem?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 19
1
pdf simpletable help needed
i am trying to generate a pdf of all of the users in an application that
i have built. i am still pretty new to ruby and rails so i don''t know
the best way to go about it.
here is my controller code:
require ''pdf/writer''
require ''pdf/simpletable''
class ReportsController < ApplicationController
def test
_pdf = PDF::Writer.new
table =
2006 Jun 20
7
What is up with rubyforge?
Does anybody know when it will be back up?
<http://rubyforge.org/>
--
Posted via http://www.ruby-forum.com/.
2005 Dec 15
3
Pdf::Writer and "Replacement Tags"
Having read over the ruby pdf generation (simple reporting) options, I
think Pdf::Writer will do just fine...
..if the following is possible
On page 13 of (the really expansive) ::Writer manual, Replacement Tags
are detailed.
Before I jump into this tomorrow, I''m hoping for some triage sage
advice.
Finally, the question : "Would utilizing Replacement Tags be a suitable
2006 May 05
8
pdf/writer: table.render_on best practices?
Hi All,
I generate a pdf report that contains a table. The report is 14 pages, and
it takes 20s to be rendered. Most of these 20s are spend in the render_on
method. I wonder if it is possible to speed up that process?
To create the report, I do the following:
1) Setup pdf layout:
# Setup pdf layout
pdf.select_font("Helvetica", { :encoding => "WinAnsiEncoding"})
2006 Jun 01
8
[Pdf::Witer]
Is anyone using Pdf::Writer?
I don know how to insert html tags in a pdf using Pdf::Writer, except <b>
and <i>
I think an idea is with Pdf::TechBook but i hadn''t seen any example till
now.
--
Cheers,
ioana k&a
http://boulangerie.wordpress.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 24
32
Why is there no Smalltalk-like IDE for Ruby?
I posted this to comp.lang.ruby and comp.lang.smalltalk, and my blog.
I will likely get destroyed, but it will be worth it if at least one
nugget of information helps the Ruby IDE makers.
-----------------------------------------
Hi all --
I shout my question to the entire Ruby + Smalltalk community: Smalltalk
has had amazing IDEs for decades, why not Ruby? Smalltalkers, Ruby
needs your help!
2008 Jul 28
0
light.exe : error LGHT0001 : Invalid IDT file: 'some temp dir\codepage.idt'
Hello,
additional keywords: MSI Component
I am trying to use WiX on updated Fedora Core 8 using wine-1.0-1.fc8 rpm.
Using both latest stable (2.0.5805) and beta version (3.0.2925) of WiX I
receive error message regarding `codepage.idt'. I attach a testcase with
log. I hope I am poking at the right place. It seems that some have
successfully ran WiX under Wine so I just hope it is a simple
2011 Mar 17
1
[nut-commits] svn commit r2940 - in branches/windows_port/scripts/Windows/Installer
>
> ---------- Forwarded message ----------
> From: Frederic BOHE <fbohe-guest at alioth.debian.org>
> To: nut-commits at lists.alioth.debian.org
> Date: Wed, 16 Mar 2011 14:57:09 +0000
> Subject: svn commit r2940 - in
> branches/windows_port/scripts/Windows/Installer: . ImageFiles
> ImageFiles/Binary ImageFiles/Others ImageFiles/emptyDir
>
2001 Sep 28
0
openssh-2.9.9p2 subscript violation problems with ctype macros
In several places, openssh-2.9.9p2 passes a 'char' value to a ctype
macro like 'isdigit'. This has undefined behavior on hosts with
signed characters, if the character value happens to be negative. For
example, isdigit('\200') expands to an array access that is a
subscript error on hosts with signed characters where '\200' == -128.
This leads to incorrect results,
2005 Dec 15
5
Avery Lables, PDF::Writer or LaTex?
In a new app we are developing, we need to be able to dynamically create
a PDF and send it to the browser (inline with send_data). I have been
tinkering with PDF::Writer and love the simplicity and native ruby-ness
of it all.
However, one of the main uses for this functionality is to output a PDF
of addresses to be printed on Avery 5161 labels. LaTex seems to be
suited well for this, but it
2003 May 19
2
Illegal instruction on a new asterisk build.
Hi. I have asterisk (cvs build from tonight) running fine on a RedHat9
box, with zaptel hardware.
On a second RedHat9 box (with no zaptel hardware) I've built the
same version, apparently with no errors, but immediately upon invoking
asterisk I get: Illegal instruction.
running under gdb, it shows that its failing in ast_ulaw_init as shown
below:
[New Thread 16384 (LWP 1097)]
Program
2008 Jun 14
3
Is Ruby on Rails the next step for the new generation?
Hi my 12 year old, WIX, is an amazing auto deductive computer whiz. I
have to keep up...
He is an excellent VB programmer and knows JAVA. I have been told ROR
is the future.
I want to guide WIX so he can build up a good methodical working
knowledge but don''t want him to waste his time on archaic languages
that will not be around soon...Should his next step be ROR or would
you recommend
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
This segfault occuring only under valgrind,
in shell way, and in gdb way i have
Invalid bitcode signature
simple_scev_dynamic_array: /home/willy/apollo/llvm/include/llvm/Support/ErrorOr.h:258: storage_type *llvm::ErrorOr<llvm::Module *>::getStorage() [T = llvm::Module *]: Assertion `!HasError && "Cannot get value when an error exists!"' failed.
Command terminated by
1998 Apr 08
1
Microsoft Fax
Hello,
does anyone has some Information about M$ Exchanges Fax. If you
configure Exchange there is an Option about Fax. If you go there, you
can say you have the Modem on your PC or you can say it is in the
Network and you have to put in the Networkpath. It would be great to
use this with Samba but at this time I think Samba doesnt
support it. Maybe someone has some Information for me how I