Domo arigato, Mr. Roboto

Hi--
I would like record and playback mouse movements and key presses for a demo of the software that I am developing using Swing. The gui consist of a main window with lots of internal frames. The Robot works well for playback, but I need a way to record the movements of the Robot. I almost got it working. I was capturing AWTEvents by hooking into the event queue; however, to capture mouse events properly, it needs to know absolute mouse coordinates. The MouseEvents only contain relative coordinates and I can't figure out a way to translate them properly. For instance, the event gives me the relative coordinates of a mouse press on a button, on a panel, in an internal frame, within the main window, etc. For the demo, I will of course keep the main window maximized and every position as reproducable as possible. Another thing I tried was to capture the AWTEvents entering the queue during recording and playback the events by reinserting them into the queue with the proper timing. That worked well for mouse events, but keyboard events were not directed to the correct components. They seemed to be received by the main frame only. How do people normally record for the robot? Please help,
- Mike

Hi Mike and all,
I need to implement macro functionality (Recording mouse and key events and replay them when necessary) in my GUI application. The GUI consist of a main JFrame/JDialog with lots of panels which are having lots of swing components like Jtextfields, Jbuttons and all.
I feel I could this by using Robot class. Is it the correct way ? Could you please give me some hints or sample code to do this functionality ?
Thanks a lot.
[email protected]

Similar Messages

  • Facebook and Email wont connect on C3

    I recently bought a Nokia c3. I can connect to all the internet services ie opera browser, facebook, email, msn messenger via WLAN. When I want to connect through o2 Wap, I can only access the Opera browser. None of the other services like facebook or email will work.
    I have received the mms and internet settings from o2. I am on Pay as you go, and have the text and web tarrif.
    If anyone can tell me what settings to change or what to do, it would be appreciated.
    Thanks.

    Hello everybody! This is my first post here - I'm Marcin, i'm 28yrs old, and i use Nokia C3-00 that my brothers gift me (domo arigato for U bros!).
    Well i had many problems, i even send email to Nokia care, and get response that they send my email somewhere (thx Nokia for trying to help your new customer!).
    Well firstly - my C3 was from some Polish telecom company (orange). It was version 3.36. As You said above, Nokia Mail didn;t work, Facebook on desktop didn;t want to log me in, Opera worked well - i was using WIFI (i got own router with WPA-PSK protected working on 802.11g mode). I try to download Palringo, and it also worked well - so only apps didn't worked were only Nokia apps.
    I was reading some google results and i find out there is newer firmware for my Nokia, so i used Nokia Ovi Suite 2 that updated my Nokia firmware into 7.20 version. It looked like phone start to work little faster, had faster response time also. So i was happy, but Nokia Mail didn't work. Also new error appear - second "community" icon inside of the Menu. Well i was thinking what is wrong, and try to use GPRS... It didn't want to start, i also tryed sending MMS - also didn't work! I try "restore to factory setting - only configuration" - do not work. I try "restore to factory settings - all" - also didn't work! Sending SMSes with configuration from my gsm operator - also didn't work! (ofcourse i made restart after all of those changes, every time).
    While waiting for answer for Nokia is not good option (waiting do not resolve problems - only working on them), so i was checking more and more about my new phone - i'm computer guy, and i started to threat phone problem like computer problem. I start to learn about how my phone is built - OS40 6th generation, i started to learn how firmware is working inside of it. I've learned about 3 segments of firmware in my phone (MCU, PPM and Content pack). And guess what? While Update of firmware was fine - it didn;t update all 3 parts!!! It means some of things are updated, and some are not - this is why there are 2 community icons inside Menu. I find out that my "Content Pack" was still old (03.36) version branded with "orange" telecom. It means some icons, backgrounds, text, configuration was never changed by update. And i was using different GSM operator than orange, so it could not work - because it always try to use configuration from orange. So i had to reflash "Content Pack" with version 7.20 (i used unbranded version), then, i made "restore to factory settings" - all, inside of phone (menu, configuration, restore). After restart voila! - no more seond community icon in Menu - and phone started to work much more faster! The phone taked configuration of GPRS/MMS and other things correctly from my SIM card, and started to send/receive MMS, and connect with E/GPRS.
    What still didn't work was - Nokia Mail, and Facebook (well it can read data sometimes, but cannot for example read "messages" from facebook).
    My investigation showed me that - Nokia Mail do not work because i was trying to use WiFi connection. When i start to use E/GPRS then it start to work correctly without any problems! In WiFi mode it didn;t start, it freezed while "checking for update" and after a while sayd that "there is connection problem".
    What i think is that Nokia C3 just need more work on Nokia apps, and also make people update firmware more "free", by themselves, in more ways people need it.
    Well nothing more to add, i hope it can help someone
    Greeting for all and Happy New Year!
    Don't say you want to help - just do it! Happy user of Nokias: 6150 SAT (still work), 6021 (used as backup, still work), 5220 XpressMusic (Drown, screaming for Contact Service), C3-00 (my current phone).

  • Pythagorean triples complex squares

    While working on a math problem recently that involved Pythagorean Triples I spotted a connection with the complex numbers that I had never noticed previously. It is a trivial observation and I was surprised that in my many years as a mathematician I had never heard anyone mention this little fact. I am curious if this little fact is well known to others and I just happened to miss it or if it really is unknown to most folks.
    A Pythagorean triple is a set of three integers like 3,4,5 that make a right triangle with integer sides. Being a right triangle the numbers fit the Pythagorean theorem, a^2 + b^2 = c^2 and sho nuff 9 + 16 = 25
    Euclid has a proof that is presented in the Elements that all Pythagorean triples can be generated from two integers s, and t by means of these formulae
    a = 2st
    b = s^2 - t^2
    c = s^2 + t^2
    It is fairly easy to use algebra to square a and b using those formulae and see that these numbers do in fact form a Pythagorean triple. It is only slightly more difficult to go the other way and show that all triples are of this form.
    So all of this is ancient history - known to Euclid.
    Now let us take a complex number, c = a + bi. Let it be a complex integer, meaning that a and b are actually integers. Viewed from the complex plane, the complex number c represents a little right triangle, one leg is the real part, one leg is the imaginary part and the hypotenuse is the norm of the complex number c i.e.
    |c| = sqrt(a^2 + b^2)
    Clearly because of the square root sign the norm of c is not necessarily an integer and thus the triangle a,b,c is not necessarily a Pythagorean triple. However just square the complex number c
    (a + bi)*(a + bi) = (a^2 - b^2) + (2ab)i
    Notice anything about the form of a perfect square in the complex plane and Euclid's characterization of a Pythagorean triple? One leg is a difference of squares the other is twice the product of the two numbers.
    They are one and the same. The Pythagorean triples are just exactly the perfect squares in the complex plane.
    So for example (2 + i) is not a square and is not a Pythagorean triple. Its norm is sqrt(5). but if you square it, you get (3 + 4i) whose norm is 5.
    That is the observation. Nothing difficult. Perfectly obvious. Every mathematician from Euclid on knows about right triangles and everyone since Gauss has been able to multiply two complex integers. It is about as easy as math gets. I was astonished that in years as a working mathematician I had never noticed this nor heard anyone mention this simple fact.
    Yes, I know - you're thinking that the reason this never came up in conversation is because this observation is totally irrelevant and practically useless, but that has never stopped mathematics. Just ask any mathematician to tell you about paracompact Hausdorff spaces and listen to an amazing tirade of irrelevant and practically useless information.
    The Pythagorean triples are just the perfect squares in the complex plane.
    Just for grins Google 'Pythagorean triples "complex squares"' to see a Google search that returns but a single result. Hole in one. except that it is not about the result that I just mentioned.
    I make no claim that any of this is original, I am only flabbergasted at my ignorance and am casting out to see if I was just asleep the day they covered this in high school or if this really is a rather obscure and little known even if trivial observation.
    There is nothing left to say but to ask the survey questions
    1) Did you know this before you read it here?
    2) If you did know it, was it shown to you or did you discover it yourself?
    Enjoy!

    You are so correct Jos, you can have a common prime root in the legs. Euclid's formula was for the primitive triples.
    I had run into a triple in a problem that I was playing with, remembered that there was a characterization in Euclid and while skimming it noticed that it looked exactly like a squared complex number. This would explain the lack of finding this fact noted on the various math sites - the mere fact that it isn't really true.
    The connection to the complex plane is real but as you say the complex squares are the pirmitive triples not all of them.
    Of course, if I were a good mathematician I would pretend that I knew that all along and in a disgusted tone utter, "Do you take me for some kind of fool? Obviously I meant 'primitive' because it isn't true otherwise."
    These days I am closer to fool than to a good mathematician.
    I am very glad that you pointed this out. The problem I was working on required triples and I was about to limit my considerations to just the primitive ones when in fact a non-primitive one could do.
    Domo arigato gozaimashita!

  • Does 2013 macbook air use a special version of OSX 10.8.4?

    does 2013 macbook air use a special version of OSX 10.8.4?

    Don't know about a 'simple data transfer via USB drive'........
    Have to make sure 3rd party software (like MS Office 2008 and CleanMyMac 2, etc) make the trip over to the new Macbook Air. Also, my current MacBook Pro does not have USB 3 and that would make a connect slow, very slow.  Best bet I think is a Firewire 800 to Thunderbolt connect.
    Sadly, this is turning out to be 'like two ships passing in the night' in that OSX 10.8.5 is due out 'soon, very soon' and it reportedly will include drivers, etc that make this issue moot.  However, as they say, 'it's my money and I want it now!' , so I won't wait and will settle for 4/5 of the loaf.
    Thanks for your help!
    Domo arigato gozaimasu
    Taedanhi kamsahamnda
    Merci beaucoup

  • Roboto font not available in certain applications and Openbox menu

    I have downloaded Roboto TTF font from here and saved it in ~/.fonts.
    After downloading it, I ran:
    $ fc-cache -vf
    After that, I changed the font in lxappearance and obconf and every single application I have tried so far uses it by default now except Openbox menu (window titles seem to work just fine) and Geany.
    What can I do to fix this?
    I really like the font and pretty much everything runs well except those two.
    Note: tried placing those files in /usr/share/fonts/local, but nothing changed.
    Last edited by COPE (2013-11-04 07:35:17)

    Tried to switch fonts in terminal (rxvt-unicode) and apparently that font is not available there either.
    Any ideas?

  • Web Font: Roboto

    Hello.
    I am doing a web about Android and I have the problem that Roboto is not on Typekit... Anyway to get it on Muse for exporting like web font and not like image?
    Regards

    Based on what I'm able to see.... you can try the directions here
    http://helpx.adobe.com/en/muse/tutorials/styling-css-embedded-html-forms.html
    Which in your case Step 4 could be, top menu, to go PAGE PROPERTIES go to METADATA go to HTML FOR <HEAD> then add in:
    <style type="text/css">
    font-family: 'Roboto', sans-serif;
    </style>
    Good luck, it's an experiment. The other options:
    • to export all files, get the css sheet and add info, and finish the site in a editiing program like dreamweaver or a simplier one.
    • or download the font into your computer system's font folder,use it, and Muse will automatically export it as a PNG. To answer your question, "what is the reason that Muse use this feature 'export like image'" : when the browser will not recognize the font, it'll default to any san serif. So Muse fixes that by exporting it as art (PNG) instead of text. Now there is no font style at all for the browser to figure out, now it's art.  This is the easiest solution ---- and it'll work in all browsers no matter how old.
    Dahnark, you can see here web fonts are not supported in all browsers, it is supported in 89.63% browsers  http://caniuse.com/#feat=fontface
    And if you let Muse export it as PNG your problems are over, it is now art and will display on all browsers.

  • Fontconfig matching incorrect Roboto font styles

    Default fontconfig installation without personal tweaking, then I have ttf-roboto from AUR:
    Roboto-Black.ttf
    Roboto-BlackItalic.ttf
    Roboto-Bold.ttf
    Roboto-BoldCondensed.ttf
    Roboto-BoldCondensedItalic.ttf
    Roboto-BoldItalic.ttf
    Roboto-Condensed.ttf
    Roboto-CondensedItalic.ttf
    Roboto-Italic.ttf
    Roboto-Light.ttf
    Roboto-LightItalic.ttf
    Roboto-Medium.ttf
    Roboto-MediumItalic.ttf
    Roboto-Regular.ttf
    Roboto-Thin.ttf
    Roboto-ThinItalic.ttf
    Whenever I specify "Roboto" in any font-related settings (Chrome, gnome-tweak-tool, etc), it redirects itself to the much too bolder style "Roboto-Medium" instead of the normal "Roboto-Regular".
    "fc-match Roboto -v" results:
    Pattern has 34 elts (size 48)
    family: "Roboto"(s)
    familylang: "en"(s)
    style: "Medium"(s)
    stylelang: "en"(s)
    fullname: "Roboto Medium"(s)
    fullnamelang: "en"(s)
    slant: 0(i)(s)
    weight: 100(i)(s)
    width: 100(i)(s)
    size: 12(f)(s)
    pixelsize: 12.5(f)(s)
    foundry: "unknown"(s)
    antialias: FcTrue(w)
    hintstyle: 3(i)(s)
    hinting: FcFalse(w)
    verticallayout: FcFalse(s)
    autohint: FcFalse(s)
    globaladvance: FcTrue(s)
    file: "/usr/share/fonts/TTF/Roboto-Medium.ttf"(s)
    index: 0(i)(s)
    outline: FcTrue(s)
    scalable: FcTrue(s)
    dpi: 75(f)(s)
    rgba: 1(i)(w)
    scale: 1(f)(s)
    charset:
    0000: 00000000 ffffffff ffffffff 7fffffff 00000000 ffffffff ffffffff ffffffff
    0001: ffffffff ffffffff ffffffff ffffffff 00040000 00018003 00000000 fc010000
    0002: 03000000 00800000 00000000 00000000 00000000 10000000 3f0002c0 00080000
    0003: 0000820b 00000008 00000000 00000000 ffffd7f0 fffffffb 00467fff 00000000
    0004: ffffffff ffffffff ffffffff ffffffff ffffff7f ffffffff ffffffff ffffffff
    0005: 000fffff 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    001e: 00000003 c0000000 00000000 00000000 0000003f ffffffff ffffffff 03ffffff
    001f: 00000000 00000000 00002000 00000000 00000000 00000000 00000000 00000000
    0020: 7fb80fff 160d0067 00000010 80100000 00000000 00001898 00000000 00000000
    0021: 00480020 00004044 78000000 00000000 00000000 00000000 00000000 00000000
    0022: 44068044 00000800 00000100 00000031 00000000 00000000 00000000 00000000
    0025: 00000000 00000000 00000000 00000000 00000000 00000000 00000400 00000000
    00f6: 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000
    00fb: 0000001e 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    00fe: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 80000000
    00ff: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 30000000
    (s)
    lang: aa|ab|af|av|ay|ba|be|bg|bi|bin|br|bs|bua|ca|ce|ch|chm|co|cs|cu|cv|cy|da|de|el|en|eo|es|et|eu|fi|fj|fo|fr|fur|fy|gd|gl|gn|gv|ho|hr|hu|ia|ig|id|ie|ik|io|is|it|kaa|ki|kk|kl|kum|kv|ky|la|lb|lez|lt|lv|mg|mh|mk|mt|nb|nds|nl|nn|no|nr|nso|ny|oc|om|os|pl|pt|rm|ru|sah|se|sel|sh|sk|sl|sma|smj|smn|so|sq|sr|ss|st|sv|sw|tg|tk|tl|tn|tr|ts|tt|tyv|uk|uz|vo|vot|wa|wen|wo|xh|yap|zu|an|crh|csb|fil|hsb|ht|jv|kj|ku-tr|kwm|lg|li|mn-mn|ms|na|ng|pap-an|pap-aw|rn|rw|sc|sg|sn|su|ty|za(s)
    fontversion: 65536(i)(s)
    capability: "otlayout:DFLT"(s)
    fontformat: "TrueType"(s)
    embeddedbitmap: FcTrue(s)
    decorative: FcFalse(s)
    lcdfilter: 1(i)(w)
    namelang: "en"(s)
    How do I write a .conf file to hardwire the matching rule back to Regular, or should I go for some other settings?

    Thanks. Haven't downgraded anything in a while... It was pretty straightforward.
    Downloaded "libass-0.9.13-1-i686.pkg.tar.xz" (instead of 0.10.0-1) from http://arm.konnichi.com/extra/os/i686/
    $ cd /home/user/Downloads
    $ sudo pacman -U *xz
    PS: Apparently the VLC issue was indeed because the MKV was a 10-bit encode... VLC 1.2 will (supposedly) support it. I could try compiling a nightly build but for now I'm just glad SMPlayer can run it. In any case, here's the URL: http://nightlies.videolan.org
    Last edited by DSpider (2011-10-12 20:14:01)

  • Missing regular weight of installed font Roboto

    Roboto font (by Google) is installed on Windows 7 system, but the regular weight is missing in Photoshop, Illustrator and Indesign (both CS6 and CC, and same issue in Windows 8).
    The font: http://www.fontsquirrel.com/fonts/roboto
    All weights are installed properly, the only one not listed in adobe programs is Roboto-Regular.ttf

    I fixed the Roboto 2014 fonts. They did indeed misbehave in desktop apps (Windows, OS X).
    Enjoy!
    Link here: http://lilfile.com/E0uhtH
    ROBOTO 2014 FONTS (version 2.000980)
    Licensed under the Apache License.
    CHANGELOG 2014-10-14
    TTF and OTF: corrected and converted with FontLab TransType 4
    WEBFONTS: converted from OTF source with FontSquirrel
    All fonts: correctly set the (style map) Font Family name to avoid conflicts in most desktop software. Maximum four fonts can share the same Font Family name.
    Black + Black Italic: correctly set Font weight (usWeightClass) to 900.
    NOTES 
    The OTF fonts have better antialiasing on Windows, and are slightly more compact in file size. Apart from that, they render exactly the same (line spacing, kerning, ...).
    There is an alternative weight 200 for the Light font, in case the weight 250 doesn't work for you.

  • Can responses be automated to send to Domo or other BI Apps for deeper analysis?

    can responses be automated to send to Domo or other BI Apps for deeper analysis?

    Hi Jeremy,
    First of all as suggested already, you’ll need to reconsider if it’s architecturally sound to route a message to two
    solicit response ports? if yes, read further.
    Then solution for your problem, if you still want to go ahead with this.
    Pre-Bitalk 2010 
    Hotfix available : http://support.microsoft.com/kb/923632
    Biztalk 2010 & Later:
    1) Inside the BizTalk administration console open the BizTalk Settings Dashboard.
    2) Go
    to the tab for the hosts settings, and select the host used by the request response ports.
    3) Check
    the checkbox for property Allow Multiple Responses.
    Rachit

  • How can I fix voip audio that sounds like Mr. Roboto?

    I've used several versions of Breeze/Connect with many, many presenters and configurations.  I've never heard someone sound robotic.  The person is wired to a LAN using a new Mac. Both the headset mic and the built-in mic sounded odd. I'm not sure where to start troubleshooting.  Any suggestions?
    Karen :-)

    Well being hardwired does not compleatly remove network latency. Someone could have been transmitting a ton of data at the same time he was trying to talk.  There really is not much you can do about this especially if it is not your network.
    FYI: If you want to see how good someone's connection is, click the little green vertical line in the upper right corner of the screen. It shows your connection status.  If you have the end user click that have them tell you the Latency number.  If it is <100 msec they should start to buffer. Again, there is not much you can do about it, but at least you can tell them the reason why it is happening.

  • Xperia Live with Walkman on Android 4.0.4 (with screenies)

    My Thoughts on Android 4.0.4 on Xperia Live with Walkman
    -Sleeker Font Style.
    -Camera Shortcut right from the Lock Screen.
    -Able to access the drop down notification bar even when locked.
    -Music Player access right from the lock screen
    -New Owner Info Option display
    -Face Unlock works great on Live with walkman.
    -Awesome new themes. Xperia NXT Style! Although they are only wallpapers, not the live ones seen on 2012 devices. My favorite is Tourquoise (Did I spell that right?)
    -The Performance Assistant will help you disable some of the apps that you dont need.
    -There it is! Official Android 4.0.4. Ice Cream Sandwich. OH YEAHHHH!!!
    -If you repeatedly tap on the Android Version Menu. This little Primitive Droid will surprise you. HEHE!!
    -Oh, and there's also a new logo when you start up your phone : SONY ONLY not Sony Ericsson, and in its ever-so-recognizable font style. =P
    -The Sony Ericsson Liquid Logo has also been changed to Walkman, with a bubbly and quirky animation.
    -Ill try to post screenies if I can.
    -Greatly Improved Android Browser. Seriously, It's WAAAAYYY smoother than the one in GB.
    -The Browser runs smoother than GB.
    -Websites with heavy flash content load smoothly. =D
    -Saved Pages Option to view pages offline.
    - Only Android provides true multitasking capabilities.
    - Hold the Home Button and you will be taken to this new recent/running apps tab. Swipe to the right and that app is closed. =D!!!
    -Widget Preview.
    - A NEW Gallery aside from the Xperia Gallery. The new gallery provides edit options. Like Picsart or Instagram or Adobe Photoshop Express. So, if you want to save some precious memory, stick with the gallery editing options =D
    -HD playback still smooth as ever. I don't know what the fuss is all about. =P
    -Images look fine as they did in gingebread. It really depends on shooting situations.
    -Captured 720p HD Videos doesn't lag for me. Play back is smooth. Same as in gingerbread.
    -Maybe, People are just not used to the new interface, but with a little bit of tinkering, you should get used to it in no time. =P
    -The New Camera Interface. It now includes a dedicated on screen camera button.
    -Captured Photos Quality are the same as in Gingerbread.
    -Captured 720p HD Videos run as smooth as in Gingerbread.
    - The New YouTube App interface.
    - The Lockscreen Music Player
    - There was a review about not seeing the clock due to the music player. Duhhh, you can see it at the upper right corner. =P
    - I love how the album art and the album name also appears. If you are like me who converts songs from youtube to mp3. A little app called Tune Wiki can help you edit its tags so you can enable infinity view. =D
    -The New Dial Pad, which provides Smart Dialing.
    -About the lagginess issue. It takes about 2-3 seconds to start. It depends on how many entries you have in your call log.
    -There's a workaround on it though, access it through Contacts.
    - RAM usage feels the same for me. Good Job on this one Sony. =D
    - I was really worried about RAM ever since I read Sony's article about GB and ICS. They did well on optimizing this one.
    - My screenshot is not the best there is since I was syncing Facebook inside Xperia. But, normally it has about 180mb used and 160mb free.
    - New APPS installed. Some apps like Wisepilot for Xperia can now be moved to SD card, thereby freeing more phone memory.
    - My New Homescreen. It retains the very convenient four corner bubbles.
    - 5 Widget Panes
    - A New Google Search Widget
    - Walkman Player. I was expecting the music player from the NXT series. Hehe, but I guess this will have to do. =D
    - I've never seen the refresh music library option even in the GB walkman player. Through experience, everytime I add a music file it gets added in real time. No refresh required...
    - Oh, and also... I think the speaker is a tad bit louder than before. Like 20% louder. I noted no distortions
    - The orange lights work as usual.
    - Still no customizable equalizer. This is a walkman phone. It has to have superb music customization capabilities. =P
    - Battery usage for me remains the same like in GB.
    -Monster Use/Heavy Gaming : 4 hours (HD games cracked for HVGA screens i.e. Asphalt 6 Adrenaline, Need for Speed, Shadowgun, Dead Space)  Although I doubt you could play that long due to the screen size and the cramps you may get from playing. Carpal Tunnel Syndrome anyone? Haha.
    -Internet Browsing : 6-8 hours
    -Video Playback using Stock Player and YouTube App : 6-8 hours
    -Video Playback using MX player : 4-6 hours (I use it for my .avi files)
    - I use Easy Battery Saver to Optimize battery performance.
    In Super Mode it can last up to 24-36 hours with only texts and calls which I think is pretty impressive. I can go on 16 hour hospital shifts without worying about charging my phone.
    In Normal Mode it can last 8-10 hours.
    -It really depends on how you use your phone. I strongly believe it greatly varies with every user.
    - Don't believe posts that say it doesn't run as smooth as GB. IT RUNS AS SMOOTH AS GINGERBREAD. EVEN BETTER. =P
    - Sleeker new user interface.
    - All of my apps and games still run smoothly on ICS. I'll keep searching for bugs.
    - The ROBOTO font is awesome.
    - I find the interface more intuitive and streamlined than GB.
    - Lots of new features implemented. i.e. Smart Dialing, Face Unlock, Performance Assistant
    - Icons have been remodeled.
    - I also love how fluid it is now when it switches screen orientation. =D!!
    - No bugs for me whatsoever.
    - I miss the quirkiness of the GB user interface. Like the transparency of the messaging app. But I guess, I have to move on, change is for the better.
    - A SOLID AND STABLE UPGRADE. NOW MY XPERIA LIVE IS COMPLETE.
    Problems:
    -Yes, the LED SMS notification doesn't work. But all other LEDs work. i.e. Yahoo Messenger, Incoming Calls, Twitter. I guess they may have overlooked this one. It's the only problem that I see. I find it livable still. Greater good for the greater number of people =P
    -THANKS TO SONY!!! A huge step on the right direction.
    -KIMOZAVE - NOOBIE SMARTPHONE USER

    hi kimozave, ur review seems to be full of praises for ICS, but I have gone through many threads on disadvantages of ICS, so very much confused if I should go with ICS update or not....
    can you plz tell how was is experience on:
    1. Dial pad - I have read its laggy.
    2. The phone is having a hard time authenticating wifi connection when using WPA encryption.
    3. Thumbnails in the gallery does not match the original picture.
    4. Phone dies at 10% battery remaining.
    5. SIM card keeps ejecting
    6. Camera is more laggy and image quality is poorer
    Thanks,

  • Can t get to work tint2 launcher

    I'm a beginner in arch linux and i'm trying to figure out why the laucher don't show up in my panel,
    i've set up the panel the way i want but i would like to have a few launcher
    I've try serveral thing but i can't get it to work,
    and chromium.desktop and gparted.desktop do exist in /usr/share/applications/
    tks
    Here my tint2rc
    # TINT2 CONFIG FILE
    # horizontal panel
    # squared taskbars
    # idirae config
    # Background definitions
    # ID 1
    rounded = 0
    border_width = 1
    background_color = #808080 20
    border_color = #ffffff 10
    # ID 2 - task active
    rounded = 0
    border_width = 0
    background_color = #feffff 0
    border_color = #d8d8d8 0
    # ID 3 - task
    rounded = 0
    border_width = 0
    background_color = #F5F5DC 0
    border_color = #000000 0
    # ID 4
    rounded = 0
    border_width = 1
    background_color = #888888 0
    border_color = #ED2323 60
    # ID 5 - taskbar
    rounded = 0
    border_width = 1
    background_color = #feffff 10
    border_color = #ffffff 10
    # ID 6 - active taskbar
    rounded = 0
    border_width = 1
    background_color = #feffff 30
    border_color = #ffffff 30
    # ID 7 - tooltip
    rounded = 3
    border_width = 0
    background_color = #222222 90
    border_color = #222222 90
    # ID 8
    rounded = 0
    border_width = 1
    background_color = #888888 20
    border_color = #888888 20
    # Panel
    panel_monitor = all
    panel_position = top left horizontal
    panel_items = LTSBC
    panel_size = 100% 32
    panel_margin = 0 1
    panel_padding = 3 3
    panel_dock = 0
    wm_menu = 1
    panel_layer = bottom
    panel_background_id = 1
    # Panel Autohide
    autohide = 0
    autohide_show_timeout = 0.3
    autohide_hide_timeout = 1.5
    autohide_height = 6
    strut_policy = follow_size
    # Taskbar
    taskbar_mode = multi_desktop
    taskbar_padding = 5 2
    taskbar_background_id = 5
    taskbar_active_background_id = 6
    taskbar_name = 1
    taskbar_name_background_id = 0
    taskbar_name_active_background_id = 0
    taskbar_name_font = Crisp 12
    taskbar_name_font_color = #ffffff 30
    taskbar_name_active_font_color = #ffffff 50
    # Tasks
    urgent_nb_of_blink = 20
    task_icon = 1
    task_text = 0
    task_centered = 1
    task_maximum_size = 20 20
    task_padding = 0 0
    task_background_id = 3
    task_active_background_id = 2
    task_urgent_background_id = 4
    task_iconified_background_id = 3
    # Task Icons
    task_icon_asb = 80 0 0
    task_active_icon_asb = 100 0 0
    task_urgent_icon_asb = 100 0 0
    task_iconified_icon_asb = 80 0 0
    # Fonts
    task_font = BankGothic Md BT 10
    task_font_color = #696969 60
    task_active_font_color = #696969 100
    task_urgent_font_color = #696969 100
    task_iconified_font_color = #696969 60
    font_shadow = 0
    # Launcher
    launcher_icon_theme = elementary
    launcher_padding = 2 2
    launcher_background_id = 1
    launcher_icon_size = 20
    # Specify icon theme names with launcher_icon_theme.
    # if you have an XSETTINGS manager running (like xfsettingsd), tint2 will follow your current theme.
    #launcher_icon_theme = AwOkenWhite
    # Each launcher_item_app must be a full path to a .desktop file
    launcher_item_app = /usr/share/applications/chromium.desktop
    launcher_item_app = /usr/share/applications/gparted.desktop
    # Clock
    time1_timezone = :/usr/share/zoneinfo/dir/Canada/Eastern
    time1_format = %I:%M %p
    time1_font = BankGothic Md BT 9
    #time2_format = %A, %B %d
    #time2_font = Ubuntu-L 7
    clock_font_color = #ffffff 80
    clock_padding = 5 0
    clock_background_id = 5
    clock_lclick_command = gsimplecal
    #lock_rclick_command =
    # System Tray
    systray = 1
    systray_padding = 2
    systray_sort = right2left
    systray_background_id = 5
    systray_icon_size = 20
    systray_icon_asb = 100 0 0
    # Tooltips
    tooltip = 0
    tooltip_padding = 2 2
    tooltip_show_timeout = 0.0
    tooltip_hide_timeout = 0.0
    tooltip_background_id = 7
    tooltip_font_color = #ff0000 100
    tooltip_font = Roboto-Thin normal 9.0
    # Mouse
    mouse_middle = none
    mouse_right = toggle
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify
    # Battery
    battery = 1
    battery_hide = never
    battery_low_status = 10
    battery_low_cmd = notify-send "battery low"
    bat1_font = sans 8
    bat2_font = sans 6
    battery_font_color = #ffffff 80
    battery_padding = 5 0
    battery_background_id = 5
    # End of config
    Last edited by jolejo07 (2013-07-05 01:39:25)

    I've try but can't get it working ether, i've download from Aur but when i'm trying to use the PKGBUILD with makepkg
    it telling me
    ==> ERROR: Cannot find the fakeroot binary required for building as non-root user.
    ==> ERROR: Cannot find the strip binary required for object file stripping.
    Last edited by jolejo07 (2013-07-05 01:45:21)

  • Create custom dictionary viewer

    Hello there!
    I've got a digital version of a very old but very good German-Latin dictionary (maybe German users know Digitale Bibliothek), however the GUI which I have to wrap in wine is absolutely not KISS and it doesn't fit into my workflow in a tiling wm. I just discovered that I can export the whole dictionary into different formats notably XHTML, which should make it possible to create a more user friendly interface.
    The situation is as follows:
    A file which contains all the German and latin lemmata alphabetically sorted (Latin and German mixed); sample:
    abhinc#A139
    abhold#C60768
    abholen#C60769
    Abholen#D60769
    abholzen#C60770
    abhorchen#C60771
    abhorreo#A140
    abhorresco#A142
    abhorride#A143
    A file which contains all the data; sample:
    <p><a id="p0000139" /><strong>ab-hinc</strong>, Adv. I) <em>räumlich =</em> <em><strong>von hier,</strong></em> aufer abhinc lacrimas, Lucr. 3, 953 (954): toto abhinc orbe, Apul. flor. 16. – II) <em>in der Zeit:</em> 1) <em>von der gegenwärtigen Zeit rückwärts gerechnet,</em> a) <em>absol. =</em> <em><strong>von jetzt an,</strong></em> dies abhinc quintus an sextus est, cum etc., Apul.: centesimo usque abhinc saeculo, Fronto: anno abhinc tertio, Gell. – b) <em>mit</em> Acc. = <em><strong>seit nun, vor,</strong></em> abhinc annos sedecim, Caes.: abhinc annos prope viginti, Cic.: abhinc triennium, Cic., <em>Komik. u.</em> Apul. – c) <em>mit</em> Abl. = <em><strong>vor, vor ungefähr,</strong></em> qui abhinc sexaginta annis occisus foret, Plaut.: comitiis iam abhinc diebus triginta factis, Cic. <em>Vgl. (über</em> no. a <em>u.</em> b) <em>Madvig Bemerkgg. S. 65 f. Lorenz zu</em> Plaut. most. 479. – 2)<em> selten von der gegenwärtigen Zeit vorwärts gerechnet, absol. =</em> <em><strong>von jetzt an, von hier</strong></em> <em>od.</em> <em><strong>da ab,</strong></em> Pallad. 4, 13, 9. Symm. ep. 4, 59: <em>verb.</em> inde abhinc, Pacuv. 21.</p>
    <div class="db5PageBreak"> </div>
    <p> </p>
    <p><a id="p0000140" /><strong>ab-horreo</strong>, uī, ēre, I) <em>vor etwas</em> <em><strong>zurückschaudern,</strong></em><em> etwas</em> <em><strong>verabscheuen,</strong></em> <em>gegen etwas</em> <em><strong>eine starke Abneigung haben,</strong></em> <em>von etwas</em> <em><strong>aus Abscheu oder Abneigung fernbleiben, -nichts wissen wollen,</strong></em> <em>jmdm. od. einer Sache</em> <em><strong>abhold sein,</strong></em> <em>gegen jmd. od. etwas</em><em><strong> eingenommen sein,</strong></em> <em>m.</em> ab <em>u. Abl.,</em> ab hac domo, Titin.: a pace, Caes.: ab re uxoria, Ter.: a ducenda uxore, Cic.: a Berenice, Tac.: <em>mit bl.</em> Abl. <em>(s. Nipperd. zu</em> Tac. ann. 14, 21), tanto facinore procul animo, Curt.: non abh. spectaculorum oblectamentis, Tac. – <em>nachaug. m.</em> Acc., cadaverum tabem, Suet.: pumilos, Suet.: exemplum huius modi, Dict.: <em>m.</em> Infinit., Augustin. serm. 184, 3. Porphyr. Hor. carm. 1, 1, 16. – <em>absol.,</em> sin plane abhorrebit et absurdus erit,<em> sollte er aber dazu gar keine Neigung u. Fähigkeit haben,</em> Cic. de or. 2, 85: omnes aspernabantur, omnes abhorrebant, Cic. Clu. 41: ut aut cupiant (sc. reo) aut abhorreant, Cic. de or. 2, 185: postquam abhorrere eos videt, Auct. b. Afr. 73, 5. – II) <em>übtr., gleichs. von Natur mit etwas</em> <em><strong>nicht im Einklang-, im Widerspruch stehen, unverträglich-,</strong></em> <em>ihm</em> <em><strong>zuwider sein, nicht zusagen, zuwiderlaufen,</strong></em> <em>zu etwas</em> <em><strong>nicht passen,</strong></em> <em>von etw.</em> <em><strong>abweichen,</strong></em> <em>von etw.</em> <em><strong>verschieden-, fern-,</strong></em> <em>ihm</em> <em><strong>fremd sein,</strong></em> ab oculorum auriumque approbatione, <em>den Augen und Ohren anstößig sein,</em> Cic.: oratio abhorret a persona hominis gravissimi, Cic.: abh. a fide, <em>unglaublich sein,</em> Liv.: consilium abhorret a tuo scelere, Cic.: spes ab effectu haud abhorrens, <em>Hoffnung der Ausführbarkeit,</em> Liv.: temeritas tanta, ut non procul abhorreat ab insania, Cic.: longe ab ista suspicione abhorrere debet, Cic.: a quo (vitae statu) mea longissime ratio voluntasque abhorret, Cic.: orationes abhorrent inter se, <em>widersprechen einander,</em> Liv.: <em>m. bl.</em> Abl. <em>(s. Nipperd. zu</em> Tac. ann. 14, 21), abhorrens peregrinis auribus carmen, Curt.: neque abhorret vero, Tac.: nec abhorrebat moribus uxor, Flor.: <em>u.m. bl.</em> Dat., huic tam pacatae profectioni abhorrens mos, Liv.: nec abhorret a veritate <em>m.</em> folg. Acc. <em>u.</em> Infin., Suet. Cal. 12, 3. – <em>Dah.</em> abhorrens, <em><strong>unpassend, unstatthaft,</strong></em> carmen nunc abhorrens, Liv.: vestrae istae absurdae atque abhorrentes lacrimae, Liv. – ☞ Abl. abhorrenti, Gell. 10, 12, 10.</p>
    <div class="db5PageBreak"> </div>
    <p> </p>
    <p><a id="p0000142" /><strong>ab-horrēsco</strong>, ere, <em><strong>einen Abscheu bekommen,</strong></em> Eccl.<em> u.</em> Gloss.</p>
    <div class="db5PageBreak"> </div>
    Note how the id of the anchor tags correspond to the lemmata (the uppercase letter after the # may be ignored, it indicates the language or section of the lemma in the original binary file).
    In a quick-n-dirty approach I hacked a bash script (I am a bloody beginner) making use of dmenu and lynx:
    #!/bin/bash
    # display dmenu with all the lemmata, strip the id's (lemmatas in the file "data/lemmata")
    lemma="$(cat data/lemmata | sed -e 's/#[A-Z][0-9]*$//g' | dmenu)"
    # search for the selected lemmata to get the whole string with the id
    str="$(grep "^${lemma}[ .0-9()]*#[A-Z][0-9]*$" "data/lemmata")"
    id="${str#*\#[A-Z]}"
    # finally take the definition from the xml and pipe output to lynx
    awk "/<a id=\"p0*${id}\" \/>/,/<div class=\"db5PageBreak\">/{if (!/<div class=\"db5PageBreak\">/)print}" < data/dictionary.xml | lynx -stdin
    The script fires up dmenu which displays all the lemmata with all the identifiers (#<number>) stripped, then it searches the selected lemma in the lemmata file again to find the identifier and finally then the corresponding paragraph(s) is (are) taken and piped to lynx. (Using the tee program I could bind the script to a keybinding and open/close a terminal window displaying lynx)
    However this is not robust -  there are identical Latin and German lemmata:
    ab#B43
    ab#C60601
    So the approach above must fail because I don't pipe the identifiers to dmenu. I could alter the list which gets piped to dmenu to
    ab [de]
    ab [lat]
    and could then get back to the identifier...
    But the longterm goal would be a more suitable custom console interface: I am thinking of
    a terminal window which is divided into two parts, the left showing the lemmata, the right showing the definition of the lemma currently selected (think of something like a console music player, e.g. moc)
    possibility of an on the fly dmenu-like search of the lemmata while typing
    for the viewer part: automatical wrapping of the lines, colored text for <strong> and <em> tags, stripping of the HTML, scrolling (a lemma definition/translation may be very long) and display of UTF-8
    I tend to hack this in C as I lack the knowledge of any other language (as an emacs user I also thought of using emacs and displaying the definitions in w3m but I don't know any lisp other then setting variables...).
    So my questions are:
    Is this doable? If yes, which libraries should I consider? (ncurses, libhtml....)
    Does anyone know a program which does something similar?
    So far this would be my first program which makes use of menues, so any suggestions are very welcome! Any other ideas how to access lemmata and their definitions in a simple manner?
    Last edited by ball (2013-06-19 09:44:33)

    As you may have seen from the lack of replies, this is a bit hard to advise on.  Things that occur to me:
    Rather than a library, you could use regular expressions for parsing, as you already did with awk.  They are available in C via POSIX functions, see the regex (3) manual page.
    If all input you need is a decision between a small number of duplicate words, curses seems overkill.  Why not print all of them?  If you want more interaction, using curses is probably the right thing.
    Personally I would probably use Perl for this task, which is the most productive programming language I know and is especially suited for text processing.  Seeing the rather advanced shell script you wrote (definitely more than beginner level), you may like it, as it was inspired by the shell scripts using sed, awk and the like.

  • Font appears different in Muse (without smooth anti aliasing)

    I am using Google Font Roboto and noticed that it appears thicker when i type it in Muse than in Photoshop. When i have anti-aliasing on 'Strong' in photoshop it mirrors what is showing in Muse, but i prefer the default Smooth anti-aliasing. Is there a way to turn this on in Muse?

    Adobe Muse CC 2014 (font strong, bolder)
    https://db.tt/JMZhwPtT
    Photoshop CC 2014 (Correct version)
    https://db.tt/QLQtxYZL
    Whats interesting is the output in a web browser varies from browser to browser and computer to computer. I've tried it on many computers and browsers. It shows correctly on all macs in Safari but mostly incorrectly in Firefox and Chrome. However, i tried on a 2008 Lion Mac which works correctly in all browsers. On Windows computers it shows correctly nearly every time.

  • What happened to the default folder set (for your own libraries) in Edit/Preferences, in Adobe Photoshop CC?

    Once again I come to my computer, and it's not the way I left it. While I love cloud, I think in some way, the concept of Customer Service i.e. Providing a Service to a Customer "Set Service, for a Set Price" has lost the value of "service"
    I find it extremely disheartening, to always be dealing with changes Adobe makes, it costs me an exorbitant amount of time. I don't work with a team, so it's just me. And every other week, there is some changes, when my 3D quite working in CS6 I had no forewarning, just woke up one morning and "Poof" no more 3D, the software turned off the feature in my CS6, however, it did work in CC.
    The things I find most disheartening
    features quit working with NO PRIOR WARNING.
    Plug-ins, libraries what, now have to be stored in the cloud in order for MY system to automatically see them?
    Again No Default Libraries on our machines ( unless you think I'm going to store 2 Terabytes of libraries on the cloud and/or in my AppData Directory *not*  Nothing but system/program files themselves go on my Primary drive, everything else is on external drives, this is a security issue and one I'm not about to change, nor should anyone have to change it, since it is a *best practices* standard.
    I still can't access items in (for instance: Color Themes created on Kuler, are available on my computer, but not for me to put them into a library on the cloud. I have over 100 color themes there I have created, on my Creative Cloud account, why can they not be imported or drag/drop into the library designated for it. When I log into my Cloud Account on My iPad it is the same cloud account as on my PC, yet it doesn't even see my previously created color scheme's? Why? Does anyone have any ideas?
    I use a font manager for Windows called High-Logic, a Font Manager, Creator and a Scanner for Hand Writing Fonts Great Program, I've had it for over a year, while there is no plugin for Photoshop there is for In-Design and for Photoshop, I use the Font Manager on my computer to activate the font I want and it shows up in the Character Tool Box automatically.  Yet, just in the last week, every time I try and create something in Photoshop, I'm fine, until I go to use a font, at which time, my working project goes "dark" ( no longer visible) until I click on another tool in Photoshop.
    I cannot keep having these issues, it's way too time consuming, it's exorbitantly time consumer attempting to get a response to questions in the forums (no one's fault, it's just the nature of the forums themselves)
    The true cost of a product is not only in it's subscription based fee, but also includes the time it takes to keep up with product changes, additional training, the cost of delivery (cable connections/provider).  So far since the first of the year I have logged over 100 hours to either 'fix something that quit working with no notice', time spent re-reading documentation seeking a solution, time spent perusing the forums for a solutions, or posting a question, time spent in additional training/books, etc."
    While I understand I'm relatively new, as I had a 5 years off from working, I went from Macromedia Suite 8 to CS5.5 -full suite  (heck-of a learning curve)
    Yet, I cannot believe I am the only person having these issues, otherwise the forums wouldn't be so full.
    I did try limiting the permissions to not allow Adobe to update the software automatically, however, the permissions I wrote, were in fact re-written by adobe's cloud synchronization, Which I did find disturbing on a few levels. None of which I'll go into, but it needed to be mentioned that *yes, I tried that too*.
    *I ended up re-configuring my machine AGAIN* and deleting CS6 altogether, The performance change after I deleted CS6, was/is the difference and why I am still with my cloud membership.
    **I have reconfigured my machine numerous times, to facilitate the cloud, I am on a PC, Adobe and Microsoft Development Environments do not play well together, I ended up removing them altogether and creating a vm for them and basically all my development work. And have twice since reconfigured it for various reasons.

    Hi
    One of the reasons that Edge fonts and web fonts are though to be preferable to the old font stacks was because of Android tablets/smartphones only having the Droid font family available, (Android 4.3 added the Roboto font family also).
    This meant that Android device users defaulted to the 'Droid' font or a user installed font. The default font if the user had installed a custom font and set it as default, could be anything, (even a comic script font) thus possibly destroying your text and/or layout completely.
    If you are not using an Edge font or a downloadable font do not forget to set the last three fonts in your font stack to -
    '...., Roboto variant, Droid variant, default font'
    PZ

Maybe you are looking for