Posts

Currency Validation

hi, i trying validate currency in text input. currency negative, must not more 2 decimal place. code have. <mx:currencyvalidator id="valuevalidator" currencysymbol="$" precision="2" allownegative="true" source="{value}" property="text" /> <mx:textinput id="value" paddingleft="0" paddingright="0" change="{testvo.value = number(value.text)}" text="{testvo.value}"/> the problem having when user types cannot accept, put's value 'nan', , can't change value or delete it. crashing screen , user can't change anything. how can fix this? way 'testvo.value' of type 'number'. thanks. you create testvo using constructor, know initialized value: <?xml version="1.0" encoding="utf-8"?> <mx:application xmlns:mx=" http://www.adobe.com/2006/mxml" creationcomplete="init()"> <mx:script...

Zlece wykonanie formularza! - Joomla! Forum - community, help and support

formularz musi spełniać poniższe wymagania: - formularz musi zawierać: 1. dane osobowe płatnika: nazwa firmy, rodzaj osoby (dropdown), imię, nazwisko, stanowisko, ulica, kod, miasto, nip, telefon, fax, e-mail 2. dane osobowe odbiorcy jeśli adres odbiorcy inny niż płatnika: dane jw. 3. prenumerata roczna w cenie .... zł 4. wybór z dropdowna, od którego wydania rozpoczyna się prenumerata: 1-2/2006, 3/2006, 4/2006, 5/2006, 6/2006, 7-8/2006, 9/2006, 10/2006, rok 2007 taka sama numeracja: 1-2/2007... itd. 5. wybór pojedynczego wydania w cenie ... zł, możliwość wyboru jednego lub kilku wydań - proszę o wstawienie przejrzystych pól w kolorze białym większe niż obecnie - formularz musi być wysyłany po złożeniu zamówienia na wskazany adres e-mail w dziale prenumeraty - klienta musi zostać wysłany po złożeniu zamówienia automatycznie e-mail z potwierdzeniem, że zostało złożone zamówienie, na co, na jakie dane płatnika odbiorcy (treść maila podeślę panu w dniu jutrzejszym) - dane obowiązkowe wype...

External Hard Drive for KODI, Samba and FTP server - Raspberry Pi Forums

Image
hello everyone! i've bought raspberry pi 2 , i'm using tiny 320gb hard drive plan upgrade , buy 3 tb need find right 1 raspberry pi on 24/7 , run torrent client @ night use pi watch movies kodi during day. there ftp server , samba don't use them much. i'm can't choose between these 2 hard drives : - western digital red 3tb (£91) + icy dock hard drive enclosure (£50) - seagate expension 3 tb (£90). best me (reliability + price)? there point in buying wd red if hard drive used without raid? in advance i'd 5tb seagate not more (at least here in canada) out of 2 choices, i'd save money , go seagate. raspberrypi

อยากมีอาราย ในหนังสือจูมล่า - Joomla! Forum - community, help and support

Image
เพื่อนอยากมีอาราย (บทความหรือคอมโพเน้นหรืออื่นๆ) ในหนังสือจูมล่า กระผมจะจัดให้... อยู่หนังสือคู่มือการใช้งานจูมล่า หวังว่าจะช่วยให้ท่านสนุกกับจูมล่า ไม่มากก็น้อย ขอบคุณคับ เสร็จวันใหนบอกด้วยน่ะครับ..จะช่วยอุดหนุน Board index Joomla! International Language Support International Zone Thai Forum

Template regions again

i have created template work on our new site i'm developing uses css greater level our existing site. i have 2 editable regions ,one of 'content' having problem with. 2 optional regions called 'css' , 'w3c'that work great. when apply template page , match 'inconsistent' regions text of page match 'content' region; works; content sits flush left hand border instead of using css 'content' rule apply adequate margin text sits 'within' page. the incorrect page can seen here . the way can content sit within content (with margins applied) creating 'blank' page based on template , copying text 'div' any appreciated, thanks > way can content sit within content (with > > margins applied) creating 'blank' page based on template , > copying text 'div' which recommended way of doing it. why bad thing? works, right? -- murray --- icq 71997575 adobe community expert (if *must* email m...

Thread: Failed install

Image
i tried install ubuntu server last night without success. downloaded new copy, verified md5, burned new disc, loaded disc, checked errors, attempted load software. on first attempt, went way through install base system failed @ end. popped red screen saying process did not install correctly. started over, rechecked disc, re-partitioned drive. started install base system, stopped , gave error: debootstrap warning warning: couln't download package lidgdbm3 press continue, debootstrap warning warning: file:///cdrom/pool/main/l/linux-atm/...-17.2_i386.deb corrupt press continue, debootstrap warning warning: couldn,t download package libat1 press continue, debootstrap warning warning: failure while configuring base packages. bee attempted 5 times. press continue, computer continues load gives message no installable kernel found in defined apt sources. same thing happenend last night. have burned new disc @ lower spee...

HAT EEPROM - Raspberry Pi Forums

Image
hello guys, i´m testing little bit hat eeprom raspberry pi. in case have ordered 24c32 eeproms , connect 1 of eedata , eeclock pins of raspberry pi v2. after build small device tree (just testing): code: select all /dts-v1/; /plugin/; / { compatible = "brcm,bcm2708"; fragment@0 { target = <&i2c1>; __overlay__ { rtc@68 { status = "rtc"; }; }; }; }; compile it: code: select all dtc -@ -i dts -o dtb -o /programme/rtc_hat/rtc.dtb /programme/rtc_hat/rtc.dts after compiling have created "rtc.txt" file: code: select all ######################################################################## # eeprom settings text file # # edit file particular board , run through eepmake tool, # use eepflash tool write attached hat id eeprom # # tools available: # eepmake parses eeprom text file , creates binary .eep file # eepdump dumps binary .eep file human re...