I'm playing around with GLImageProcessing from http://developer.apple.com/library/ios/#samplecode/GLImageProcessing/Introduction/Intro.html about image processing. The problem I'm having is that it can only apply one filter at a time. I'm trying to think of a solution but would like to know if there's already an alternative to this? Is there already that enables you to make multiple filters at once?
Thanks in advance.
Related
I am trying to save encounter records in method do Exchange ONE Simulator. What I suppose to do? I try with arraylist, buy I think not efficient. Can someone Help Me?
Sounds like you are trying to do something similar to TotalEncountersReport. Perhaps it's a good idea to take a look at that for inspiration.
I am trying to display multiple resources on one page in Evolution. Normally, I would use getResources in Revolution but this is not working for me this time round.
I was wondering if anyone knew of an alternative?
Thanks
Sure - in Evolution you can use Ditto
You can use Ditto in the same way as getResources but its just not as solid as getResources. Something like this.
[!Ditto?
&parents=`12`
&showInMenuOnly=`1`
&orderBy=`menuindex ASC`
&tpl=`sublayout-resource-to-pull-in`
!]
Is there any particular way to integrate Captch code validation in iPhone application?
is this possible to create captcha? (with or without web-service / any API)
If any kind of external library or any source is required to be imported, then also please let me know.
Any kind of link or source code is available then please suggest me.
Also suggest from where to start to do this, if possible.
Thanks in advance.
I know you probably don't want to hear this, but why do you need captcha on iPhone? It's completely useless since there are no bots or something.
But if you really need it then make some image with white background and then use this code
http://iphonesdksnippets.com/post/2009/05/05/Add-text-to-image-%28UIImage%29.aspx
to add text to the image... once you'll have this, then just check if the entered string is equal to the randomly generated one on the image and you are good to go.
I didn't find any libraries which could be used as a captcha, so I think this is probably the best solution right now.
Cya,
Nick
So, I'm starting to use GWT and I am having a little problem.
I have to retrieve some information about a building and I want to show to the user a floorplan for him to choose from where does he want information to be shown.
So, I tried an imagemap, but Iit is not working. Do someone has any suggestion or example of that?
Thank you,
Mauricio
I'm sure there are a couple ways of going about this. You might want to try some extension of the an already existing class as was done here with ComplexPanel http://www.koders.com/java/fid1ACE81656C6F49C2E81126751E938A61215D6A6F.aspx?s=mdef%3ainsert
I am building some forms in qooxdoo and need to add a file upload section.
Curious to know if anyone has an elegant solution to this before I get hacky with it?
Thanks!
Not sure whether you consider it elegant, but there is the UploadWidget contrib.