amcastror
amcastror
Hi, is anyone looking at PR's? This is quite old.
Hi @aprato, any news about this? I got the same crash with an img tag. Thanks a lot!
I found out that using "page" instead of "dynamic-page" did render the view, but you need to estimate when to insert a new block (page break). It's not the best...
Glad it helped. If I find a better approach I'll post it here. Good luck. ᐧ Saludos, On Mon, Oct 6, 2014 at 3:40 PM, Francisco [email protected] wrote: > Thank...
Wow, sory about that, I should have looked better. Thanks a lot anyway! El miércoles, 3 de diciembre de 2014, Piotr Śliwa [email protected] escribió: > https://github.com/psliwa/PHPPdf#known-limitations - nested linear tags...
Hi, are there plans to merge this? I'm having troubles with this. Thanks!
@jessedc, sory for the delay, I was out of town. Here's some code behind what I'm doing (only for the first EZFormRadioField). ``` obj-c @interface CreateReportViewController () //... @property (weak,...
Hi, were you able to solve this? Thanks.
Thanks for the answer.. With a little more work I was able to solve it a little different. I only use the second setChoices method: ``` objc EZFormRadioField *subTypeField =...
hi @bcldvd I was trying to do something similar: how do I get the user in the onSubscribe method of a topic? Can I use the ConnectionInterface object passed as...