The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

Gravity forms user registration - sending activation email

I am working with the plugin Gravity forms - user registration (1.5 Beta 1) I would like to use the 2 functions : Send mail User activation But they both don't work, no emails are sent. I am ...
0
votes
0answers
18 views

Gravity system with collision

I'm trying to implement a gravity system for a game I'm making but I'm having some problems with it. I built a scene where i have the floor and a big hole. The initial position of my character is ...
0
votes
1answer
43 views

Gravity in pygame [closed]

I'm making a platform game with pygame, and I would like to add gravity to it. Right now I only have a picture which moves when I press the arrow keys, and my next step would be gravity. Here's my ...
1
vote
1answer
34 views

Using websocket channel in GraniteDS Gravity

I am using GraniteDS Gravity for my messaging service. My application works fine when using data polling, however when I try to use websocket channel instead of data polling, messages could not reach ...
0
votes
0answers
24 views

Wordpress Gravity Form Data into Custom Post via Action Hook

I am running Gravity Forms and the Custom Post Plugin and I've run into a bit of a problem... The template I am using implements a custom post type as a "directory" I've created a form that will ...
0
votes
1answer
59 views

Dynamically filter and resize context menu c# while keeping its gravity to bottom

I have a system tray context menu with 26 items and an additional ToolStripTextBox menu item. When the user enters text to the filter textbox it continuously filters the menu items as the user types ...
1
vote
1answer
31 views

How to specify X11 SouthEast gravity for Emacs X windoes?

This is currently specific to Emacs, but if there's a generic answer for X applications in general I'd love it. Is there an X resource I can set for Emacs that will set the gravity of its main ...
-1
votes
1answer
57 views

Add weight to ball

I'm having troubles with the weight of a ball. I can apply gravity and a bouncing level, but I don know how to add weight. I want to do a "rock ball" and a "rubber ball", to compare it's bouncing ...
0
votes
0answers
68 views

Understanding accelerometers and gravity compensation

I have a sensor that provides both accelerometer and quaternion readings. If the accelerometer is on a flat surface, I get [0,0,1]. But as I move it, the vector changes. Does that mean that the sensor ...
0
votes
1answer
35 views

Using Gravity Forms “gform_field_validation”

I want to validate the field using gform_field_validation I found this documentation but not that helpful add_filter("gform_field_validation", "custom_validation", 10, 4); function ...
0
votes
1answer
42 views

Variable Jump Height

I have been having great difficulty creating a jumping system whereby the user can tap the jump button for a small jump and hold it down for a higher jump. I stumbled upon this topic: ...
1
vote
1answer
26 views

UIAccelleration value range

The AppleDeveloper guide seem to imply that UIAccelerationValue can range between a double value of -1.0 and +1.0. I have logged the values from a real device whilst "shaking" with crazy gestures my ...
0
votes
0answers
63 views

2D gravity simulation in polar coordinates

I am trying to alter my 2D gravity simulation program in such way that all the coordinates are in the polar coordinate system instead of the Cartesian coordinate system. I think the math should be ...
0
votes
1answer
70 views

Player won't fall down

The Problem: So I'm making this 2D platformer game and have run into a problem. When the player jumps onto a platform and goes of it gravity doesn't affect it and it won't fall down until you press ...
0
votes
2answers
91 views

Android set gravity of a textview dynamically

I dynamically added horizontal layouts to my activity, and I am trying to put textviews inside of them. The problem is, I can't manage to put some textviews To the right and some to the left. I ...
0
votes
3answers
72 views

Android - Set gravity of elements in XML

This is the XML code: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"> <RelativeLayout ...
0
votes
1answer
87 views

TextViews Gravity does not work vertically

when i draw the DrawingCache of a TextView to another View's Canvas, the Gravity of the TextView has no effect in vertical direction. Here the class drawing the TextViews canvas to own canvas: ...
1
vote
2answers
92 views

set gravity in list item layout

I have a problem with setting gravity of a list item layout..I have a list layout which has 2 textviews first one has right gravity and secound one has left gravity..When I load list view I always get ...
0
votes
1answer
87 views

how to display PopupWindow centered to clicked point on screen?

I´ve recently implemented a PopupWindow that was displayed exactly on a position where I clicked my GoogleMapv2. I converted LatLng map location to screenlocation, set gravity to center and displayed ...
0
votes
1answer
34 views

Gravity algorithm help needed

I'm using Slick2D and I was wondering if anyone knew how to tell if the player collided with the ground or a wall. So far I have it where it checks if the player hit something solid and if so it ...
0
votes
1answer
48 views

Can't get some proper gravity to work

I just started making my first game in Java and I have gotten pretty far. The game is a variant of the famous Pang which I played a lot in my childhood. I just started coding the bouncing balls in the ...
1
vote
2answers
95 views

Attraction Force between 2D balls

I have a simulation with multiple circles moving in 2D space, with elastic collisions between them. I'd like to add an attraction force between particles, so that particles move towards other ...
0
votes
2answers
126 views

Post-processing sensor readings from smartphone - gravity calculated from magentometer

I'm trying now to extract in Matlab information from android app that records output of accelerometer, gyrometer and magnetometer. As I need to find linear acceleration, I assumed that I can calculate ...
0
votes
0answers
36 views

BitmapDrawable aligned as background

I'm wondering if it's possible to align the background of a View in android. I have an image as a BitmapDrawable that I would like to fill and align it's right edge with the View. I was using the ...
0
votes
2answers
52 views

Optimization - Python and Scypi.minimize

I would like to find the position [X,Y,Z] of several elements in order to have the global center of gravity at a desired point. To do so, I defined 2 classes: elements which store the element's ...
0
votes
0answers
153 views

aligning content of GridView to center of screen

My layout is composed of a single GridView which contains 4 buttons in 2 rows and 2 columns. I want to align them to the center of the screen, both horizontally and vertically. I tried everything but ...
0
votes
3answers
273 views

Wordpress - Gravity Forms - How to enable JavaScript validation?

Does anyone know how I can enable JS validation in a Gravity form? I have marked each of my 3 fields as 'required', but when I submit an empty form, there is still an unnecessary trip to the server ...
0
votes
0answers
92 views

how would i add gravity to a ball that bounces?

I would like the ball in the code below to bounce according to gravity. at the moment, it bounces around a frame of the walls. I am making a version of angry birds, so gravity is key. I have some idea ...
0
votes
1answer
34 views

Calculating X and Y speed

I am trying to calculate X and Y speed for small object that are attracted by gravity of one big object This is video how my calculation works. As you can see after a while every small object goes ...
0
votes
1answer
75 views

Set gravity for RemoteView in android through java

How i can set the gravity through java code in android,i have a Remoteview like this RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.widget); i want to add gravity through ...
0
votes
1answer
130 views

LinearLayout layout_gravity bottom issue

There is my code : <LinearLayout xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_home" ...
0
votes
2answers
227 views

Android Progress Dialog isnt in the center but bottom

I've searched everywhere, and nothing found! I need to set the position of my progressDialog in the center horizontal and vertical. But when i compile my code by command line (i dont use eclipse) an ...
0
votes
0answers
131 views

How to add multi file uploader in gravity forms using wordpress

I am having problem with the task which is to upload multiple files or we can say use multiple file uploader in gravity forms using wordpress. given below is the code of form_display.php file in ...
1
vote
1answer
71 views

Open a new Gravity Form upon form validation error

I am looking for the best/easiest way to open/start a new gravity form when the current form fails validation. Example: user enters a zip code that is not valid upon submission. When the form fails ...
0
votes
0answers
42 views

gravity form notification customization

I have built a gravity form in wordpress. I have around 20 text fields. but when I submit the form then i see all 20 fields in the email. But I want to show only those fields in email which has values ...
0
votes
2answers
65 views

How do I make TextView's text to the left in a one row with two TextView?

I would like to use a LinearLayout to position two TextViews' texts to the left in a single row . One TextView on the left hand side, the other on the right hand side. whole rows texts will be on the ...
-3
votes
1answer
128 views

Programming Gravity

I'm programming a game (JAVA) and i would like to add some gravity in. I tried to find a formula or someting like this and there is so different way to do it. I'm looking for a formula who can ...
0
votes
0answers
177 views

Gravity Forms update Advanced Custom Fields

My Environment: I am using the Advanced Custom Fields plugin for creating extra meta fields on user profiles. I have associated the Field Group to the user profile using Location Rules. I am using ...
0
votes
1answer
105 views

Center TextViews/ImageViews vertically in unknown height - Android

Screenshot is posted below. In each row, the last 3 columns are not centered in their row vertically. The height of each row is unknown until after the screen is displayed. I am not sure but I am ...
0
votes
0answers
49 views

Transaction id in email notification gravity form

I need help to Insert Transaction id in notification email sent to admin in gravity form,
0
votes
2answers
138 views

android TextView setGravity doesn't work for certain versions

Setting gravity on a textView doesn't work on my Galaxy 2, 2.3.3 but does work on my Galaxy Note, 2.3.6. Does anyone have an idea why? The TextView xml definitions: <LinearLayout ...
0
votes
2answers
78 views

Mysterious NaN in console.log. Attempting a short physics experiment

So I have pinpointed what I believe to be the problem here. Though, I am having a hard time understanding why exactly the console.log(particles[index].x); call outputs "NaN". It should be a number. ...
2
votes
0answers
130 views

SetGravity for GridLayout not working

I am using a simple GridLayout to which I'm adding buttons dynamically. <GridLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/tagGridLayout" ...
0
votes
1answer
196 views

AS3 Juming/Gravity issue

Ok, so I am having a bit of a problem with gravity.The gravity is working fine but I just want to know how to do something.In the code below is the code for a MC to jump.The problem I'm having is that ...
-1
votes
1answer
123 views

Box2d Radial Gravit Limitation coco2d

I have been tweaking with the following code to create radial gravity, http://www.vellios.com/2010/06/06/box2d-and-radial-gravity-code/ now its working fine, but I wanted it so that for example this ...
1
vote
5answers
456 views

why android:layout_gravity=“right” not working here in android xml

my xml code for list view's row is <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
2answers
58 views

Remove Some Text From a String [closed]

I have a PHP variable that outputs some text on the page i.e. here's the text it outputs http://URL.com/uploads/gravity_forms/3-464e6bdac9890814218993b7e45c1736/2013/01/hehehecsv10.csv I would like ...
0
votes
1answer
122 views

Make a banner fall from behind a header

I want to make this wood banner "fall" from behind the header whenever the user hovers over it. I have searched the entire web for at least an example of how to do it. I found none. I know there ...
0
votes
2answers
90 views

Frame rate independent gravity

I am having an issue with gravity varying severely with frame rate shifts. When I run at 160 fps, my player jumps a few meters in the air then falls, but at about 10 fps, my player jumps half a meter ...
-3
votes
4answers
248 views

What is exact difference between gravity and layout_gravity [duplicate]

Possible Duplicate: Android - gravity and layout_gravity I have been working on android xml's. I have used android:layout_gravity="center" to align components in specific position. Now a ...

1 2 3 4 5 6