|
No, not that kind of pie;
this kind!
What's your favorite?
http://www.piecouncil.org/Events/NationalPieDay /
Agman has my heart 2012
Started by jbug on
, 17 posts
by 6 people.
Answer Snippets (Read the full thread at realitytvworld):
It's Pie day AND *Whack*ing day?
Some things are just too good to be true!
Cinco de Drinko con Agmano! I know! Can it get any better than this?
Agman has my heart 2012
where did you find the clown... .
I have to pick just one? I don't know that I can do that .
|
|
In a repeater is it possible to have a field only show once and then again if it changes?
What I want it to look like
Audio - Thing - Thing - Thing Video - thing - thing Picture - thing
They are going to be ordered by Type either audio video picture but...
Started by Bruno43 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
See these:
http://stackoverflow.com/questions/362979/grouping-rows-of-a-datatable-in-vb-asp-net-2-0 http://stackoverflow.com/questions/507215/asprepeater....
It's a little odd to do in ASP.Net, but not impossible .
What you want is called a control/break report.
|
|
The problem I've got is that when the preferences window is opened and then closed, it will not open again. Why is this happening and how can this be fixed?
EDIT: Just noticed also I've got the same problem with Main Window.
The window is being opened...
Started by Joshua on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you connect its ....
It sounds like you forgot window.
Checked for the window in Interface Builder, and you are loading it once, caching it, then expecting to be able to close and re-open it without loading from the nib again.
|
Ask your Facebook Friends
|
I am using YUI 3.0 io to submit form data with ajax. The form fields are created from a django view (ModelForm). The first time the form loads, I update a field and submit the form using YUI onclick which calls the io callback which runs the django view...
Started by Robin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'll probably need to rebind....
I don't know YUI particularly well, but I imagine what is happening here is that when the AJAX reloads the form, it's also creating a completely new button - which no longer has the onclick event bound to LoadMemberAjax .
|
|
First my code
$.getJSON("./posts/vote/" + postId + "/1", null, function(result) { if (result.result == true) $("#pst" + postId + " > .pstside > .rank > .score").html(result.voteCount); });
I have a bunch of buttons each with code which brings...
Started by Cyril Gupta on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Or introduce....
Perhaps try using a "POST" if you are changing data ("keeps returning the old values") .
Since you are doing a "GET", it doesn't sound unreasonable that some caching (at the browser, a proxy / intermediary, or the server) could be the issue .
|
|
Ok, maybe you can't understand much from the title, so I'll try to explain it a bit more in here. Basically I have a navigation, like this:
<ul class="primaryNav"> <li class="nav1"><a href="#" class="inactive" title="About us">About ...
Started by Adrian on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I have some.
I mean, when I play" back again to the initial link who had that className when I first arrived into that page.
And I want that to be active again when users stop navigation through my menu.
|
|
I am creating a app from a tutorial in a book, but I noticed a problem, when the preference window i created is opened and then closed it won't open again, how can i fix this?
Thanks.
EDIT: I saw another post about this but was still un-answered, so i...
Started by Pete on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Make sure the window variable in the windowController....
Also double check that the connections to and from the window from your window controller are hooked up okay .
In Interface Builder, make sure Release on close is turned off in the Window's attributes .
|
|
Hello, This time I have problem with virtual fields.
I have core class for my game objects. This class contains a field with Model class object. Model's object contains values such as position etc.
Now - while drawing I need to read position of each object...
Started by Ziell on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Your interface would look something like:
public interface IGameObjectModel....
If you used an interface, I believe you'd still be able to call:
IGameObjectModel.Position.X = 10;
As long as the object type you used for Position has a read/write property called X .
|
|
Hello, This time I have problem with virtual fields.
I have core class for my game objects. This class contains a field with Model class object. Model's object contains values such as position etc.
Now - while drawing I need to read position of each object...
Started by Ziell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It sounds like your GenericGameObject needs to be a generic type, where the type parameter derives from DefaultGameObjectModel :
abstract class GenericGameObject<TModel> where TModel : DefaultGameObjectModel { private TModel model; // Or whatever... .
|
|
RCMC #119 - A Call To Action! Come One! Come All!
As a long standing member of the RCMC, I, Barbaraann (Random Lady of Fun and Games) issue a challenge. How many of our many, many regular members of the RCMC can we call back to post in this thread? I'...
Started by Barbaraann on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at micechat):
It's empty and lonely in here....
Happy Friday.
I am off to my kitchen to cook that very lunch .
I suddenly have a craving for a grilled cheese sandwich and some tomato soup .
Or where I am, it's almost lunch time.
Good morning.
Game on.
Challenge accepted.
|