Jump to content

Bektas

uniGUI Subscriber
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Bektas

  1. Hello , I have a variable in number format. I have a button and a label object. When my variable is 1, the background color of the button and font color of the label will be green. When my variable is 2, the background color of the button and font color of the label will be red. How can I do these codes in Delphi and Javascript? My Version is 1.90.0 build 1547 TUniSpeedButton *offline1; offline1->Down=true; //not working offline1->Color=(TColor)0x003FEC89; // not working they are very simple things but They do not work properly. Where am I making a mistake? Thanks C.BEKTAS
  2. bir global sayi(integer) değişkenim var. Sayi değişince, buton1 ve label1 objelerin renginin, değişmesini istiyorum. sayi=1 olunca kırmızı buton rengi sayi=0 olunca gri buton rengi bu işlem delphi kodları ile nasıl yapılır? bu işlem javascript fonksiyonu ile nasıl yapılır? Version:1.90.0 build 1547 kullanıyorum. Teşekkürler
  3. Helllo, I installed it without any problem for c++builder berlin but I had not seen any component on the toolbox. Not : I have not RadStudio and delphi. I have only c++Builder. How can I install the program for c++builder10.1 berlin without problem? is there any automatic setup program for c++builder? Thanks C. Bektas
×
×
  • Create New...