Jump to content

thiagopedro

uniGUI Subscriber
  • Posts

    41
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Contact Methods

  • Skype
    ThiagoPedro-ES

Recent Profile Visitors

1089 profile views

thiagopedro's Achievements

Newbie

Newbie (1/4)

2

Reputation

  1. How to change the icon of place? Place on the right side.
  2. 1: it worked thank you Could you explain what each command does? Their role. Why css would I also get this result? 2: Assigning in designtimer worked. When I assemble the event at runtime through the create of the frame, it doesn't work. Any tips? procedure TUniFrame.UniFrameCreate(Sender: TObject); begin UniDBGrid.ClientEvents.UniEvents.Values['beforerender'] := 'function beforerender(sender, eOpts)'+ '{'+ 'var pagingBar=sender.pagingBar;'+ 'if (pagingBar) {'+ 'pagingBar.add(0, {xtype: ''tbfill''});'+ 'pagingBar.add({xtype: ''tbfill''});'+ '}'+ '}'; end;
  3. I am looking to automatically center the grid toolbar.
  4. My license goes up to that version. I did not receive the promised licensing time increase. I checked the log and found nothing related to that version afterwards that could indicate something non-functional in this sense. You can verify ?
  5. It is not what I could see in the following scenario. Scenario One (Sucess): 1. Alter PageSize; 2. By clicking on the toolbar button.Updates the grid correctly. Scenario One (Error): 1. Alter PageSize; 2. Execute command "UniDBGrid1.Refresh". Grid is not updated.
  6. Attached is the refresh item of the highlighted toolbar. What is the procedure via code similar to the action of this button?
  7. The problem mentioned does occur. The interim solution is: gbNumeracao.JSInterface.JSCode(#1'.setBodyStyle("height", "72px");');
  8. Is it functional in version 1.50.0.1485? I tested it and it did not work.
  9. Also tested with version ext-6.6.0 / uni-1.70.0.1484. Same problem!
  10. I'm also having the same problem. When using "Filter" / "Filtered = True" in FDQuery. Error in function TUniCustomDBGrid.MoveToRow. "UniDBGrid" is not automatically filtering. After filtering and clicking the manually refresh uniDBGrid button, it updates the data, but the page count goes wrong. Anyway, you're in trouble! As I had already been informed by other colleagues, I figured that an update would soon come out. My Version: ext-6.6.0 / uni-1.70.0.1485
  11. Does anyone have a working example in ext-6.5.3?
×
×
  • Create New...