u can
help. Philip
Den 24/08/2009 kl. 18.09 skrev Philip Juel Borges:
Hi.
Does any one know how to add segmented cell buttons to a toolbar in
Interface builder? Like the ones in Mail and the back and forward
buttons in Safari.
I've searched high and low in the mailing list+google and
Hi!
Does anyone know how you'd populate a tableview when clicking a
button? I tried this:
AppController.h:
- (void)populateTableView:(id)sender;
AppController.m:
-(void)populateTableView:(id)sender {
[super init];
sourceArray = [NSArray arrayWithObjects:
Hi!
I have this javascript function in my test.html file which is loaded
in the WebView:
function goToPage(mybox) {
window.location ='#' + mybox.value;
}
It allows me to enter a number, like 24, which then goes to the anchor
tag . It serves the purpose of navigating a long html
file. I
Hi!
In my app I have tailored the ViewController app from Apple to fit my
needs. The MainMenu.xib contains the custom view where my other views
are swapped in. I have 3 views in all now. All these views contain
each 1-3 NSTableViews and one WebView. However, instead of having 3
WebViews I
Hi!
In my app I have my MainMenu.xib that contains the toolbar and a
custom view that swaps in my other 3 xib (view) files (taken from
ViewControlller from Appple's site). Now each of the other 3 views has
a webview and a segmented control that allows me to go back and forth
and adding th
Hi!
I'm new to iPhone development. But loving it!
In my project I have added folders to the resource folder. The
structure looks like this.
TOC.html
rbi8.css
data
I
I--ge
I--1.html
I--2.html
I--3.html
Now, all my html files use css for styling. As you can s
Hi,
I've googled this issue to no avail until now. In my application I
have a tableview with 6 columns to enter numbers for statistic
purposes. That works fine. Yet, I've run into a problem adding the
numbers together. Under each column below the tableview I have placed
an NSLabel to show
Hi,
I'm looking for a way to create an IBAction that extracts the id value
of a tag name into a UILabel from any given HTML file that is loaded
in my UIWebView. My ids are as listed below:
This code, HTMLverseLabel.text = [webView
stringByEvaluatingJavaScriptFromString:@"document.ti
Hi,
Xcode supports the use of regular expressions. With the following
search and replace I can find a string, like John 17:17, and turn it
into a link:
Find
([a-z]+) ([0-9]+):([0-9]+)
Replace
\1 \2:\3
This works fine. But right after Library I want to insert another
folder comprised of
Hi!
I have an app that where a toolbar button loads a property list file
into 3 tableviews, which in turn updates a webview. The file is 6,3MB.
Whenever I press the button it takes roughly 2 seconds.
How can I make the application load that 6,3MB property list file
faster?
/Philip
Hi.
Does any one know how to add segmented cell buttons to a toolbar in
Interface builder? Like the ones in Mail and the back and forward
buttons in Safari.
I've searched high and low in the mailing list+google and must admit
that I haven't gotten anywhere close.
/Philip
___
Hi,
I'm using code from ViewController to swap between views in my app,
which works fine.
In my app one view is named IndexView.xib and that contains one
tableview and one webview and an NSObject called IndexViewController.h/m
Recently, I discovered how to shift the focus from the t
Hi,
I have an application that contains 2 tableviews populated by a
property list file. A selection in one changes what is displayed in
the next, which in turn loads an html-file in my webview.
Q: How do I load the tableviews progressively so that when I select
the item from the second tabl
Hi,
I have an application that contains 2 nstableviews populated by a
property list file. A selection in one changes what is displayed in
the next, which in turn loads an html-file in my webview.
How do I load the tableviews progressively so that when I select the
item from the first tabl
Hi all,
I'm re-posting this question. Hopefully more clear than before.
I've been struggling much with a problem for so long and fail to get
it to work. I don't know where I go wrong but below is my code.
I've got 2 tableviews populated by this file, data.plist, with
bindings. When I push
Hi,
The code below retrieves an anchor tag name '25' from the '1.html'
document when I type '25' in my NSTextField, and loads it in WebView.
But the '1.html' document contains many numerical anchor tags. Does
anybody know how I can retrieve any anchor tag I type in NSTextField
and load it i
16 matches
Mail list logo