Jump to content

andyhill

uniGUI Subscriber
  • Posts

    1266
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by andyhill

  1. I cannot understand why TUnimDBList does not auto populate it's list from the bound datasource assigned table field ?

     

    Looking at the FishFacts demo the DBList Items were manually entered as text at designtime ?

     

        DBList.DataSource:= UniMainModule.dsStreets;

        UniMainModule.tblStreets.First;
        DBList.ItemIndex:= 0;
     
    Please advise.
  2. Thank you Dale, that works - I appreciate your help.

     

    Because my image contents are changing all the time, and the js has to be in the AfterScript (it would be silly to delete and recreate every time the form is shown).

     

    How can I implement Farshad's suggestion for working around cache issues ? 

     

    "files/temp/image.jpg? + FormatDateTime('ddmmyyyyhhmmss', Now)",

     

    for 

     

    path: "files/temp/image.jpg",

     

    As you can see I am slowly coming to grips with js. 

  3. Below does not work, I know just setting the Caption normally works but I am trying to understand why the JS version does not - please advise - thanks.

     

        UniSession.AddJS(LoginmForm.lblIP.JSName+'.Caption = ''Sleeping ...'' ;');

        UniSession.AddJS(LoginmForm.lblIP.JSName+'.RePaint;');
  4. I have a MobileApp that uses a TUnimDBListGrid and on the Disclosure event shows another Formm where we update the TUnimImage (MapImage) URL from db table file export. 

     

    Problem is after the first successful URL load, all future URL loads are ignored and the original does not change ? Please advise.

     

    MapmForm.MapImage.Url:= 'files\temp.jpg';

    UniSession.AddJS(MapmForm.MapImage.JSName+'.Refresh;');

     

  5. Gaban, I too have used the bulk of DevExpress in all my applications and have done so for decades.

     

    I have been experimenting with uniGUI, be prepared to loose most of DevExpress functionality :(.

     

    I have even resorted to non visual units (clone data) just to get XLS and PDF export, my request for such functionality to be added to uniGUI was turned down :wacko:.

    • Upvote 1
×
×
  • Create New...