how to slide images? - flex3

I want to slide images from right to left or left to right,is it possible?
Thank's in advance...

Short questions get short answers. See the section on behaviors in the Flex 3 help.

Related

Image picker on slider

I want to create image slider [Same like an bellow image].I got some example but those are not fulfilling my requirement. Please help me to solve this issue.
UICollectionView is the best choice for your task. See example here.

How to display .m file content in objective c programmatically?

I need to display the content of a .h/.m file on the iPhone's screen, maybe in a UITextView, how can I do that ?
The problem is that i need the code to be coloured exactly as shown in code.
Thank you in advance.
You should take a look at my answer to this question.
The best solution seems to be ParseKit.

Is there a way to know the size of the whole UItableView?

Basically the sum of all tableViewCell and headers I suppose.
Actually you are looking for the contentSize:
tableView.contentSize.height
should give you what you are seeking for
Try this:-
tableView.contentSize.height

Image on top of uiTableView

Im little lost here,thats what i need to do:
But the tableview seems to take all the view and the image just gone...its possible to do that?
Use a UIView, put your UIImageView on the top, tableview at the bottom inside the UIView.
Yes it's possible.
Looking at your attached screenshot, it looks like you have the gist of it. That said, your question is quite vague without further details it will be unlikely people will be able to address your problem

NSTableView visual issue

Can someone tell me what might cause this white rectangle in the column to appear? Thanks.
Thanks!
EDIT: If i resize that table column it goes away.
It looks like it might be a view floating above the table view.
Please see this question I just asked. It may be the same problem.
NSTableView redraw not updating display, selection sticking