Search the Community
Showing results for tags 'edit'.
-
Dear Pros, I would like to build a search edit that looks mostly like the search edit field of google. Concerning the lookup - function it should be possible to proceed just with entering text (the Lookup just should be a helper, the data behind can be very large). I think there was already such a thing discussed in the group here, but I couldnt find. Any inspirations welcome! Gery/Cyprus
-
- search
- suggestions
-
(and 3 more)
Tagged with:
-
Hola, soy completamente nuevo con UNIGUI y en el desarrollo web, (vengo de Delphi 6 !!!). Una cosa muy molesta cuando desarrollo mi aplicacion con UNIGUI es que los captions de los paneles, botones, labels... son seleccionables, el cursor pasa a modo editor y se puede seleccionar su texto, no quiero que eso se pueda hacer pero... ¿cómo lo evito? Gracias😅
- 1 reply
-
- captions
- selectable
-
(and 1 more)
Tagged with:
-
emoji uniGUI Does Emojis in Edit Controls
Fred Montier posted a topic in Components and Code Samples
A simple example, but a lot of work: support the use of Emoji directly in edits for chats and other programs aimed at social interactivity. This is an example to be used with only an edit control (or dbEdit) but that does not create a problem with Ext.JS CSS. Other libraries I tested worked better but created incompatibility in the interface that I was unable to solve. Visit http://www.unigui.com.br to purchase books, packs of projects for unigui and other resources and services. Soon our website https://www.unigui.express (in English) will be live. Meanwhile, English channel on Telegram: https://t.me/uniguiexpress Project available at https://www.unigui.express -
Hello to all, perhaps may be of interest. I did some testing with CSS. This is the result. testcss.txt 1) Add css to CustomCss Sever module 2) Create Event OnBeforerender for the TuniguiGroupBox function OnBeforerender(sender) { sender.addCls('boxTondo') ; } For more Info : http://www.html5today.it/tutorial/angoli-arrotondati-borderradius-css3 http://www.w3.org/TR/css3-background/#border-radius endera.heroku.com/examples/rounding Have fun . best regards This is just an idea.
-
Hi, I'm new enthusiast uniGui (complete) customer Great job! My question: I have a dbgrid with 3 columns. eg: Prod.ID | Description | Quantity Can I directly edit the quantity using somethilng like unimspinner component? I mean without invoke the editor for the whole row but directly on the grid cell? Thank you Marco
- 2 replies
-
- unimdbgrid
- roweditor
-
(and 2 more)
Tagged with:
-
Fala galera firme?? tava com meu projeto funcionando de boas... de repente do nada começou falhar o logon do usuário. Nesse caso descobri que o unigui não está recebendo o Text no UniEdit corretamente.... não sei mais o que fazer, tentei de tudo ja.... basicamente o que faço é.... deixar o edit com propriedade text preenchida aleatoreamente "roberto", executo o programa e no button eu coloco um showmessage do Uniedit1.text quando clico sem alterar o text.. ele vai mostrar roberto corretamente, mas se vc apagar o text e escrever qualquer coisa, ele vai continuar mostrando 'roberto' do mesmo jeito.... não consigo resolver de jeito nhm.... se alguem puder me ajudar fico mt grato!!!!
-
Is it possible to edit a grid cell when entering a value? Today to edit the user has to enter enter and then type! I would like to edit the cell without typing enter! Thansks Zanona
-
Hi, Is it possible for dbgrid row editing to hide some edit cells when dbclick on row. Now when i load dataset before showing form I hide first three columns. (some id columns). Then When I dbclick on row it begins showing cells for those hidden columns.