What the code for add download possibility.(c++)
MOLLYE1012 1 year ago
no basic buttons accept buttons with pictures
bunnyz324 1 year ago
What music is this?
morguepie 2 years ago
is webkit faster than firefox?
hypercam258 2 years ago
what is that???
its not webkit, not safari, not firefox, not anything!!!
pepsipopup 3 years ago
nah its webkit
woodlandfriendz 2 years ago
It is based off of the WebKit browser, same as Google Chrome and Safari are.
He however, designed the interface for such an amazing browser. I want this :)
CodeAlot 2 years ago
@pepsipopup it's a UIWebView (the page part of safari)
jackgreenhill 1 year ago
Hmm... I heard the music you used in a Apple thing...
kwashner101 3 years ago
its the same one. its a real song
ryan9559 3 years ago
kewl
@kwashner101 It's the song you hear when you install Mac OS X 10.6, 10.5, and 10.7.
persingern 3 weeks ago
shit i wish i could get webkit to work. i did the cygwin but for some reason i'll type in the commands and there would be a problem if someone could give me a better guide then the one on the webkit website it would be nice
strongmad86 3 years ago
You can use this to set the title of the window to the title of the web page you're viewing.
- (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame
{ if (frame == [sender mainFrame]){ [[sender window] setTitle:title]; }
}
SmugVirusFreeMacUser 4 years ago
thanks, I'll have to try it out.
ryan9559 4 years ago
What the code for add download possibility.(c++)
MOLLYE1012 1 year ago
no basic buttons accept buttons with pictures
bunnyz324 1 year ago
What music is this?
morguepie 2 years ago
is webkit faster than firefox?
hypercam258 2 years ago
what is that???
its not webkit, not safari, not firefox, not anything!!!
pepsipopup 3 years ago
nah its webkit
woodlandfriendz 2 years ago
It is based off of the WebKit browser, same as Google Chrome and Safari are.
He however, designed the interface for such an amazing browser. I want this :)
CodeAlot 2 years ago
@pepsipopup it's a UIWebView (the page part of safari)
jackgreenhill 1 year ago
Hmm... I heard the music you used in a Apple thing...
kwashner101 3 years ago
its the same one. its a real song
ryan9559 3 years ago
kewl
kwashner101 3 years ago
@kwashner101 It's the song you hear when you install Mac OS X 10.6, 10.5, and 10.7.
persingern 3 weeks ago
shit i wish i could get webkit to work. i did the cygwin but for some reason i'll type in the commands and there would be a problem if someone could give me a better guide then the one on the webkit website it would be nice
strongmad86 3 years ago
You can use this to set the title of the window to the title of the web page you're viewing.
- (void)webView:(WebView *)sender didReceiveTitle:(NSString *)title forFrame:(WebFrame *)frame
{ if (frame == [sender mainFrame]){ [[sender window] setTitle:title]; }
}
SmugVirusFreeMacUser 4 years ago
thanks, I'll have to try it out.
ryan9559 4 years ago