Jump to content

Rafael P

uniGUI Subscriber
  • Posts

    88
  • Joined

  • Last visited

Everything posted by Rafael P

  1. Thanks again for the fast reply @Sherzod. Works perfectly!
  2. Thank you guys! Both of you are amazing and inspires me to keep up at learning and studying programming, also Delphi and uniGUI is my first language that i'm having contact everyday! Thank you so much for the videos and the tips, really appreciate!
  3. Great @mhmda. I've already see your previously and fast reply on my topic. But You're great! Keep up the great job, you inspire me to study and improve at programming. Delphi and uniGUI it's my first language at all! By the way, thanks for the videos!
  4. Yes, it will be! But, how can i do that? Do you have any example or source code, please? Thank you so much!
  5. I already have tested this, but it's not working on 1.90.0.1535, here's the code: function afterrender(sender, eOpts) { var me = sender; me.view.getEl().on('scroll', function(e, t) { if (t.scrollHeight - (t.scrollTop + me.view.el.getHeight()) == 0) { if (me.pagingBar) { me.pagingBar.moveNext() } } else if (t.scrollTop == 0) { if (me.pagingBar) { me.pagingBar.movePrevious() } } }); }
  6. Hi Everyone! UnimDbListGrid has a option that allow the users to navigate between pages in WebOptions -> Paged -> PageSize. But, it will be much better if can display some buttons to go to the next and previously page, indeed. I already have tested UnimDBNavigator and unfortunately only have buttons to go to the last and first page. There's another option or workaround that implements a button to go to the next page (not the last one) using this component on UnimdbListGrid? Thanks!!
  7. Rafael P

    ListView

    Source code on a description video. Its from our community manager!
  8. Rafael P

    ListView

    Here's a video explaining how to do a ListView in mobile: Hope this help everyone!
  9. I just have found a video that helps to create a Menu on mobile. Here's the link: Hope this help anyone who's searching for a menu alternate version...
  10. I Agree. But i think for this has a workaround on UnimDBNavigator. The problem is i cannot have a button to go to the Next Page, since i have only first and last page... Did you have find any solution for this? Thanks!!
  11. Seems exactly what i need, it's perfect! Thank you!!
  12. As you can see, i tried to show what i want to archieve. Click on Menu "Empresa" it will show two more options to choose ('Bloco' and 'Andar').
  13. Hi Sherzod! So, i have a menu right on the corner on my screen. Once i click on it, he it will display a item from this menu showing more options from them (Like a dropdown style or UniMenuItens). Is there any possibility to do this using this component (UnimMenu) or i will have to choose another one to do what i want? P.S: Here's a picture attached below. Thanks, anyway!
  14. Seems great Ron, thank you so much! But i would like to "customize" Menu. Do you think with some css i can archive something like this example below?
  15. Hi there, is there any new source? The link is broken, unfortunately.
  16. Thank you for the fast reply. It worked!
  17. Hi everyone! I'm trying to change TabBarVisible property of UnimTabPanel by false but it's not working anymore in version 1.90.0.1535. In previously version was (1531), but now don't. And later i use the sample which i think it will work, but unsunccesfully: UniSession.AddJS(UnimTabPanel.JSName + '.tabBarVisible.Hide();'); or these one into befoneInit event's: function beforeInit(sender, config) { tabBarVisible = Hide; } But, unfortunately, none of these above has worked. Is there any workaround for this, or link i don't see in post's before? Really appreciate any help!
  18. Glad my friend! I will try to analyze using your suggestion. Anyway, if i have updates i will post here later. Thank's.
  19. Sorry to persist on this... But, analyzing the index file, is there any kind of setting i must change on it? Really appreciate any help!
  20. These are our settings. Please can you tell me it's only necessary change Identity to LocalSystem?
  21. Hi Farshad and Sherzod, is great to have some answers from you sirs! So, you have looked in a point at, meanwhile, we don't take the right attention to it. All the times that a node need to be restarted, the error will ocurred along trying to take down the service. By the way, it's not in this kind of situation that system's will freeze, but this starts to show that will came to be a prelude that something's gonna wrong. Will be attached below a file system's that keep our setting's on it. Please verify that. Actually we are deploying the application using .exe file, but indicating on him into the IIS using HyperServer Index.dll. ----- Today, we have 4 applications loading into this server, and all of these ones are using HyperServer: • Relation Http_Transport: - App 01: start_port=16384 - (it's gaining more access, and most of the times it would be crashing once per day); All the other ones don't freeze, but the gain flux access is less than the other i have mentioned before: • App: start_port=16994 • App: start_port=17604 • App: start_port=18214 index - new.cfg
×
×
  • Create New...