I want listView suggestions over the same page in flutter - dictionary

Hey guys I want to make an dictionary app
Which will show list suggestions over the screen (not taking over another page for that)
Can anyone help please

I agree you need to share more so I understand that you need to something like typehead library, you can check that.

Related

make fxml screen static, not able to open other running services

i want to make a user not able to do anything else of my application, i want a user to do things available on my application only.
I will get this done on swing by Robot class, but in fxml i have no idea.
Can anybody guide me?
Thanks in advance
I'm not quite sure what you're asking.
If you want the user to be restricted from interacting with the rest of your application while a window is open, then you could use stage.initModality(Modality.WINDOW_MODAL);.
If you want the user to be restricted from interacting with all other application windows, you could use stage.initModality(Modality.APPLICATION_MODAL);.
If this is not what you were looking for, sorry in advance as your post kind of confused me. If this was not what you were looking for, could you try and clarify your question a little bit so I can understand it?
Thanks and good luck with your project!

New/Edit functionality in asp.net

Have landed into a scenario.
I have a user control in which I have few images. First image helps me to open a pop-up(different aspx page). I do some operations and save some stuffs to the DB, it has few textboxes and list views etc. This works pretty fine.
I need to implement the Edit functionality to the same popup. I haven't done this kinda thing earlier, hence don't have much idea on it. Googling din't too help much.
How should I go ahead and implement the Edit functionality.
I need to open the same pop up with the textboxes and listviews loaded with values from DB and need to edit that.
I am dilemmic as to how to start on this.
Pointers will be highly appreciated.
Regards
Anurag

I need help making a video/photo gallery with html and javascript

I know this has been asked before, but I can't find any thread that can exactly help me. I'm a bit of a noob, but I know my way around. Here's what I have so far:
HTML File
https://dl.dropbox.com/u/9757676/Website%20Stuff/Website.html
Javascript file:
https://dl.dropbox.com/u/9757676/Website%20Stuff/script.js
(it wouldnt let me post the code)
is there an easier way to do this, perhaps put all the images into an array? and I also need help making a next and back button, perhaps one problem can solve the other
Check jQuery tools: http://jquerytools.org/demos/tabs/slideshow.html.
It has lots of good plugins that could possibly help you.

How can we stop publishing of a structure group with help eventing?

I want to stop publishing of structure group with the help of eventing? Please share some code.
If what you want is to stop users publishing Structure Groups (or Publications) from the GUI then maybe you could use a GUI extension. Jaime Santos has a great post on Hiding commands in the GUI:
http://jaimesantosalcon.blogspot.com/2011/10/2011-sdl-tridion-gui-extensions.html
Can I suggest that you open the Structure Group properties page, and just un-check the "Publishable" check box? Or is there another reason you want to achieve this with an event?
You really need to elaborate your questions. I don't know what exactly you want to do, but I suspect that you want to remove the possibility to publish entire structure groups?
If you want to remove items to be published you need to write a Structure Group Resolver that does this for you.
When you elaborated your question I can share some relevant code.
We have done this by using GUI extensions.

iPad iWebkit css question (form field)

i don't have any knowledge about the iwebkit, or something similar, but i have to make a form, and i really don't know where to start.
Here is an image of what i want to do, what i ask you is a little help to make the 2 first fields (name and password) using css and i can learn from that to make the rest of the form:
http://postimage.org/image/1p4izgsas/
I really appreciate any given help. Thanks very much guys!
If Sencha Touch is what you want, why not use that instead?

Resources