Skip to content

Settings and activity

7 results found

  1. 35 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    5 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    I found a bug in this concern,
    I have several JavaScript fields in my library which are used as Name, Description, Status and Colour of the library.
    In All these fields, I have turned off realtime execution, but still loading the library takes 10-30 seconds for 100+ records, but as soon as I set these js fields as Regular Fields, library loads instantly!
    This means that inspite of realtime execution off, memento is executing the JavaScript in js fields if they are set as name/description etc.
    This behaviour should be fixed and it should use the static value as result of last execution.
    We can create an action script in library view to recalc all lib().entries() in library if we want to manually refresh all js fields.

    This would improve the load time of libraries drastically.

    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    Definately needed, maybe defer calculations etc of older entries on opening to make Library open faster

  2. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    You can root your phone, install xposed framework and AppLocale module to do this

    http://repo.xposed.info/module/com.zhangfx.xposed.applocale

  3. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    Add a trigger script for before Saving the entry and check

    if(entry(). field ("Image").length>1)
    {
    message ("Select only one image");
    cancel ();
    }

    Or you can make this script to overwrite 2nd image with 1st one and discard 1st one like this:

    if(entry(). field ("Image").length>1)
    {
    entry().set("Image",[entry(). field ("Image")[1]]);
    }

  4. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    Add a trigger script for before Saving the entry and check

    if(entry().field ("choice"). equals(""))
    {
    message("Select choice");
    cancel();
    }

  5. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    Use tasker with auto input plugin to automatically click magnifying glass when you type in Memento

  6. 67 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Ashwar Sadh shared this idea  · 
  7. 15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Ashwar Sadh commented  · 

    100% Agree on this idea, this way for eg. if we have an Inventory Database, pictures can contain sku as file name, so we can search and use .jpg files.

    Ashwar Sadh supported this idea  ·