Full TypeKit integration!

I am a happy Typekit user, and would love to see Adobe break down the incomprehensible wall between Muse and Typekit (not just the Web Fonts included, but all the fonts one's subscription allows). It should be as easy as it is in the other CC products to integrate Typekit projects and view them in the editing stage, rather than having to rely on default fonts and constant browser previews. Oy.
Also, retina display support would be keen.
Tony

Bump...
Just got client sign-off on a web design (mocked up in Photoshop) that relies heavily on many of the available weights of Proxima Nova, a Typekit font. Moved over to Muse to start building and Proxima Nova is not available as a Web Font.
I've jumped through a few hoops and have succeeded at getting standard weight/ital to work on the live site, but there's no way to access all weights/variations of the font.
Lesson learned, for now... but this shortcoming should be addressed pronto, or at the very least, mentioned in the tutorial videos.
Thanks,
Dan

Similar Messages

  • Typekit integration

    Are there any future plans to integrate purchased Typekit fonts into the Muse Fonts Menu?
    This embedding code and only previewing fonts once published is proving to be a pain in the proverbial,
    it doesn't help workflow.
    Thanks

    Hi,
    I assume you are referring to a workflow similar to http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html
    I am sorry we don't expect to be able to offer seamless Typekit integration in the near future.
    However, we'd like to evaluate if we can implement something that's an improvement over the muse insider workflow.
    To that end, could you answer the following questions (in private, if you prefer):
    1. Which aspects of the muse insider workflow are most and least inconvenient to you
    Creating a kit at typekit.com
    Including embed code in Muse
    Inability to work with the actual font during Design
    Inability to see the actual font during Preview
    Other (please specify)
    2. Do you own the desktop versions of the fonts you wish to use on the website?
    3. Are the fonts in the list here: http://help.typekit.com/customer/portal/articles/1189216-coming-soon-syncing-fonts-to-your -desktop
    4. Are you an Adobe Creative Cloud subscriber?
    Thanks,
    Abhishek

  • [solved] full systemd integration of /etc/rc.local and pm-utils

    Hello!
    I try to fully integrate my /etc/rc.local into systemd. But I'm not very successful with it yet…
    For the moment I use this workaround.
    My rc.local looks like
    #!/bin/bash
    # /etc/rc.local: Local multi-user startup script.
    /usr/sbin/wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
    /usr/sbin/dhcpcd -qb eth0 wlan0
    /usr/bin/amixer -q -c 0 sset 'Master',0 0% mute
    /bin/mount -o remount,noatime /
    I tried to work with wiki and man, since people tell me more often I should go that way. I did it and integrated all of my daemons except for the rc.local.
    I really need help at this point…
    Thanks in advance!
    Last edited by domac (2012-08-14 19:07:35)

    Ok… it's getting weird now… my files look like:
    [Unit]
    Description=WPA supplicant daemon (interface-specific version)
    Requires=sys-subsystem-net-devices-%I.device
    After=sys-subsystem-net-devices-%I.device
    # NetworkManager users will probably want the dbus version instead.
    [Service]
    Type=simple
    ExecStart=/usr/sbin/wpa_supplicant -i %I -c /etc/wpa_supplicant/wpa_supplicant-%I.conf
    [Install]
    Alias=multi-user.target.wants/[email protected]
    [Unit]
    Description=dhcpcd on %I
    Wants=network.target
    Before=network.target
    [Service]
    Type=forking
    PIDFile=/run/dhcpcd-%I.pid
    ExecStart=/usr/sbin/dhcpcd -A -q -w %I
    ExecStop=/usr/sbin/dhcpcd -k %I
    [Install]
    Alias=multi-user.target.wants/[email protected]
    and with this setting I get two (visible) errors at boot, as you can see in #journalctl:
    Aug 14 01:32:49 vex dhcpcd[250]: eth0: carrier acquired
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: carrier acquired
    Aug 14 01:32:49 vex dhcpcd[250]: eth0: carrier lost
    Aug 14 01:32:49 vex dhcpcd[250]: eth0: waiting for carrier
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: sendmsg: Cannot assign requested address
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: broadcasting for a lease
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: carrier lost
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: carrier acquired
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: sendmsg: Cannot assign requested address
    Aug 14 01:32:49 vex dhcpcd[257]: wlan0: broadcasting for a lease
    Aug 14 01:32:50 vex systemd-logind[260]: New seat seat0.
    Aug 14 01:32:50 vex systemd-logind[260]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 14 01:32:50 vex systemd-logind[260]: Watching system buttons on /dev/input/event5 (Video Bus)
    Aug 14 01:32:50 vex systemd-logind[260]: Watching system buttons on /dev/input/event4 (Video Bus)
    Aug 14 01:32:50 vex systemd-logind[260]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Aug 14 01:32:50 vex systemd-logind[260]: Watching system buttons on /dev/input/event2 (Sleep Button)
    Aug 14 01:32:51 vex dhcpcd[257]: wlan0: offered 192.168.2.117 from 192.168.2.1
    Aug 14 01:32:51 vex dhcpcd[257]: wlan0: acknowledged 192.168.2.117 from 192.168.2.1
    Aug 14 01:32:51 vex dhcpcd[257]: wlan0: leased 192.168.2.117 for 864000 seconds
    Aug 14 01:32:51 vex dhcpcd[257]: forked to background, child pid 350
    Aug 14 01:32:53 vex dhcpcd[350]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:32:57 vex dhcpcd[350]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:32:59 vex dbus-daemon[259]: dbus[259]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 14 01:32:59 vex console-kit-daemon[354]: missing action
    Aug 14 01:32:59 vex dbus-daemon[259]: dbus[259]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 14 01:32:59 vex dbus-daemon[259]: dbus[259]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 14 01:32:59 vex dbus-daemon[259]: dbus[259]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 14 01:32:59 vex systemd-logind[260]: New session 1 of user domac.
    Aug 14 01:33:01 vex acpid[254]: client connected from 459[0:100]
    Aug 14 01:33:01 vex acpid[254]: 1 client rule loaded
    Aug 14 01:33:01 vex dhcpcd[350]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:33:01 vex dhcpcd[350]: wlan0: no IPv6 Routers available
    Aug 14 01:33:19 vex dhcpcd[250]: timed out
    Aug 14 01:33:19 vex systemd[1]: [email protected]: control process exited, code=exited status=1
    Aug 14 01:33:19 vex systemd[1]: Unit [email protected] entered failed state.
    … but, it works now! dafuq?!
    Well, this is no solution yet… help is appreciated.
    Edit: Removed those two lines that were causing errors and rebooted. Can someone explain their relevance to me?
    #journalctl now looks like:
    Aug 14 01:40:49 vex dhcpcd[250]: eth0: carrier acquired
    Aug 14 01:40:49 vex dhcpcd[259]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:40:49 vex dhcpcd[259]: wlan0: sendmsg: Network is unreachable
    Aug 14 01:40:49 vex dhcpcd[250]: eth0: carrier lost
    Aug 14 01:40:49 vex dhcpcd[250]: eth0: waiting for carrier
    Aug 14 01:40:49 vex dhcpcd[259]: wlan0: broadcasting for a lease
    Aug 14 01:40:50 vex su[252]: pam_unix(su:session): session opened for user domac by (uid=0)
    Aug 14 01:40:50 vex su[252]: pam_unix(su:session): session closed for user domac
    Aug 14 01:40:50 vex dhcpcd[259]: wlan0: carrier lost
    Aug 14 01:40:50 vex systemd-logind[262]: New seat seat0.
    Aug 14 01:40:50 vex systemd-logind[262]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 14 01:40:50 vex systemd-logind[262]: Watching system buttons on /dev/input/event5 (Video Bus)
    Aug 14 01:40:50 vex systemd-logind[262]: Watching system buttons on /dev/input/event4 (Video Bus)
    Aug 14 01:40:50 vex systemd-logind[262]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Aug 14 01:40:50 vex systemd-logind[262]: Watching system buttons on /dev/input/event2 (Sleep Button)
    Aug 14 01:40:51 vex dhcpcd[259]: wlan0: carrier acquired
    Aug 14 01:40:51 vex dhcpcd[259]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:40:51 vex dhcpcd[259]: wlan0: sendmsg: Cannot assign requested address
    Aug 14 01:40:51 vex dhcpcd[259]: wlan0: broadcasting for a lease
    Aug 14 01:40:52 vex dhcpcd[259]: wlan0: offered 192.168.2.117 from 192.168.2.1
    Aug 14 01:40:52 vex dhcpcd[259]: wlan0: acknowledged 192.168.2.117 from 192.168.2.1
    Aug 14 01:40:52 vex dhcpcd[259]: wlan0: leased 192.168.2.117 for 864000 seconds
    Aug 14 01:40:52 vex dhcpcd[259]: forked to background, child pid 344
    Aug 14 01:40:55 vex dhcpcd[344]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:40:59 vex dbus-daemon[260]: dbus[260]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 14 01:40:59 vex dhcpcd[344]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:40:59 vex console-kit-daemon[348]: missing action
    Aug 14 01:40:59 vex dbus-daemon[260]: dbus[260]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 14 01:40:59 vex dbus-daemon[260]: dbus[260]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 14 01:40:59 vex dbus-daemon[260]: dbus[260]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 14 01:40:59 vex systemd-logind[262]: New session 1 of user domac.
    Aug 14 01:41:01 vex acpid[256]: client connected from 453[0:100]
    Aug 14 01:41:01 vex acpid[256]: 1 client rule loaded
    Aug 14 01:41:03 vex dhcpcd[344]: wlan0: sending IPv6 Router Solicitation
    Aug 14 01:41:03 vex dhcpcd[344]: wlan0: no IPv6 Routers available
    Aug 14 01:41:19 vex dhcpcd[250]: timed out
    Aug 14 01:41:19 vex systemd[1]: [email protected]: control process exited, code=exited status=1
    Aug 14 01:41:19 vex systemd[1]: Unit [email protected] entered failed state.
    Cheers, will visit my bed now!
    Last edited by domac (2012-08-13 23:44:15)

  • Typekit integration not working

    Hi, I followed both options of instructions from this post: Typekit webfonts not showing as options in Muse Web Fonts and neither worked. Can you please help?

    Hi, yes thank you!
    I followed the steps listed here: http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html
    Yet when I publish my muse site, the text is exporting as an image, it is not rendering the webfont from typekit. Maybe it has something to do with the error you can see in the embedded HTML box on the top left corner of my muse site?

  • How do I load additional Type Kit fonts into Muse?

    I have installed Azo Sans font from the Tool Kit within Creative Cload and it is synced across the account. I want to use this font in an Adobe Muse design but it's not available as Adobe Edge Web Font within Adobe Muse. Any suggestions??

    Muse is limited to "Edge" fonts and doesn't have access to all the web fonts in Typekit (but they should be). The only solution to this I know of is paying extra for a Muse Themes membership. Muse Themes has a Full Typekit Integration widget, along with some other very useful widgets.

  • How do I use the full range of Typekit fonts?

    I want to use a couple of Typekit fonts (Calluna and Minion) that are not part of the Web Font library.
    Is this now a feature in Muse CC or do I have to use a widget, such as this ...
    Using Full Typekit Fonts in Adobe Muse CC - Widget by MuseThemes.com on Vimeo
    Also, if I wanted to use another font ... such as Apercu ... not in the Typekit library, how do I do this?
    Thanks very much
    Simon

    Hello Simon,
    As of now Adobe only has visual support for the web font library. However you CAN use your type kit fonts. You can use a widget like the video posted describes, however you can also just use custom CSS in the page properties meta data.
    It would look something like this:
    <style>
    p {
    font-family: 'proxima-nova';
    font-weight: 300;
    font-style: italic;
    h1{
    font-family: 'proxima-nova';
    font-weight: 600;
    font-style: italic;
    </style>
    Attached are pictures explaining how to integrate type kit with the muse header custom html:
    Navigate to typekit and create a new kit, make sure the domain YOUR site will be published on it selected. The star denotes any page.yourdomain.com.
    After you click continue Adobe will give you some custom JQuery, a type of Javascript. Copy it and place it in your page properties > meta data <head> tag as shown below.
    Add your desired fonts to the kit you created. After you select the style you want, click "using font in CSS" in the top left menu. A pop-upp box will appear with some code. Copy the bottom one to your clipboard.
    Paste into the meta data head tag WITH <style> before and </style> afterwards. h1 denotes heading one, p denotes paragraph etc. The font-weight is the style, when you browse typekit it will tell you the wights; ie proxima nova semibold is 600, light is 100 etc. Font-style is the style: italics, bold etc. When adding this attributes, make sure they end with a semicolon (;).
    Now the fun part: click on your text and go to the text menu. The very last field has a number or letter combo, h1, h2, p etc. These are the text styles that you inputed! If you want the text to correlate to you h1 code, then tag it h1. If you want iit to correlate to you p code, tag it p etc. ALL of your h1 will look the same and all of your p will look the same.
    They will NOT be visible in the editor or preview, but only when published to your domain.
    If that is too much work, just use the widget =).
    Let me know if you have any Q's!
    Cam
    PS: sorry it was so choppy, I couldn't find a good video so I had to snap some quick screenshots.

  • Not all Typekit Fonts available in Muse?

    Hello,
    it seems that not all the fonts that are available in Typekit can be used in muse... has anyone a suggestion?

    Hi grafiklieschen,
    Abhishek is correct: you can only use and preview the free and open-source Typekit fonts in Muse. The full Typekit library isn't included in the font menu.
    You can still use Typekit on your website, though; the fonts just won't show up in the Muse preview. The Muse Insider wrote a post on how to insert the Typekit embed code from the Muse interface:
    http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html
    Or you can add the embed code to the Page Properties dialog within Muse, which will include it in the <head> of the page when you export your website.
    We hope to have a more complete integration of Typekit with Muse in the future, but I can't say yet when that will be available.
    I hope that this helps!  Best,
    -- liz

  • Why can I still not access any of the decent Typekit fonts?

    I've been waiting and waiting hoping that Adobe will finally get around to including all of the typekit fonts within Muse. For example I've been after the Prenton font, but notice that it's still not available from within Muse, and the same applies for many of the really good fonts.
    Why are they not available?
    Thanks

    Hi,
    I am sorry we don't have the same seamless integration with the full Typekit library as we do with Edge Web Fonts. There are two main reasons for that:
    1. Muse is a desktop application, and any use of a font in Muse Design mode is considered "desktop use". Most fonts in the Typekit library are licensed for "web use" only.
    2. Edge Web Fonts  are mostly open-source and can be used by anyone, on any domain, for unlimited page views. On the other hand, web fonts in the Typekit library need to be configured for specific domains and may be subject to page view limits. This configuration — in the form of Typekit "kits" — is done manually. We don't have the necessary means to create kits automatically (something that's needed for a fully seamless workflow).
    Looking through your other posts on various forums, I can see that you already have experience creating kits. Have you tried this workflow for Muse: http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html? If you haven't, please give it a try. If/when you have tried it, please let me know what you find most and least inconvenient about that worflow:
    Creating a kit at typekit.com
    Including embed code in Muse
    Inability to work with the actual font during Design
    Inability to see the actual font during Preview
    Other (please specify)
    Could you also let me know (in private, if you prefer) if you already own Prenton as a desktop/print font?
    Thanks,
    Abhishek

  • Jabber and O365 integration

    Hello,
    Do we need any additional licenses from Cisco or Microsoft to make a full possible integration between O365 and Jabber ?
    For example features like :
    Single Inbox Unified Messaging with SpeechView transcriptions,  Microsoft Word Click to Call, SharePoint Presence & Click to Call,  Jabber video calling and desktop sharing, and WebEx on desktop and iPad,
    Thank you for your help
    Best Regards,
    Tomasz

    Tomek,
    There is no direct integration between Jabber and Office 365, except for Exchange Gateway integration on IMP server side which is not supported with Office 365. All other Jabber integrations do not go to Office 365, calendar client integrations are done with Outlook, and UM integration is between Office 365 and Unity Connection, which does not affect Jabber.
    HTH,
    Chris (Krzysiek) :-)

  • Hi, I'd like to add some typekit fonts to my Muse site but- ?

    I know this website:
    How to add Typekit fonts to your Muse site
    from Muse Insider,
    but it totally doesn't work for me, I tried a lot of times and I don't know what I'm doing wrong (I know that I have to publish the site first to see the added font but it still doesn't work ) I'm really confused, please help! (the fonts I want to add is Brandon Grotesque, Activ Grotesque).
    Looking forward to hearing from you soon...
    thanks,
    Karolina

    I was pretty disappointed to find out Muse didn't support the full Typekit library when Typekit became available to Creative Cloud members. It's clearly one of the biggest drawbacks in a Muse vs. Dreamweaver comparison. There are hacks available to incorporate Typekit fonts into Muse, but the "how to" procedures are not very user friendly. Muse Themes has a Full Typekit widget, but even it's not all that easy to use. They have a nearly 9 minute long video on their website describing the procedure.
    Adobe Muse Full Typekit Library Widget | MuseThemes.com
    Additionally, I was pretty disappointed by the number of typefaces in Typekit that were web only (such as Brandon Grotesk) or had only one or two of several font weight available for the desktop/print version (such as Trajan Pro and Trajan Sans Pro).
    As a consequence, I haven't messed with Typekit very much and honestly don't find a lot of value with it -at least not much of the access being blocked. So I'm still looking out for new fonts at bargain introductory pricing at sites like MyFonts or keeping an eye at some free sites like Font Squirrel.
    Incidentally, the "Edge" fonts in Muse pale in comparison just with what's available for free at Font Squirrel. Within Muse you'll get a pretty limited number of weight/style choices with the Edge fonts. At Font Squirrel some of those same fonts have many more styles/weights available to them.
    In the end, it's just a whole lot faster and easier to either buy or legally acquire web fonts either through pay sites like MyFonts or free sites like Font Squirrel and end up with the system and web fonts you can use on your computer in Muse without any crazy code hacks.

  • Working with Typekit Fonts | Learn Muse | Adobe TV

    In this video, James Fritz demonstrates how to search, filter, and select web fonts, including the more than 400 web fonts served by the Adobe Typekit® service.
    http://adobe.ly/IVWuxl

    Thanks Abobe TV and Lynda.com
    Now I understand how to add Typekit web fonts to Muse, but I'm not able to browse the full library of Typekit. I currently have a "Portfolio Plan" of Typekit which provides huge selections of font choices, but I see a lot less fonts in Muse_Typekit library.
    Would you let me know how do I browse the full Typekit library in Muse please?
    Thank you.
    Soohun.

  • Typekit sync problem in Photoshop (Suitcase fusion?)

    I am on a Mac OS X 10.9 and all my CC apps are up to date
    I installed a few desktop fonts from Typekit. They worked fine in Photoshop but after restarting my Mac the fonts were disabled in Photoshop. I then turned file and font sync of/on in CC settings, and it partly fixed the problem. But one of the typefaces are still disabled (LFT Etica - Bold).
    I am using Suitcase Fusion 2.0. I can see from other threads that it may cause troubles.
    Best/Trine

    We've released an update to Suitcase Fusion 5 that addresses Typekit compatibility. The update is avaiable free to all registered Suitcase Fusion 5 users and can be downloaded here:
    http://www.extensis.com/support/product-support/suitcase-fusion-5/
    There's some good info about Fusion 5's Typekit integration in this blog post:
    http://blog.extensis.com/font-management/suitcase-fusion-5-support-typekit-desktop-fonts-o s-x-10-9-mavericks-windows-8-1.php

  • Is there any documentation on integrating iDSAME with iPlanet Portal Server?

     

    There is no official documentation. The full fleged integration with IDSAME would happen in the next release of portal.
    The current integration is more of a proof of concept and is only for authentication and this has not been made public or neither is it supported.

  • Typekit museinsider workaround -- what am i doing wrong?

    Hi --
    I'm trying to use Jubilat and Proxima Nova on my site and I've followed the museinsider workaround here: http://museinsider.com/how-to-add-typekit-fonts-to-your-muse-site.html
    But, it's not working on my site. I've exported it to HTML and it's still not working. What am I doing wrong? I'm including some screenshots to show my process...
    Here's my Javascript embed code at the top of my page
    my header (which will be in Jubilat) is styled...
    my body copy (which will be in Proxima Nova) is styled...
    here's Proxima Nova with it's .body selector in typekit...
    and Jubilat with the .header selector in typekit
    Thanks in advance to anyone who can help me figure out what's going on!
    Kristina

    We have a new Typekit Integration Widget over at MuseThemes.com that helps simplify integration between the two. Simply drag the widget out onto your canvas, style your text in Typekit and enter your Kit ID# into the widget.  There's a video overview to help if you end up getting stuck
    Check out the widget here
    Hope this helps! Cheers.
    Steve Harris
    MuseThemes.com

  • I own CS6, but have CC installed for TypeKit. Getting trial popup.

    I've owned CS6 for years. In the last year, I also signed up for the CC Photography program under the same Adobe ID. My wife uses the Photography software. I also have CC installed on my machine with TypeKit integration offered, but I use the CS6 apps. Whenever I hope Illustrator CS6 or InDesign CS6, I get a popup window which indicates that I'm using a trial (which of course I'm not). I'm using purchased CS6 software. Any ideas on how to make the trial window cease and desists? Am I stuck with uninstalling CC and foregoing my TypeKit syncing?

    Here's what I ended up doing.
    Uninstall the CC Desktop Application using the uninstaller in its Application folder.
    Followed the links to register/license (my already registered CS6 software), entering the serial number for my copy of CS6 when prompted.
    Launched InDesign.
    Quit InDesign.
    Reinstalled CC desktop application.
    So far so good.

Maybe you are looking for

  • Remove the iTunes Store arrow links in iTunes 10.4 Lion?

    Does anyone know how to remove the iTunes Store arrow links in iTunes 10.4 in Lion? Why do we need links to iTunes Store for music we already have ripped/bought? The old terminal hacks doesn't work in Lion. Cheers

  • How do I run the same process on multiple CPUs  of a processor set?

    Hi, I am working on UltraSPARC T1 Processor. My development environment is SunStudio 12 running on Sun Solaris 10 OS. I want to run the same process concurrently on 4 hardware threads that belong to one core. I used pset_create() for creation of the

  • Essbase 11.1.2 client only installation

    Hi There, I would like to install Essbase 11.1.2 client only. Are these the only files I need? 1. Hyperion Performance Management System Foundation Services (all 4 files) 2. Oracle Essbase Client release 11.1.2 for windows. Could you please confirm t

  • Field level trigger on qualifier field

    Hello, Here is my scenario. I have a qualified field : ACTIVE FLAG  in address qualified table. What i want to do is if the value of this field changes to N (possible values of this field : Blank,Y and N),i want my workflow to trigger. I know its pos

  • Phone crashes after shutting off alarm

    Does anyone else have this problem? After my iPhone alarm goes off, after selecting Snooze or turning the alarm off, my phone crashes. It can crash in one of two ways - the screen turns to all grey and pink stripes, or it goes black and becomes compl