Tagged Questions

ARB has more then one meaning including: - The [OpenGL] Architecture Review Board - Automated Recurring Billing

learn more… | top users | synonyms

9
votes
4answers
4k views

Is it possible to use OpenGL point sprites to simulate billboard sprites?

I was trying to set point sprites in OpenGL to change size with distance just as a billboarded sprite would, but I can't get the values in GL_POINT_DISTANCE_ATTENUATION_ARB to do anything useful. Is ...
3
votes
3answers
189 views

How do I support different OpenGL versions?

I have two different systems one with OpenGL 1.4 and one with 3. My program uses Shaders which are part of OpenGL 3 and are only supported as ARB extension in the 1.4 implementation. Since I cant ...
2
votes
2answers
431 views

Authorize.net ARB Questions

I am working on an application that provides a 30 day trial, then the option to have a monthly or yearly subscription (at two different prices). I've used a lot of the info provided by John Conde on ...
2
votes
1answer
314 views

What does ARB mean in the opengl functions?

This should be easy one, i just havent found any reference to that.
1
vote
1answer
225 views

Authorize.net Silent Post and Test Mode

Been integrating AuthNet's Automated Recurring Billing system alongside its Silent Post feature to create a paid features system inside our team's web app. The silent post feature has slim ...
1
vote
1answer
313 views

OpenGL: can I mix glBindBuffer with glBindBufferARB?

Is glBindBuffer equivelent to glBindBufferARB ? Are the enums (like GL_ARRAY_BUFFER and GL_ARRAY_BUFFER_ARB) equivilent? Can I use non-_ARB enum in glBindBufferARB? Can I mix + match glBindBuffer() ...
0
votes
1answer
71 views

Authorize net ARB increase subscription amount

I am using authorize net ARB subscription api in my application to charge some monthly amount from my users based on the product they select. If a user decides to upgrade his product, the subscription ...
0
votes
1answer
103 views

Authorize.net ARB API Integration Question

I'm integrating with Authorize.net's ARB API. Authorize.net processes their transactions at a certain time everyday, so when people create a subscription, their transaction is not real time. I am ...
0
votes
1answer
50 views

testing authorize.net Automatic recorring billing

i have implemented the Authorize.net Automatic recorring billing using XM (in test mode). I need to test my work. But i don't know how to test it. Does any one know this?
0
votes
2answers
262 views

Sample ARB Request Update XML

Can anyone give me a sample xml of ARB Request Update? I need to update the amount and the subscription name. Thanks.. :) I already read the ARB XML guide but I am having problem with the syntax ...
0
votes
1answer
315 views

How to Integrate Authorize.Net ARB and AIM together

I want to Integrate Authorized.Net ARB and AIM together using rails. Actually, I want Instant payment when user signs up today and I want the subscription to start today. for this i want to charge ...
0
votes
1answer
139 views

Why am I missing silent post transactions?

I'm new to Authorize.net. We're setting up recurring transactions with ARB and we have our Silent Post page set up. Yesterday we put in 4 transactions, and Silent Post only turned up 3. The day ...
0
votes
2answers
521 views

Getting status on canceled/expired credit cards for recurring billing with authorize.net

We're setting up a system that will use the XML API for Automated Recurring Billing with Authorize.net. It looks simple enough to set up a recurring billing. But we have two features that do not ...