First, sorry for my bad english.
I need help to reload a dynamic UIView with an UIViewController.
In my UIViewController i have an function to build the View Elements like button,labels or other stuff.
CGRect cgRct = CGRectMake(0, 40, 320, 380); //define size and position of view
UIView *viewContainer = [[UIView alloc] initWithFrame:...
I'm using the wordpress plugin from http://www.sociable.es/facebook-wordpress-plugin-3-0/ on my blog, and I try to figure out, how they hide their download till I click the "Like" button on the post.
I tried:
<fb:fbml version="1.1">
<fb:visible-to-connection>HIDDEN CONTENT</fb:visible-to-connection>
</fb:fbml>
But it didn't work.
Is...
Hello again to all, I hope this question doesn't get answered by MR. Marcus he is a very busy man and I feel a little ashamed when has to answer because no one can.
I have this pretty much standard tableview with a bigger than normal cell at the end that holds a UITextView. When I tap inside the cell the keyboard shows up and the table...
Hello,
I have got a setup project in WiX in Visual Studio 2010 and in .wxs file I've got:
<Directory Id="SOLVERSLOCATION" Name="Solvers" FileSource="$(var.Main.TargetDir)Solvers">
<Component Id="CmpntSolvers" Guid="13C2AB0B-1AC1-4075-AC75-2716FE37F24A">
<CreateFolder/>
</Component>
</Directory>
...
I'd like to do this the right way if possible. I have XML data as follows:
<?xml version="1.0" encoding="utf-8"?>
<XnaContent>
<Asset Type="PG2.Dictionary">
<Letters TotalInstances="460100">
<Letter Count="34481">a</Letter>
...
<Letter Count="1361">z</Lette...
Hi everybody!
I have 2 files on 2 different servers:
file1.php
- resides on site 1
- I pass a parameter, and the script echo-ed answer which depends on (is function of) passed parameter
- everithink is OK when I access file by browser like
http://site1.com/file1.php?parameterValue
file2.php
- resides on site 2
- file2 has to sen...
Hi all I have a resources file as dll
of which CopyToOutput Directory is set to "Copy Always" & Build Action is "Content"..
When making setup for an application that uses Resources.dll
setup do not deploy Resources dll output files....
How to deploy Resources file output with this setup ??
Thanks
...
Hi,
I have created a custom content provider in application A and have another application B access this content provider in A. Below are my code snippets:
In content provider in application A:
public Cursor query(Uri uri, String[] projection, String selection,
String[] selectionArgs, String sortOrder) {
int ta...
I am the project manager for a Game Development Interest Group at my college and we are currently developing a game that we would like to release for free.
The actual source code of the game I would like to license under the GPL (This is because I want any re-distributions or derivative works of our game to also release the source code ...
I need a way in HTML/CSS with code only, without javascript or images, to make a sidebar and a content to follow each other, so if I write more text in the sidebar the content's height will be equal to the sidebar's height but the text in the content will remain on the top of the content part and inverse too.
...
Hello i want to understand how acs4 works.
I've an ebook signed with ACS4 for my device id.
How i can open it? i need to invoke adobe webservice to decrypt it? or i can decrypt ebook in my application (c#) ?
Thanks.
...
Hi,
I am working on a web scraping project. do any body have idea of scraping dynamic content.
Dynamic content on base of query string is similar to static content but dynamic content based on some event of a control within same page is the point where i am stuck. because in this case page url remain same.
I am using C#.
Thanks in ...
When I look at the Network tab in Opera Dragonfly, I'm not seeing POSTEd parameters or the RESPONSE content. Here's what I see:
Raw Response
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Thu, 15 Jul 2010 12:43:19 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Conten...
Hi folks,
I'm currently developing a website and I have my local environment which is hosted on an XP box with IIS 5.1. I'm using ASP MVC2 and .NET Framework 4.0.
What I want to know is, if there's a way to "configure" in web.config (or any other ways) a path for all my images so that when my CSS uses url() it automatically knows w...
I have a dojo TabContainer that has a BorderContainer child, with a left region and a center region ContentPanes.
-TabContainer
-BorderContainer
-ContentPane (left)
-dojox.layout.ContentPane (center)
I have it setup so that the left ContentPane is collapsible (by replacing it with a slimmer ContentPane) which works...
Hello,
Jeff Sharkey in this post (http://goo.gl/G3wt) shows how to create save application preferences in database by hack on PreferenceActivity.
It said i can use a ContentProvider, too.
Can you give me an example on how to save preferences from PreferenceActivity to ContentProvider?
thanks
...
Hi
Please, any one help me: how can I display the output (image file name, mean color image, color histogarm) to see it, which I saved it in sruct of array in mat file
...
Hi friends,
I have to show html string in textview not in uiwebview. Because i have to edit the content of the html string.
for ex:
NSString *data="< br>Data to be shown<\ br>"
textview.text= data;
Is it possible?
Thanks in advance for suggestion
Regards,
sathish
...
HI I'm building a php based website and wanted to know if there any way to allow my client to upload their content from a word document (or any word file)?
The upload should replace (or add) content to a page, allowing her to update her content. I know this is some sort of cms, but I don't know where to begin.
I currently have an artic...
I have a unordered list in my master page....
<ul id="mainMenu" runat="server">
<li id="mainHome" runat="server"><a href="#" title="Home" class="home">
<span></span>Home</a></li>
<li id="mainManage" runat="server"><a href="Users.aspx" title="Manage"
class="manage"><span></span>Manage</a></li>
<li id="mainEnquiry" runat="se...