can any one tell me the details about below displayed control?can i arrange images on this? - objective-c

can any one tell me the details about below displayed control?can i arrange images on this?
Hi all,
may i know the name of below displayed control.
how can create this.
can i able to arrange images or text box inside the control.
Hi all,
can any one help me .
can any one provide me any code to create this ,sample apps or paths to refer.
i need to arrange images on to this.
is it possible to do?

The control you are looking at is a UIPickerView. Apple documentation covers this pretty well. It is possible to assign images to it.

Related

Write to left and right display

I have a Lily58 Pro, this is a split keyboard with two displays. I am looking for a way to display text and images on both displays.
To create my custom firmware I have done the following:
Copy default Lily58 firmware
Alter the layers in keymap.c file.
As far as I understand I need to alter the oled_task_user() method to write to the secondary (right hand side) display. The QMK Documentation provides some kind of example but I don't understand it.
Should I be importing something from the split_commom package?
Question
How do I display text/image on the secondary display? A small example would be much appreciated.

using .gif image in Active reports .i.e. in pdf it should display

I have a strange requirement , where the client wants a graphical logo which revolves to be printed on the reports. I am completely confused as on PDF can we display a .gif image. i gone through and found this. So, generating reports by active reports9 is it possible. Need assistance guys. If its not we need to inform as early as possible to client. If it possible how. Thanks in advance.
Displaying animated gif images in ActiveReports is not possible as of now.
Gifs could be loaded inside the Picture control in reports as simple images but the animation part for them is not supported currently.

How to add floating button in PDF?

I would like to add a floating button in PDF. However, after doing a lot research on internet, I didn't find any answers.
I would like the button to float/move across the pages with the scroll bar as the document is scrolled. Is there a way to implement it in PDF?
Note: I would prefer to not to use JavaScript to implement it.
Thanks in advance.
As #mkl commented, it is not possible to add a floating button in PDF without using JavaScript.
PDF is meant to be used for fixed layout and not dynamically change as it is being viewed.
The closest I could find to what you are looking to do is this article about creating text that shows/hides depending on where the cursor is. I can't think of a way to leverage this though to change the position of a button as a user scrolls and even then you would most likely run into different PDF viewers handling it differently.

html cfgrid change the text of Sort Ascending and Sort Descending menu items on column headers

I am struggling to get this to work and would appreciate any help.
I have a cfgrid which is in html format.
I would like to be able to change the text of the sort menu that appears when you click onto the column heading.
I know there is an ext api that allows you to do alot of changes but I cant seem to put my finger on how to change this text.
There are three texts that need to be changed: Sort Ascending, Sort Descending and Columns.
Please note this grid has to be in the html format and not the applet format where i think you have options to change sorting buttons text.
The reason for changing the text is for my language functionality in the app.
Any help would be greatly appreciated
many thanks
JC
We are using Coldfusion 9.01
I 'm not sure what code you want to see as all i have is a cfgrid created which wont help really with any answers to my question.
There may not be a way to do this in straight ColdFusion, but if you are using a recent version, you may be able to use JavaScript to handle this for you.
Under the covers, CFGRID is nothing more than EXTJs. WE are able to 'grab' the 'native' JS object that is the grid, and then use this as we would a 'native' EXTJs.
Checkout this link on how to 'grab' the native JS object - http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WS0ef8c004658c1089-6262c847120f1a3b244-7ff7.html

iText create pushbutton at relative position

I'd like to create a pushbutton on a pdf using iText. However i cannot create it at any fixed/ position. It needs to be done at a relative position. Like say, 5-6 cm. before end of PDF.
Any idea on how to do it?
Another way might be creating an invisible field in acrobat, getting its field position and then creating the button at that position. However i've been unable to retrieve field positions or even view them. Could someone help me with this?
Regards,
Sameer
you should always know the size of your pages, and if you know that you will be able to put it at a relative 5-6cm of the page. some info that might help you is that all the coor and stuff in itext is done in points and there are 72pts in an inch.