Jump to content

Fábio Matte

uniGUI Subscriber
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Fábio Matte

  1. Problem solved. My code was like this: Suboption Person.Popup (X, Y); And then I added the name of my dbunigrid in the code and it worked. suboption.Popup (X, Y, gridData);
  2. You have a compressed .pas and .fdm file in the previous comment.
  3. I did the way you indicated, but it still remains in the wrong place. Attached image. Abastecimento.rar
  4. Thank you, that worked properly.
  5. In UniDbGrid in 'OnAjaxEvent' I put this code: procedure TfrmPainelContAbastecimento.gridResultadoAjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'popup' then subOpcoes.Popup(StrToInt(Params.Values['x']), StrToInt(Params.Values['y'])); end; And in ExtEvents: function mousedown(sender, x, y, eOpts) { if (eOpts == 2) { Ext.defer(function(){ ajaxRequest(sender, 'popup', ['x='+x, 'y='+y]) }, 300); } }
  6. Good afternoon, I have a problem putting my PopUp menu in UnidbGrid. Until version 1398 was working, and now in version 1466 the menu opens in different place from where I click. See the image, where is the red arrow is where I click, and the popup opens higher. How to correct?
  7. ... www/css/customcss.css .AbasteceTitPanel { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; padding: 5px; border: none; background: -webkit-linear-gradient(-90deg, rgba(242,157,140,1) 0, rgba(242,121,96,1) 100%); background: -moz-linear-gradient(180deg, rgba(242,157,140,1) 0, rgba(242,121,96,1) 100%); background: linear-gradient(180deg, rgba(242,157,140,1) 0, rgba(242,121,96,1) 100%); background-repeat: repeat-x; background-position: 100% 100%; -webkit-background-origin: padding-box; background-origin: padding-box; -webkit-background-clip: border-box; background-clip: border-box; -webkit-background-size: auto auto; background-size: auto auto; -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ; box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4) ; }
  8. How do I put a CSS code to customize a Unimpanel? I've tried to put the same I do with LABEL but it did not work
  9. Sorry for my translation, but I speak Portuguese and I'm using a translator so I can express myself and I'm not getting the right words, but I found what I was looking for, it was the "ShowAnimation" property of the form for Mobile, doubt. Thanks for listening.
  10. For example, when I switch from Panel to Mobile do I have that panel transition effect, sliding effect, how do I control that effect, or do I have other effects I can use?
  11. Since I control the transitions effects of UnimTabPanel, I can not find the property.
  12. Actually for this case the problem was the same, I removed the UniLabel from the StatusBar, and stopped giving the mentioned error. Thank you, problem solved.
  13. Today is a version for a 1464, and before that I use a 1397 version, and even a 1397 worked well, after I upgraded to 1451 forward, experiencing problem with TUniContainer. I enter the login screen: I confirm the User and Password and then start to see this message 9 times After confirming the 9 times it accesses the System as shown: Here are the attached PAS files. PAS_Archiver_Originals.rar
  14. Bom Dia, é necessário neste caso substituir todos os UniContainer pelos UniPanel ou UniSimplesPanel? Pois se for, eu vou gastar dias fazendo isso, pois o projeto é grande e usei muitos Containers, e se não é para usar o componente, porque ele está dando esse erro então! Good morning, is it necessary in this case to replace all UniContainer with UniPanel or UniSimplesPanel? Well if it is, I'll spend days doing this because the project is great and I used many Containers, and if it is not to use the component, because it is giving that error then!
  15. How to leave the TUnimEdit bigger, because in the designe they are even getting a good size, but when it executes it is in fixed size. And I've done via CSS that works perfectly the other details, but the size of the field is not getting good. Does anyone know of any way to increase? My CSS: .AbasteceEdits { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; border: none; font: normal normal bold 17px/normal "Trebuchet MS", Helvetica, sans-serif; color: rgb(0, 0, 10); text-align: center; text-indent: 2px; -o-text-overflow: ellipsis; text-overflow: ellipsis; letter-spacing: -1px; white-space: pre-line; background: #afd1ca; text-shadow: 4px 4px 6px rgba(0,0,0,0.5) ; }
  16. O Problema foi resolvido com o lançamento da versão 1.10.0.1453. Obrigado.
  17. Bom Dia, atualizei para a versao Beta 1452, e o meu sistema mobile agora está sendo exibido assim. Vide Imagem em Anexo. Eu não sei si está faltando apontar alguma coisa pra apontar no código. English
×
×
  • Create New...