Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
312 views

Flash Builder 4 is suggesting mx1 instead of mx! why?

I just bought and installed the Flash Builder 4 after having the Beta for a while. The same code is giving me compile-time errors and suggests using mx1 instead of mx! If I make it mx1 the compile ...
3
votes
2answers
1k views

Adding background image to mx component while using flex 4

Again, a theming question. Because the project I'm working on requires older libraries that extend mx components (such as TitleWindow and TabNavigator), I can't use what I know about Spark skinning ...
3
votes
1answer
383 views

Spark item inside mx component won't render embedded font

I have recently converted a Flex3 AIR project to Flex4, so it now uses Flex4.1 sdk and <s:WindowedApplication>. It is a large project and having painstakingly updated all the vital bits of code ...
3
votes
4answers
3k views

Pulling MX record from DNS server

I am writing an application that is requiring me to do a DNS lookup for an MX record. I'm not sure if anyone has had experience doing this kind of work but if you do, any help would be appreciated. ...
2
votes
2answers
605 views

Why use s:Line instead of mx:HRule?

When using a mx:HRule or mx:VRule, Flash Builder suggests using a s:Line instead. Why would I want to write stuff like this : <s:Line xFrom="0" xTo="245" yFrom="0" yTo="1"/> instead of ...
2
votes
3answers
295 views

What's the equivalent of this Flex MX code in Spark?

What's the equivalent of an inline itemRenderer checkbox element in spark? <mx:AdvancedDataGridColumn headerText="Eliminar" dataField="eliminar" width="100" textAlign="center"> ...
1
vote
1answer
17 views

Extracting FLAs from an MXP

Once an MXP has been built, is there any way to un-build, extract, or otherwise view the FLA files from which it was compiled?
1
vote
0answers
41 views

MX priority records to balance requests

I have the MX records of one domain pointing to a server handling the email through a PHP script. That server is just ONE of the multiple instances I have in a pool. The problem is that I think I'm ...
1
vote
1answer
315 views

ActionScript 3 / Flex 4 : Add Text/Label to an Image loading in AS

HI , I load an image from a url and add it to the stage. I need a way to add some text to the image before loading it to the stage ! NOTE: add text over the image after it has been loaded thanks ...
1
vote
2answers
353 views

How to, using PHP, ping an SMTP server and check MX records?

How to, using PHP, ping an SMTP server and check MX records? I'm willing to write a script such as the one that can be found on http://bit.ly/z4RE I've used aaa@mailinator.com as the test mail and ...
1
vote
1answer
220 views

Classic ASP e-mail verify that e-mail exists

Here's something I couldn't find an answer to. Say you have a form and on that form you have a field for someone to enter their e-mail address. Now after the e-mail address is entered, is there a way ...
1
vote
1answer
88 views

Why does php's mail() want to deliver to the second specified MX record?

This is very similar to this problem: http://stackoverflow.com/questions/322659/sendmail-and-mx-records-when-mail-server-is-not-on-web-host I have a php script on an IIS server called example.org. ...
0
votes
1answer
81 views

Plesk server - qmail unable to resolve MX record

I am running a server using Plesk 10.2.0 on debian 2.6.32-5-amd64 One of my customers tried to send an email but received a bounce message from the daemon. Sorry, I couldn't find a mail exchanger ...
0
votes
0answers
39 views

mxdatetime's now()

Has anyone try to save a mxdate now() to a field of type date? mxdatetime now() function returns datetime, if the db field type is date, do I need to convert value returned by datetime to date?
0
votes
0answers
45 views

How to setup my home email server [closed]

I have been hosting my Home Webserver and its working awesomely well. I have a static IP and I am using free DNS service by DNSExit.com. Now I want to setup my own Mail server as well on this machine. ...
0
votes
1answer
34 views

Issue with PDF displaying correctly in Flex mx:HTML control in Windows / Reader X

I'm having an issue with the PDF displaying outside the viewable area of the mx:HTML control in Flex. When the application starts up - the mx:HTML is set to a certain size, but can be enlarged if the ...
0
votes
1answer
55 views

Include MX library to Flash CS5 project

I need to use some classes belong to mx library, but when I try to import it Flash throws me an error that it can't find this library. How can I import it to my project? I'm using Adobe Flash ...
0
votes
1answer
68 views

C# MX validation for mail

I try to use this dll: http://www.eggheadcafe.com/articles/20050129.asp but not working. i always get timeout when running it. Anyone know any good dll or C# example how to check if DNS MX for mail ...
0
votes
1answer
39 views

Which MX server should I enter for my Mail to go to the mail hosting company [closed]

I am going to set up my application on HEROKU which does not offer mail services. The company I am doing this for has a mail service company. The previous web host changed the MX record on their ...
0
votes
1answer
141 views

Sending email to an MX record through an ASP.NET website using the SmtpClient class

I've recently been having issues sending email from my web application. I keep getting a connection refused exception from the mail relay (and it's always the same mail relay). After some thorough ...
0
votes
1answer
61 views

How to manage (create/delete) Email addresses programmatically?

I am building a web application that will also allow my users to register/transfer a domain and manage email addresses through my application. However, I'm not exactly sure how to do that yet. I think ...
0
votes
1answer
92 views

500 email delivery failure mx records look fine

I am getting this error when I try to send to an email address that belongs to a friend of mine who is hosting his site on my hosting account, but using his email from the place he registered the ...
0
votes
1answer
68 views

SMTP email using Exchange server from web application

I have a site that uses SMTP to send outgoing messages, but I'm having trouble integrating this with our exchange server. I have an external company which hosts our exchange server, so when I setup ...
0
votes
1answer
483 views

Flex: Display month name in DateField control

I'm using the MX DateField control in Flex and want to display the date as 01 Jul 2011 or 01 July 2011. Does anyone know how to do this? I tried setting the formatString to "DD MMM YYYY" but it didn't ...
0
votes
2answers
181 views

Setting up CNAME at DirectNIC.com caused gmail in Google Apps for Businesses to stop working

I am helping a friend set up a website at Drupal Gardens. The domain is www.fromtheheartyoga.com. Previously the site was hosted at Modwest. While at Modwest I set them up with gmail/Google Apps for ...
0
votes
1answer
393 views

Codeigniter HMVC Re-Declare error coming

I am using CI 2.0.2 and using 5.4 Modular extension.. I have user as a default controller. class User extends CI_Controller{ public function __construct(){ parent::__construct(); } public ...
0
votes
3answers
72 views

How to set A Records and MX records correctly

I just wanted to confirm something if that's okay? :) I am setting up a new site for someone and they already have email configured on an existing server and want the website on a different one. They ...
0
votes
1answer
183 views

Custom ContextMenu not displaying in MX TextArea

Been tearing my hair out for ages trying to get my custom ContextMenu to apply to a TextArea, It will just display the default (copy, paste ect...). import mx.events.FlexEvent; ...
0
votes
1answer
446 views

Set Flex MX ComboBox background color using CSS

Is there a way using CSS, to set a mx.controls.ComboBox's background color. This would be the background color of each row when the ComboBox is clicked (expanded). I've tried backgroundColor, ...
0
votes
1answer
1k views

Set Flex MX Button background color using CSS

Using CSS, how do I set the background color of a Flex MX Button? My button is declared as: <mx:Button label="My Button"/> And the CSS is: @namespace mx "library://ns.adobe.com/flex/mx"; ...
0
votes
2answers
84 views

What do I need to do to get php to be able to send mail with Google Apps?

Currently there are no MX records pointing to my server. Will I need to change any MX records to get php sendmail working? I only need php to be able to send mail (on multiple virtual domains...). ...
0
votes
1answer
66 views

How do i get my spf to “see past” my isp's non-sense A-record?

I host a spread of different domains that all use my (one) mail-server to send and receive mail. When sending mails, sometimes, my mail gets rejected by the receiving end, marked to the recipient as ...
0
votes
2answers
416 views

I can't add the last Google Apps Email MX record because Zerigo DNS only allows 10 records. Will it matter?

I am using Heroku for my site hosting, and Zerigo for DNS magagement. I'm trying to setup Google Apps email, but I can't add the last MX record (ASPMX5.GOOGLEMAIL.COM.) because I have hit my limit of ...
0
votes
1answer
55 views

What is the most universal method for e-mail verification without user interaction involved?

It's widely known, that probably the best method to achieve that is the SMTP transaction with the MX server during which we're "emulating" sending the mail (HELO, MAIL FROM, RCPT TO - 250 response to ...
0
votes
2answers
448 views

PHP Fatal error: Call to undefined function checkdnsrr()

My application check mxrecords on the registration page. It works fine on my local dev machine (windows 7 with wampserver) and on my hosting account (linux server). Recently I deployed the app in ...
0
votes
1answer
93 views

Where is Border component in Flex/mx library?

I have an old Flex app build with the Halo library. Now that Halo was changed to mx library, it makes the old Border component stop working and I'm unable to build the project anymore. Even when I ...
0
votes
1answer
72 views

Dynamic MX Records

I'm trying to figure out a solution to my problem which is as follows: There are two email addresses on my domain that I want to continue hosting at a provider but for all the other email addresses I ...
-1
votes
0answers
14 views

How A Record is created when I only Change NS record

As per my understanding : NS Record : handles the DNS queries for a domain name . A Record : points the domain name to a host ( ip ) Mx Record : handles emails . Now Question is , When I ...
-1
votes
1answer
66 views

sendmail issue “mail loops back to me MX problem‍​” centOS

I have had sendmail set up in one of my centOS servers and I have an email marketing software running on it. I configured sendmail last time to make sure everything worked and everything was fine. ...
-1
votes
1answer
72 views

[C][MX Record] Getting MX Records in a C program

Greetings, I need to find out te mx records bound to a domain for an SMTP server. The thing is, I can't use any library except the system ones (Linux and Windows). There's very little documentation ...