Jump to content

Angelica

uniGUI Subscriber
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Angelica

  1. Hi Dear Moderators:

     

                                      It works excelent!!!

     

                                     Thanks a lot!!!!

     

    Angélica ( Arizmendi Team)

  2. Posted 06 July 2018 - 03:28 PM

    Hi  !!

               We have a problem with UniDbNavigator --> Events--> BeforeAction

               We need that button ->nbInsert can  Table.cancel  when the process ´s done. 

     

            Details:

           

           1. I 've made for you  2 very simple  test case,      

           2. 1. In a Form, in VCL:  

                        procedure TForm1.DBNavigator1Click(Sender: TObject; Button: TNavigateBtn);

                              begin
                                  if Button = nbInsert then
                                              IBCTable1.Cancel;
                                  end;
                         end,
                   Behavior: Button Insert doesn´t work, for us it´s OK, because it ´s we need that way.
              2. In a Form, in Unigui:
                             procedure TMainForm.UniDBNavigator1BeforeAction(Sender: TObject;   Button: TNavigateBtn);
                                    begin
                                       if Button = nbInsert  then
                                          IBCtable1.Cancel;
     
                                   end;

                         Behavior: Button Insert  workS, for us it´s KO, because it ´s we need that the table.Cancel works.

     

                       Have you an alternative?

     

            Thanks in advanced.

     

    Angélica ( Arizmendi Team)    

     

     

             

     

  3. Hi  !!

               We have a problem with UniDBGrid --> Columns - Property : Editor and  UniDbGrid --> Property: ReadOnly 

     

            Details:

           

           1. I 've made for you a test case.     

           2. In a Form:    

                        - A UniDbGrid linked Table: ElFormularios.

                                                         1.In Property: Columns --> in Columns ' property-->Editor :  we put a component, for example: a UniComboBox ( error appears with all components, we 've test them).                                                                               

     

     

                        - A UniRadioGroup1 with :

                                                              1 Name:ReadOnly (option):    UniDBGrid.ReadOnly:= True;  ( option for default) 

                                                              2 Name:NotReadOnly(option): UniDBGrid.ReadOnly: False;

                                                                   

                                                                            

                       - A UniButton1 ( it contains another process, it works well). 

     

           3. When clicking on UniRadioGroup1-->NotReadOnly first time, it works well.

               Then  clicking  on UniRadioGroup1-->ReadOnly, it works well

               For Second Time clicking on UniRadioGroup1-->NotReadOnly, it does not work. Error ( I  attach a file with error).

     

          

         We don´t why UniDBGrid.ReadOnly:= False doesn´t work, if we put a component in editor ( Property's Columns).

     

        Thanks in advance

     

        Angélica ( Arizmendi's team)

     
               

     

     

                                                   

                       

               

      

    post-5538-0-93731200-1530901489_thumb.png

  4.        

    Hi Delphi -UniGUI Developers:

     

                    Would  you have an example of how to do Drag Drop in TUniLisBox? 

                    Would  you have an example of how to do Drag Drop  between  two TUniLisBox (items)?  I attached a file with screen.

     

     

     

    Kind Regards

    Angélica
     

    post-5538-0-07533300-1509396914_thumb.png

  5. Hi !!!

     

    Thanks for your answer. I Found an  extensible-lang-es.js. how do I include  file (extensible-lang-es.js.) in my calendar application ( UniCalendarpanel)?

     

    I attached this file,

    Thanks a lot again.

     

    Angélica

     

    PD: extensible-lang-es.js 's:

        if (exists('Extensible.calendar.template.BoxLayout')) {

            Ext.apply(Extensible.calendar.template.BoxLayout.prototype, {
                firstWeekDateFormat: 'D d', // e.g. "Lun 01"
                otherWeeksDateFormat: 'd',
                singleDayDateFormat: 'l, d \\de F \\de Y', // e.g. "Lunes, 12 de Enero de 2011"
                multiDayFirstDayFormat: 'd M, Y', // e.g. "09 Ene, 2011"
                multiDayMonthStartFormat: 'd M' // e.g. "01 Ene"
            });
        }

    extensible-lang-es.js.txt

  6. Hi Delphi -UniGUI Developers:

     

                  We need your help, 'cause  we  need  date format : 'dd-mm-yyyy',( first day and second month).

     

                   I write in ClientEvents-->UniEvents;  I attached a file ( agenda.png), too.

     

                      function beforeInit(sender, config)

                              {
                                        config.monthViewCfg = {
                                        ddCreateEventText: "Evento creado desde  {0}",
                                        ddMoveEventText: "Evento Modificado desde {0}",
                                        ddResizeEventText: "Evento Actualizado desde {0}",
                                        showHeader: true,
                                        startDay: 1,
                                        onMoreClick: Ext.emptyFn,
                                        showWeekLinks: true,
                                        showWeekNumbers: true,
                                        todayText: "Hoy",
                                        FormatDate: "j F Y"  ----> It doesn´t work.        
           
                                }
      
    }
                   Thanks a lot.
                 
                    Best regards.
     
                   Angélica       :)  
                                

     

                      

    post-5538-0-37640300-1507124306_thumb.png

  7. Hi Delphi Developer:

     

                       1) I try with UniDBGrid -> WebOptions -> FetchAll = True , but It doesn´t work.

                       2) Error , UniDbGrid can´t full  a table with 3.000.000.  The page web doesn´t Work but with another tables ( e.g. 100.000) ,it works perfectly.

                          Do you get it??

                         Really, I wanna, 'cause  i need that  my page web shows a table with 3.000.000, with pagination,obviusly.

     

                       Best Regards!!!  an Thanks a lot !!!

  8.    Hi Delphi Developer:

            

                    Thanks, for your soon answer.

                    I did that

                                        UniDBGrid -> WebOptions -> Paged, PageSize ---> 25    but  It didn't work for these case, a table with 3.000.000 records.

                    Versión: Uniguid licenced 1402. I paid it.

                      

                   Best regards,

×
×
  • Create New...