Jump to content

mehmet07

uniGUI Subscriber
  • Posts

    625
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by mehmet07

  1. hi, How to implement mask for a uniMdbedit?
  2. UniSession.JSCode('name_'+MainForm.UniURLFrame1.name+'_'+ MainForm.UniURLFrame1.JSName+'.a2.className ="'+'widget-49-date-success'+'";'); Bu kodla yaptim.
  3. Merhaba, UniURLFrame bilesenin içerisinde html sayfam bulunmakta. Bu html içerisindeki Div bileseninin class degerini unigui buton bilesenine tiklayarak nasil degistirebilirim? Teşekkürler
  4. Anladim, çok teşekkür ederim. Deneyecegim.
  5. Hmm, Tüm sessionslari dongu ile dolasip onlara istek gondermek şeklinde mi?
  6. Merhaba, Öncelikle cevabınız için teşekkür ederim. Ne yapmak istedigimi detayli anlatayim isterseniz. Unigui uygulamami rest server gibi de kullaniyorum. Disaridan uygulamaya bir istek geldiginde ,istegin geldigine dair tum aktif oturumlari bilgilendirmek istiyorum. procedure TUniServerModule.UniGUIServerModuleHTTPCommand( ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo; var Handled: Boolean); begin if ARequestInfo.URI='/test' then begin Boylece her calisan uygulama gelen bu bilgiye gore islemler yapacak.
  7. Merhaba, Servermodule'un onHTTPCommand event'i ile disaridan gelen istekleri alabiliyorum. Bir istek geldiginde bu isteği tüm oturumlara nasil iletebilirim acaba? Servermodule istek geldiginde global bir degisken olusturup bu degiskenin degerini değiştirerek cozum buldum , ama bu durumda da main forma bir timer ekleyip surekli degiskenin degerinin değişip değişmedigini kontrol ettirmem gerekiyor. Servermodule den tüm oturumlarin mainformuna bildiri gecmek mumkun mudur? Teşekkürler.
  8. Merhabalar, unidbgrid'de UniDBGrid1SetCellValue olayi ile ilgili sutuna girilen degeri almaya calisiyorum. Normalde tablonun kusuratli deger formati "," olmasina karşın griden Value degerini aldigimda kusurati "." olarak gösteriyor. 12,3 sayisini 123 olarak algiliyor.
  9. Would you try these settings. There was a bug in windows. Maybe it will work
  10. mehmet07

    Pivotgrid

    Add this CSS code to servermodule -> customCSS. Then write pivoth-grid in PivotTable -> LayoutConfig -> ComponentCls section. YourPivotTable.LayoutConfig.ComponentCls:='pivoth-grid'; The problem will be fixed.
  11. Merhaba Hayri bey, Gridin liste kismina degil, toolbuttons kismindan buton ekliyorum. Eklediğim butona resimde ekleyecegim.Ama imageindex bos geliyor. Normal gridler de gridin images ozelliginden bir imagelist baglayinca oradaki image'in index degerini kullaniyorduk.
  12. Add one more button and set the seperator property to true. After that, the button you just added will appear on the right.
  13. UniDbPivotGrid bileseninde images properties bulunmamakta. Bundan dolayıda UniDbPivotGrid bileseninde toolbuttons kismindan eklediğim butona resim eklenemiyor. Bunu eklemenin baska bir yontemi var midir? Teşekkürler.
  14. There are 5 tabs in the unimtabpanel component. But when I compile the project, only 3 tabs appear on the mobile screen. Others do not fit the screen. In the UniPagecontrol component, if the tabs do not fit the screen, the navigation buttons appear. Is it possible to show these buttons in the unimtabpanel component?
  15. Merhaba, UniDBPivotGrid bileseninde tum dugumleri nasil acabilirim? Teşekkürler
  16. How can I add the navigation button to the unimtabpanel?
  17. this example did not work for me. I wonder if it works for you? Clicking the scan button does not react at all sorry : I did not install the zxing compatible program on the phone
×
×
  • Create New...