[QUOTE=SA Spyder;24787563]iPhone's auto-correct recognizes 'cocoa' as a valid word. You just suck at spelling.[/QUOTE]
damn my spelling i just found out that is also sees coca as a valid word
[QUOTE=Pocoyo;24787839]Yeah, that happens on my iPhone too for some reason, try using your desktop.[/QUOTE]
my phone's browser uses the same rendering engine as firefox and it doesn't work there :saddowns:
anyone tried it on the desktop yet?
i dont care if he doesnt want to give us the release date as long as it comes out im not whining about it
Looking good Hexxeh. I am liking it so far. Keep up the good work man.
Not sure if this has been mentioned but for refreshing on the iPhone:
[img]http://blog.jcmultimedia.com.au/wp-content/uploads/2010/07/Pull-to-refresh.png[/img]
Pull down to refresh.
The one from the official twitter app. It's also in the facebook app.
I think that's the standard for refreshing now. I personally like it.
Hexxeh is incorpirating it. Its not a standard element though
[img]http://cl.ly/2Mfj/content[/img]
And no, it's not:
[code]
// fake it til ya make it.. create a 2 pixel bottom border
var border = Ti.UI.createView({
backgroundColor:"#576c89",
height:2,
bottom:0
});
tableHeader.add(border);
var arrow = Ti.UI.createView({
backgroundImage:"img/whiteArrow.png",
width:23,
height:60,
bottom:10,
left:20
});
var statusLabel = Ti.UI.createLabel({
text:"Pull to reload",
left:75,
width:200,
bottom:30,
height:"auto",
color:"#fff",
textAlign:"center",
font:{fontSize:13,fontWeight:"bold"},
shadowColor:"#999",
shadowOffset:{x:0,y:1}
});
var lastUpdatedLabel = Ti.UI.createLabel({
text:"Last Updated: "+formatDate(),
left:75,
width:200,
bottom:15,
height:"auto",
color:"#fff",
textAlign:"center",
font:{fontSize:12},
shadowColor:"#999",
shadowOffset:{x:0,y:1}
});
var actInd = Titanium.UI.createActivityIndicator({
left:20,
bottom:13,
width:30,
height:30
});
tableHeader.add(arrow);
tableHeader.add(statusLabel);
tableHeader.add(lastUpdatedLabel);
tableHeader.add(actInd);
postsTable.addEventListener('scroll',function(e)
{
var offset = e.contentOffset.y;
if (offset <= -65.0 && !pulling)
{
t = Ti.UI.create2DMatrix();
t = t.rotate(-180);
pulling = true;
arrow.animate({transform:t,duration:180});
statusLabel.text = "Release to refresh...";
}
else if (pulling && offset > -65.0 && offset < 0)
{
pulling = false;
t = Ti.UI.create2DMatrix();
arrow.animate({transform:t,duration:180});
statusLabel.text = "Pull down to refresh...";
}
});
postsTable.addEventListener('scrollEnd',function(e)
{
if (pulling && !reloading && e.contentOffset.y <= -65.0)
{
reloading = true;
pulling = false;
arrow.hide();
actInd.show();
statusLabel.text = "Reloading...";
postsTable.setContentInsets({top:60},{animated:true});
arrow.transform=Ti.UI.create2DMatrix();
postsTable.setData([]);
postsTable.headerPullView = tableHeader;
threadGetPosts(currthreadid);
}
});
[/code]
Looks sexy Hexxeh, you've got my praise.
Hurrah! I found the crash, and improved the internal design of the application while I was at it, it should start up faster now.
oh jeez it's so bland and ajknfjkngjknsd. Sorry, as long as it provides it's functionality it's great, but it really could still use some design work. (! I know it's still not final)
off topic: I just realized the home button on iDevices are shaped like app icons
[QUOTE=ifaux;24790762]oh jeez it's so bland and ajknfjkngjknsd. Sorry, as long as it provides it's functionality it's great, but it really could still use some design work. (! I know it's still not final)
off topic: I just realized the home button on iDevices are shaped like app icons[/QUOTE]
Produce some decent designs and I might listen to you, you've done nothing but criticise. This is fine, as long as you have something better, which you do not.
This is sweet :D
I'll use this over the normal Browser. Its fine in Safari but you have to zoom in to hit reply/page numbers its annoying
Thanks Hexxeh :D
Looking fantastic Hexxeh. Keep it up. :smile:
[QUOTE=Hexxeh;24790790]Produce some decent designs and I might listen to you, you've done nothing but criticise. This is fine, as long as you have something better, which you do not.[/QUOTE]
but my psd is..broken? :v: here's what I had up until then:
[img]http://imgur.com/5w0in.png[/img]
ifaux that looks shit
[editline]12:48AM[/editline]
you flew right past the idea of what a good app looks like. Crisp, clean white lines and paper, not ivory stuff with swish typography and al... sorry been watching too much Helvetica.
But yeah, I don't see how that's a good idea
App is feeling much snappier now, reduced the amount of code it has to run on launch by about two thirds, also fixed a bug where old postWindows weren't being cleaned up.
That's what I meant by purge the cache. Ha! I am a giddy goat!
Nah, I was just creating a new instance of the postWindow for each thread even though they were all in the same context, so I was technically pushing the same one twice, even though it'd changed. Now each thread runs in a different context so it doesn't matter, and less memory gets used because as soon as you quit a thread it kills that instance.
You are a (17-year-old?) god among men.
Is any of the money going to garry?
[QUOTE=aydin690;24793556]Is any of the money going to garry?[/QUOTE]
Straight to his "new cup" fund.
[QUOTE=Hexxeh;24790468][img_thumb]http://cl.ly/2Mfj/content[/img_thumb]
[/QUOTE]
It'd look better if the pull down thing was either blue or grey. It'd be awesome if you could retain as much as the original FP style as possible.
[QUOTE=Hexxeh;24787819]It isn't yet. iPhone comes first because I use an iPhone.[/QUOTE]
Until development on it starts, I'm not personally getting my hopes up and considering this app to be going anywhere but iPhone. I've learned my lesson enough times over with similar statements.
[QUOTE=Nerdy;24787729]No iPhones auto correction sucks ass.[/QUOTE]
I can't even type hell without it correcting to he'll.
:frog:
[QUOTE=Rong;24794515]I can't even type hell without it correcting to he'll.
:frog:[/QUOTE]
You can turn it off. In settings go to general, then keyboard, and then there you can switch it off. I also hate it it.
It's kinda funny because i was looking for one today.
[QUOTE=Thecoolgman2;24794787]You can turn it off. In settings go to general, then keyboard, and then there you can switch it off. I also hate it it.[/QUOTE]
Nah, I'll keep it on. Sometimes I don't even realize I spelt wrongly.
I have it on. If it corrects something I didn't want corrected, I just hit the x on the word. No big deal.
My phone's auto correction is awesome but it saved some nasty words so I turned it off :saddowns:
There is an app for blacklisting and erasing words but I haven't installed it yet.
Since iPhone was mentioned, would this also be available for iTouch?
Sorry, you need to Log In to post a reply to this thread.