Jump to content

emin

uniGUI Subscriber
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by emin

  1. I want to change the icon colors when UniTreemenu is in micro mode, and use the old color again when out of micro mode. I tried the below codes but both didn't work

     

    Quote

    UniTreeMenu1.JSInterface.JSCode(#1'.getEl().select(".x-treelist-item-icon").setStyle("Color", "#43A047");');
    UniTreeMenu1.JSInterface.JSCode(#1'.getEl().select(".x-treelist-item-icon").each(function(el){el.setStyle("Color", "#43A047")});');
     

     

  2. Merhaba unidblookupcombobox ile il bilgilerini çekiyorum. Ancak veri tabanında veriler büyük harf ile tutulduğu için aramalarda Türkçe karakter ile başlayan kayıtlar için eğer CapsLock tuşu açık değilse kaydı bulamıyor. (Örneğin İSTANBUL) JavaScript ile toUpperCase kullanımında i harfini I olarak çeviriyor. 

    Ayrıca bu kodu hangi clientevente nasıl yazmak gerektiğini bulamadım.

    Yapmak istediğim kullanıcının girmiş olduğu karakterleri büyük harfe çevirerek yazmak ve bunu yaparken Türkçe karakterleri de orjinaline uygun şekilde çevirmek.

    Yardımlarınız için şimdiden teşekkürler

  3. I am using several web services in my project. Everything is fine when a user calls a web service from the application interface.
    But when I try to call web services from ServerModule, nothing happens. (I know that the server module works independently from other modules, but I need to use some web services in this way. For example: Exchange rates over web services need to be updated every five minutes)

    Thanks in advance

×
×
  • Create New...