February 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 February 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Tags
- actionscript
- actionscript3
- adl
- air
- air for android
- android
- bugs
- Chodakiewicz Marek Jan
- css
- equals
- flash
- flashdevelop
- German death camp
- Germans
- Germany
- htmlText
- Illustrator-artboards
- Illustrator-cs5.1
- Illustrator-scripting
- Invasion of Poland
- javascript
- Kisielewski Tadeusz A.
- magento
- magento api
- magento basic api
- Pilecki
- reactjs
- rectangle
- Rodziewiczówna Maria
- Skype
- snippets
- SQLConection
- SQLError
- SQLite
- SQLStatement parameters
- styleNames
- StyleSheet
- TypeScript
- Varien_Object
- webservices
- Witold Pilecki
- wordpress
- WWII
- Wyrwich Mateusz
- XML-RPC
Blogroll
Categories
- Accessibility (1)
- android (6)
- Bookshelf (69)
- bugs (9)
- flash (33)
- actionscript (22)
- air for android (7)
- SQLite3 (in AIR) (6)
- history (12)
- HTML (13)
- CSS (3)
- JavaScript (10)
- Illustrator-Scripting (3)
- JAVA (2)
- magento (12)
- npm modules (1)
- php (5)
- ReactJS (7)
- TypeScript (5)
- Uncategorized (14)
- xml-rpc (9)
Tag Archives: bugs
Chrome Extension with React – gotcha
I’m rebuilding my Chrome Extension Tab List to use ReactJS (as part of my learning trip) and encountered following error: Uncaught EvalError: Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the … Continue reading
Posted in bugs, JavaScript, ReactJS
Tagged bugs, chrome, chrome-extension, content_security_policy, eval, evil-eval, reactjs
Comments Off on Chrome Extension with React – gotcha
The String’s replace method and ArgumentError: Error #1063: Argument count mismatch error
Hi, recently I have upgraded flash player (11.1.102.55), and suddenly found that one of my components was throwing following error: ArgumentError: Error #1063: Argument count mismatch on Main/removeLinkStyleClass(). Expected 0, got 6. at String$/_replace() at String/http://adobe.com/AS3/2006/builtin::replace() at Main/init()[…\bugs\string_replace\src\Main.as:27] at Main()[…\bugs\string_replace\src\Main.as:16] … Continue reading
Posted in actionscript, bugs, flash
Tagged actionscript3, Argument count mismatch, ArgumentError, bugs, Error #1063, flash
1 Comment