Go Back   The macosxhints Forums > Search Forums



Showing results 1 to 25 of 750
Search took 0.09 seconds.
Search: Posts Made By: mark hunte
Forum: AppleScript 03-09-2013, 08:39 PM
Replies: 7
Views: 1,223
Posted By mark hunte
Seriously mate, Whats with the attitude. ...

Seriously mate,

Whats with the attitude.

Haynes response was very helpful considering you basically listed a wish list and asked if it is possible.

He could have simply replied "Yes" and...
Forum: Applications 11-21-2012, 11:36 AM
Replies: 5
Views: 984
Posted By mark hunte
macosnoob, Thanks for posting that, I would have...

macosnoob, Thanks for posting that, I would have done it myself but was dashing of to work.

I have done this before with soundflower a while back but could not remember the results.


Now I...
Forum: Applications 11-21-2012, 01:31 AM
Replies: 5
Views: 984
Posted By mark hunte
I think you can use soundflower...

I think you can use soundflower (http://www.macupdate.com/app/mac/14067/soundflower) to pipe the sound.
Forum: iPad Info Center 11-10-2012, 07:39 PM
Replies: 8
Views: 3,198
Posted By mark hunte
Very handy. Just inserting </ meta...

Very handy.

Just inserting </ meta name="viewport" content="width=device-width" />

Adjust the page width.

This may help me with an issue I am having.

Thanks acme.mail.order
Forum: AppleScript 11-07-2012, 01:37 AM
Replies: 27
Views: 5,227
Posted By mark hunte
I do not think you are saving the script...

I do not think you are saving the script correctly.

see the last part of the post (http://www.markosx.com/thecocoaquest/applescript-quit-or-launch-application-script-revised/#foot_note_1)
Forum: AppleScript 11-05-2012, 04:59 PM
Replies: 27
Views: 5,227
Posted By mark hunte
Please do read the Docs. But try this. ...

Please do read the Docs.

But try this.





global isRunning, masterIsRunning
on idle
Forum: AppleScript 11-05-2012, 04:41 PM
Replies: 27
Views: 5,227
Posted By mark hunte
If you are saving the script as an app and want...

If you are saving the script as an app and want it to stay open then you need to wrap it in an idle handler. see apples idle and quit...
Forum: AppleScript 11-05-2012, 02:51 PM
Replies: 27
Views: 5,227
Posted By mark hunte
You need to give more information in you posting....

You need to give more information in you posting.

Tell me what you have done fully with the script
Forum: AppleScript 11-05-2012, 01:03 PM
Replies: 27
Views: 5,227
Posted By mark hunte
I assume you are talking about the one on my blog...

I assume you are talking about the one on my blog (http://www.markosx.com/thecocoaquest/applescript-quit-or-launch-application-script-revised/).


At the top of the script put you individual...
Forum: AppleScript 11-04-2012, 02:57 PM
Replies: 27
Views: 5,227
Posted By mark hunte
I take it all back. I notice that even with...

I take it all back.

I notice that even with the other killall option. A app that was killed looked like it had quit but its process was still running.

So acme.mail.order was totally correct....
Forum: AppleScript 11-03-2012, 11:00 AM
Replies: 27
Views: 5,227
Posted By mark hunte
Agreed. Just looked it up and to clean kill an...

Agreed. Just looked it up and to clean kill an app giving it a chance to clean up you can use -3 (quit) or -15 (Terminate)
-15 seemed to be better.

set appMustBeRunning to "Safari"
set...
Forum: AppleScript 11-03-2012, 07:37 AM
Replies: 27
Views: 5,227
Posted By mark hunte
You could try: set appMustBeRunning to...

You could try:

set appMustBeRunning to "Safari"
set appToKill to "Mail"
tell application "System Events"
set appMustBeRunningID to (unix id of processes whose name is appMustBeRunning)
set...
Forum: iPad Info Center 11-01-2012, 09:28 AM
Replies: 22
Views: 14,028
Posted By mark hunte
Your welcome. It worked on my iPad when I tested...

Your welcome. It worked on my iPad when I tested it.


By the way I forgot to change the no scroll back to NO. You should be able to d set it to NO now with this code.
Good luck.
Forum: iPad Info Center 11-01-2012, 03:49 AM
Replies: 22
Views: 14,028
Posted By mark hunte
I have figured ou how to keep your frames. And...

I have figured ou how to keep your frames. And show and hide the text.

You can make a call to the topframes javascript function. The function will hide and show the text.


your frames.html...
Forum: iPad Info Center 10-31-2012, 06:50 PM
Replies: 22
Views: 14,028
Posted By mark hunte
UPDATED THE CODE: slightly

UPDATED THE CODE: slightly
Forum: iPad Info Center 10-31-2012, 06:42 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Not as is. I did a search for "html show...

Not as is.

I did a search for "html show hide text" in googled and found this.


Show and Hide Blocks of Text (or Images) with CSS and JavaScript...
Forum: iPad Info Center 10-31-2012, 05:28 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Also worked on iPad. but is auto resizing to...

Also worked on iPad. but is auto resizing to show both answers when the 'how are you is clicked.
Forum: iPad Info Center 10-31-2012, 05:14 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Safari 6. It works if I change the...

Safari 6.

It works if I change the scrolling="NO" to scrolling="YES" in the frames.html (test in safari 6 Mac)

will test in a min on iPad
Forum: iPad Info Center 10-31-2012, 05:06 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Ah, I get it you are using anchors to the thank...

Ah, I get it you are using anchors to the thank you and 51
and expect the topframe to jump to them,
Forum: iPad Info Center 10-31-2012, 05:03 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Ok I have tried the test page on Mac,iPad, and...

Ok I have tried the test page on Mac,iPad, and iPhone.

I see the topframe (green) with 'click on the question and you get the answer here'. And the mainframe with the questions to click.

When...
Forum: iPad Info Center 10-30-2012, 06:05 PM
Replies: 22
Views: 14,028
Posted By mark hunte
Paldo, Can you make a page that is outside...

Paldo,

Can you make a page that is outside your main site with similar make up and let us see that?
Forum: Hardware and Peripherals 10-21-2012, 11:12 AM
Replies: 19
Views: 6,273
Posted By mark hunte
Sorry to hear that.. I am on 10.8 using a...

Sorry to hear that..

I am on 10.8 using a trackpad. I have not had any issues with it. Works great.
Forum: AppleScript 10-21-2012, 05:54 AM
Replies: 4
Views: 3,276
Posted By mark hunte
Most Virus scanners have an exclude/trust feature...

Most Virus scanners have an exclude/trust feature which will stop the app scanning chosen folders file or drives. If yours does then that may be a better solution.
Forum: AppleScript 10-20-2012, 09:03 PM
Replies: 1
Views: 520
Posted By mark hunte
save this as an App. You can double click the...

save this as an App.
You can double click the app and it will ask you to choose your files or you can drag the file onto it.



property target_length : 128

on run
set these_files to...
Forum: AppleScript 10-07-2012, 07:45 AM
Replies: 1
Views: 2,605
Posted By mark hunte
You just need to add a delay. so the page is...

You just need to add a delay.
so the page is not closed before the contents is collected.

set theAttachment to "test.html"
tell application "Mail"
activate
end tell
tell application...
Showing results 1 to 25 of 750

 
Forum Jump


All times are GMT -5. The time now is 09:12 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.