Friday, April 30, 2010

4.2.1 has no font sizing support

0 comments
On the iPad, font sizing is still not available. According to the
forum, it should be. Was there a problem with the build sent to
Apple?

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Subpage transition glitch

0 comments
Yes currently there is only one transition happening at a time with
subpages. We will have this fixed in an upcoming release.
Then all subpages will fully display their in and out transitions.

FYI, the best way we have found to show/hide multiple subpages in an
interlocking fashion (only one of the subpages visible at a time) is
to send commands like:
subpage=01
subpage=02
etc

And a regex of:
subpage=(01)?(02)? etc
Then each group set to a different digital join, with the 'on value'
matching the number 01, 02, etc and the 'off value' blank.
Make sure you use leading zeros if you want to control more than 9
subpages at once.

Jarrod

On May 1, 6:37 am, Fiasco <dgvoll...@gmail.com> wrote:
> I have done something similar to what you mention previously but did
> it without a control system.   I just did a UDP broadcast and then
> captured the self made UDP broadcast with feedback.
>
> I'm wondering if CF will only do one IN and one OUT subpage transition
> at a time.   Thus, only the last OUT transition works in my macro.
>
> On Apr 30, 2:34 pm, av_roller <avrol...@gmail.com> wrote:
>
>
>
>
>
> > Hi, I think there is a better way to toggle sub pages. I recently
> > created a GUI with 19 sub pages on the main page. You should only have
> > to put 1command on each button and have your control system send back
> > a command that is parsed through a regex. The advantage is that the
> > pages open and close instantly instead of waiting for macro. There is
> > an example of this in the wiki. Hope I explained it right, good luck.
>
> > On Apr 30, 2:04 pm, Fiasco <dgvoll...@gmail.com> wrote:
>
> > > I have a row of buttons along the bottom of the screen.   For most of
> > > the buttons there is a corresponding subpage.   The goal was to have a
> > > button toggle the correct subpage on and toggle the other buttons
> > > subpages off.
>
> > > I did this by creating several commands
>
> > > subpage_1_on
> > > subpage_1_off
> > > subpage_2_on
> > > subpage_2_off
> > > subpage_3_on
> > > subpage_3_off
>
> > > For each of these the command value is 0 (I don't actually want to
> > > send a command) and the Optional Target Value Assignment is selected,
> > > join type Digital, join number (the corresponding subpage) and set
> > > value is either 0 or 1 (for off and on).
>
> > > Now I created a macro for each button on the bottom of the screen
> > > works something like:
>
> > > Button 1
> > > subpage_1_on
> > > subpage_2_off
> > > subpage_3_off
>
> > > Button 2
> > > subpage_2_on
> > > subpage_1_off
> > > subpage_3_off
>
> > > So on and so forth.
>
> > > The subpages are set to transition push, .5 seconds transition in from
> > > right, transition out from left.
>
> > > The issue I am running into is that for the subpages in the macro,
> > > only the first and last commands in the macro execute the transition
> > > correctly.   All subpages in between do not have a transition effect
> > > and just immediately dissappear.
>
> > > So, for example, if Button 1 is pressed and Subpage 3 is currently
> > > visible, subpage 3 will transition out correctly.   If I press Button
> > > 1 w/ Subpage 2 visible, subpage 2 will immediately dissappear.
>
> > > I tried changing the order of the macro commands and this held true
> > > (w/ only first and last transitions in the macro executing correctly)
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.-Hide quoted text -
>
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: CCF Converter App Properties

0 comments
Please see the GlobalCache documentation for details on their format.
http://www.globalcache.com/downloads/
Specifically the iTach API Specification or GC-100 API Specification
(depending what actual GC hardware you are using).
The IR format is the same for both though.

The only thing you need to make sure you also add a carriage return on
the end of any command, which is \x0D in hex.

Jarrod

On May 1, 7:48 am, M <m...@sitticus.com> wrote:
> Hello - I'm using Global Cahcés CCF Converter App to convert some Hex
> IR codes. When I get the result there are a few (what I'm assuming
> are) paramertes that I'm not sure what they may be or if I should use
> them.
> Example;
> sendir,<mod-addr>:<conn-addr>,2,36000,<repeatcount>,1,324,161…
>
> Do I paste the whole thing into the Command Vale and, if so, what
> would the values be for <mod-addr>, <conn-addr>, and <repeatcount>?
>
> thanks for any help,
> M
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: guiDesigner crashing when using the List Tool

0 comments
Thanks for reporting this. I believe the latest guiDesigner BETA
(please try it out) has this crash fixed.
But yes, you add a list tool to a page, then assign subpages to the
list object. Subpages themselves can have lists, but make sure not to
reference the subpage the list is on as one of the lists subpage types
(this would create a nice endless recursive loop!).

Jarrod

On May 1, 8:53 am, Matt Rasmussen <mjr...@gmail.com> wrote:
> Ok, I think I figured it out.  I was adding the subpage with a list
> tool to a page, and assigning that to itself...bad.
>
> You actually create the List Tool on the page and assign subpages to
> it, got it now.
>
> On Apr 30, 5:31 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
>
>
>
>
> > I installed on W7 with my home workstation and I get a guiDesigner
> > message box with the following info.
>
> > System.ArgumentException: Parameter is not valid
> > at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat
> > format)
> > at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
> > at guiDesigner.GUIlist.CreateListBitmap()
>
> > On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
> > > I should add that I'm running XP SP3
>
> > > On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
> > > > I have been messing with guiDesigner and understand the concept of the
> > > >ListTool, these are the steps that can reproduce the crash
>
> > > > 1.  Create a new project
> > > > 2.  Create a new page
> > > > 3.  Create a subpage 150x600
> > > > 4.  Add aListToolto the subpage
> > > > 5.  Make thelisttool150x600
> > > > 6.  Set Header Subpage to theListToolSubpage
> > > > 7.  As soon as you set the Content Subpage to theListToolSubpage
> > > > and press OK, guiDesigner stops responding and hogs all sysem
> > > > resources, page file stuff I think.
>
> > > > Any ideas?
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > > To post to this group, send email to commandfusion@googlegroups.com.
> > > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.-Hidequoted text -
>
> > > - Show quoted text -
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.-Hide quoted text -
>
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: guiDesigner crashing when using the List Tool

0 comments
Ok, I think I figured it out. I was adding the subpage with a list
tool to a page, and assigning that to itself...bad.

You actually create the List Tool on the page and assign subpages to
it, got it now.

On Apr 30, 5:31 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
> I installed on W7 with my home workstation and I get a guiDesigner
> message box with the following info.
>
> System.ArgumentException: Parameter is not valid
> at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat
> format)
> at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
> at guiDesigner.GUIlist.CreateListBitmap()
>
> On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
>
>
>
>
> > I should add that I'm running XP SP3
>
> > On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
> > > I have been messing with guiDesigner and understand the concept of the
> > >ListTool, these are the steps that can reproduce the crash
>
> > > 1.  Create a new project
> > > 2.  Create a new page
> > > 3.  Create a subpage 150x600
> > > 4.  Add aListToolto the subpage
> > > 5.  Make thelisttool150x600
> > > 6.  Set Header Subpage to theListToolSubpage
> > > 7.  As soon as you set the Content Subpage to theListToolSubpage
> > > and press OK, guiDesigner stops responding and hogs all sysem
> > > resources, page file stuff I think.
>
> > > Any ideas?
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.-Hide quoted text -
>
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.- Hide quoted text -
>
> - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: guiDesigner crashing when using the List Tool

0 comments
I installed on W7 with my home workstation and I get a guiDesigner
message box with the following info.

System.ArgumentException: Parameter is not valid
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat
format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at guiDesigner.GUIlist.CreateListBitmap()

On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
> I should add that I'm running XP SP3
>
> On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
>
>
>
>
>
> > I have been messing with guiDesigner and understand the concept of the
> > List Tool, these are the steps that can reproduce the crash
>
> > 1.  Create a new project
> > 2.  Create a new page
> > 3.  Create a subpage 150x600
> > 4.  Add a List Tool to the subpage
> > 5.  Make the list tool 150x600
> > 6.  Set Header Subpage to the List Tool Subpage
> > 7.  As soon as you set the Content Subpage to the List Tool Subpage
> > and press OK, guiDesigner stops responding and hogs all sysem
> > resources, page file stuff I think.
>
> > Any ideas?
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.- Hide quoted text -
>
> - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

CCF Converter App Properties

0 comments
Hello - I'm using Global Cahcés CCF Converter App to convert some Hex
IR codes. When I get the result there are a few (what I'm assuming
are) paramertes that I'm not sure what they may be or if I should use
them.
Example;
sendir,<mod-addr>:<conn-addr>,2,36000,<repeatcount>,1,324,161…

Do I paste the whole thing into the Command Vale and, if so, what
would the values be for <mod-addr>, <conn-addr>, and <repeatcount>?

thanks for any help,
M

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Subpage transition glitch

0 comments
I have done something similar to what you mention previously but did
it without a control system. I just did a UDP broadcast and then
captured the self made UDP broadcast with feedback.

I'm wondering if CF will only do one IN and one OUT subpage transition
at a time. Thus, only the last OUT transition works in my macro.

On Apr 30, 2:34 pm, av_roller <avrol...@gmail.com> wrote:
> Hi, I think there is a better way to toggle sub pages. I recently
> created a GUI with 19 sub pages on the main page. You should only have
> to put 1command on each button and have your control system send back
> a command that is parsed through a regex. The advantage is that the
> pages open and close instantly instead of waiting for macro. There is
> an example of this in the wiki. Hope I explained it right, good luck.
>
> On Apr 30, 2:04 pm, Fiasco <dgvoll...@gmail.com> wrote:
>
>
>
>
>
> > I have a row of buttons along the bottom of the screen.   For most of
> > the buttons there is a corresponding subpage.   The goal was to have a
> > button toggle the correct subpage on and toggle the other buttons
> > subpages off.
>
> > I did this by creating several commands
>
> > subpage_1_on
> > subpage_1_off
> > subpage_2_on
> > subpage_2_off
> > subpage_3_on
> > subpage_3_off
>
> > For each of these the command value is 0 (I don't actually want to
> > send a command) and the Optional Target Value Assignment is selected,
> > join type Digital, join number (the corresponding subpage) and set
> > value is either 0 or 1 (for off and on).
>
> > Now I created a macro for each button on the bottom of the screen
> > works something like:
>
> > Button 1
> > subpage_1_on
> > subpage_2_off
> > subpage_3_off
>
> > Button 2
> > subpage_2_on
> > subpage_1_off
> > subpage_3_off
>
> > So on and so forth.
>
> > The subpages are set to transition push, .5 seconds transition in from
> > right, transition out from left.
>
> > The issue I am running into is that for the subpages in the macro,
> > only the first and last commands in the macro execute the transition
> > correctly.   All subpages in between do not have a transition effect
> > and just immediately dissappear.
>
> > So, for example, if Button 1 is pressed and Subpage 3 is currently
> > visible, subpage 3 will transition out correctly.   If I press Button
> > 1 w/ Subpage 2 visible, subpage 2 will immediately dissappear.
>
> > I tried changing the order of the macro commands and this held true
> > (w/ only first and last transitions in the macro executing correctly)
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.- Hide quoted text -
>
> - Show quoted text -

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Subpage transition glitch

0 comments
Hi, I think there is a better way to toggle sub pages. I recently
created a GUI with 19 sub pages on the main page. You should only have
to put 1command on each button and have your control system send back
a command that is parsed through a regex. The advantage is that the
pages open and close instantly instead of waiting for macro. There is
an example of this in the wiki. Hope I explained it right, good luck.

On Apr 30, 2:04 pm, Fiasco <dgvoll...@gmail.com> wrote:
> I have a row of buttons along the bottom of the screen.   For most of
> the buttons there is a corresponding subpage.   The goal was to have a
> button toggle the correct subpage on and toggle the other buttons
> subpages off.
>
> I did this by creating several commands
>
> subpage_1_on
> subpage_1_off
> subpage_2_on
> subpage_2_off
> subpage_3_on
> subpage_3_off
>
> For each of these the command value is 0 (I don't actually want to
> send a command) and the Optional Target Value Assignment is selected,
> join type Digital, join number (the corresponding subpage) and set
> value is either 0 or 1 (for off and on).
>
> Now I created a macro for each button on the bottom of the screen
> works something like:
>
> Button 1
> subpage_1_on
> subpage_2_off
> subpage_3_off
>
> Button 2
> subpage_2_on
> subpage_1_off
> subpage_3_off
>
> So on and so forth.
>
> The subpages are set to transition push, .5 seconds transition in from
> right, transition out from left.
>
> The issue I am running into is that for the subpages in the macro,
> only the first and last commands in the macro execute the transition
> correctly.   All subpages in between do not have a transition effect
> and just immediately dissappear.
>
> So, for example, if Button 1 is pressed and Subpage 3 is currently
> visible, subpage 3 will transition out correctly.   If I press Button
> 1 w/ Subpage 2 visible, subpage 2 will immediately dissappear.
>
> I tried changing the order of the macro commands and this held true
> (w/ only first and last transitions in the macro executing correctly)
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Keep screen on?

0 comments
Will make it into 4.2.3. Just gotta get 4.2.2 through first!!

Dean

On Apr 30, 11:50 am, Verxion <joech...@gmail.com> wrote:
> Would it be possible to add the functionality to keep the screen on
> while in iSSH?  I understand that this is likely not the best DEFAULT,
> but I'd sure appreciate the option.
>
> Thanks,
>
> -Verxion
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Deleting a 'Pie'

0 comments
Make sure your last (far right pie) is clear of any active slots. You
can tap and hold on slot to move it over to unused pie sections.
Tapping and dragging it off completely will delete it. Once the pies
are complete clear, iSSH will aggregate them.

Dean

On Apr 29, 6:40 pm, Danith <david.nen...@gmail.com> wrote:
> I have 5 pies, 3 of which are empty.  How do I get rid of them?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Subpage transition glitch

0 comments
We noticed a similar situation with a transition between two subpages, where the joins were driven from a Crestron. It only occurred in one direction (e.g., Subpage A > Subpage B; not vice versa) and only affected the exiting subpage, which disappeared without a transition.

Pages do not exhibit the issue so we switched our design to using all separate pages for now. But it would be nice to resolve.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: 4.2.2 submitted to Apple

0 comments
Enabling "Use BBS font" forces the use of the VGA font. If you aren't
accessing BBS's with ANSI art, then keep that setting off and you'll
get the nicer selection of fonts. See this page about fonts:
http://www.zinger-soft.com/support_b_3.html

Dean

On Apr 30, 12:00 pm, Alexandru Pirvulescu <sigx...@gmail.com> wrote:
> Hi Dean,
>
> It seems that I don't know how to use the app then.
> Whatever font I set in the "Global Settings" or if I enable/disable "Use BBS font" I always get that ugly "VGA" font.
>
> Alex
>
> On Apr 30, 2010, at 9:51 PM, Dean wrote:
>
>
>
>
>
> > Alex,
>
> > The full screen functionality your complaining about missing is the
> > primary new feature in this release.  It is completely unrelated to
> > issues of my rejects as of late.
>
> > You can always change the font at any time though.
>
> > Dean
>
> > On Apr 30, 10:54 am, Alex P <sigx...@gmail.com> wrote:
> >> The do your Human Interface homework as they want it because it is
> >> pretty useless in this form on iPad (didn't test on iPhone though) :)
> >> I've made the mistake to select another font instead of Courier and
> >> now the font in all the sessions is Classic, which is ugly, huge, and
> >> i cannot see a full screen on the device.
>
> >> Otherwise, I'm very OK with this app.
>
> >> Regards,
> >> Alex
>
> >> On Apr 30, 1:16 am, Dean <canada...@gmail.com> wrote:
>
> >>> Still in review!  I've now been rejected three times all for iPad
> >>> Human Interface Guideline issues.  Looks like Apple is taking this
> >>> time to force me to fix some of the UI stuff in iSSH.
>
> >>> Dean
>
> >>> On Apr 27, 3:29 pm, Dean <canada...@gmail.com> wrote:
>
> >>>> Looks like review times are back to being what they were in the old
> >>>> days.  Been in "review" a week now.  I'll keep everyone posted on
> >>>> news!
>
> >>>> Dean
>
> >>>> On Apr 21, 9:31 am, Dean <canada...@gmail.com> wrote:
>
> >>>>> 4.2.2 has finally been submitted.  Everyone (that's iPad and iPhone
> >>>>> users) should benefit from the update.  I moved some items around on
> >>>>> the screen to make their functions a little more intuitive.  The
> >>>>> official "what's new" reads as follows:
>
> >>>>> • Ability to configure terminal dimensions, font sizes and split
> >>>>> screen for iPad
> >>>>> • UI enhancements and bug fixes for all iPhone OS devices
>
> >>>>> I'm discovering the delay has been making sure changes for the iPad
> >>>>> don't affect those on the iPhone and properly testing both.  I had
> >>>>> more planned for this version but I also wanted to keep updates on a
> >>>>> tightest turn as possible.  This means that I haven't forgotten the
> >>>>> other promised changes for this version, but rather I was getting
> >>>>> overdue for a version update.  I'll keep everyone posted on 4.2.3 and
> >>>>> hopefully the delay between releases should be getting shorter again,
> >>>>> not longer!
>
> >>>>> Dean
>
> >>>>> --
> >>>>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> >>>>> To post to this group, send email to issh@googlegroups.com.
> >>>>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> >>>>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> >>>> --
> >>>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> >>>> To post to this group, send email to issh@googlegroups.com.
> >>>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> >>>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> >>> --
> >>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> >>> To post to this group, send email to issh@googlegroups.com.
> >>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> >>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> >> --
> >> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> >> To post to this group, send email to issh@googlegroups.com.
> >> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> >> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > To post to this group, send email to issh@googlegroups.com.
> > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Subpage transition glitch

0 comments
I have a row of buttons along the bottom of the screen. For most of
the buttons there is a corresponding subpage. The goal was to have a
button toggle the correct subpage on and toggle the other buttons
subpages off.

I did this by creating several commands

subpage_1_on
subpage_1_off
subpage_2_on
subpage_2_off
subpage_3_on
subpage_3_off

For each of these the command value is 0 (I don't actually want to
send a command) and the Optional Target Value Assignment is selected,
join type Digital, join number (the corresponding subpage) and set
value is either 0 or 1 (for off and on).

Now I created a macro for each button on the bottom of the screen
works something like:

Button 1
subpage_1_on
subpage_2_off
subpage_3_off

Button 2
subpage_2_on
subpage_1_off
subpage_3_off

So on and so forth.

The subpages are set to transition push, .5 seconds transition in from
right, transition out from left.

The issue I am running into is that for the subpages in the macro,
only the first and last commands in the macro execute the transition
correctly. All subpages in between do not have a transition effect
and just immediately dissappear.

So, for example, if Button 1 is pressed and Subpage 3 is currently
visible, subpage 3 will transition out correctly. If I press Button
1 w/ Subpage 2 visible, subpage 2 will immediately dissappear.

I tried changing the order of the macro commands and this held true
(w/ only first and last transitions in the macro executing correctly)

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: 4.2.2 submitted to Apple

0 comments
Hi Dean,

It seems that I don't know how to use the app then.
Whatever font I set in the "Global Settings" or if I enable/disable "Use BBS font" I always get that ugly "VGA" font.


Alex

On Apr 30, 2010, at 9:51 PM, Dean wrote:

> Alex,
>
> The full screen functionality your complaining about missing is the
> primary new feature in this release. It is completely unrelated to
> issues of my rejects as of late.
>
> You can always change the font at any time though.
>
> Dean
>
> On Apr 30, 10:54 am, Alex P <sigx...@gmail.com> wrote:
>> The do your Human Interface homework as they want it because it is
>> pretty useless in this form on iPad (didn't test on iPhone though) :)
>> I've made the mistake to select another font instead of Courier and
>> now the font in all the sessions is Classic, which is ugly, huge, and
>> i cannot see a full screen on the device.
>>
>> Otherwise, I'm very OK with this app.
>>
>> Regards,
>> Alex
>>
>> On Apr 30, 1:16 am, Dean <canada...@gmail.com> wrote:
>>
>>
>>
>>
>>
>>> Still in review! I've now been rejected three times all for iPad
>>> Human Interface Guideline issues. Looks like Apple is taking this
>>> time to force me to fix some of the UI stuff in iSSH.
>>
>>> Dean
>>
>>> On Apr 27, 3:29 pm, Dean <canada...@gmail.com> wrote:
>>
>>>> Looks like review times are back to being what they were in the old
>>>> days. Been in "review" a week now. I'll keep everyone posted on
>>>> news!
>>
>>>> Dean
>>
>>>> On Apr 21, 9:31 am, Dean <canada...@gmail.com> wrote:
>>
>>>>> 4.2.2 has finally been submitted. Everyone (that's iPad and iPhone
>>>>> users) should benefit from the update. I moved some items around on
>>>>> the screen to make their functions a little more intuitive. The
>>>>> official "what's new" reads as follows:
>>
>>>>> • Ability to configure terminal dimensions, font sizes and split
>>>>> screen for iPad
>>>>> • UI enhancements and bug fixes for all iPhone OS devices
>>
>>>>> I'm discovering the delay has been making sure changes for the iPad
>>>>> don't affect those on the iPhone and properly testing both. I had
>>>>> more planned for this version but I also wanted to keep updates on a
>>>>> tightest turn as possible. This means that I haven't forgotten the
>>>>> other promised changes for this version, but rather I was getting
>>>>> overdue for a version update. I'll keep everyone posted on 4.2.3 and
>>>>> hopefully the delay between releases should be getting shorter again,
>>>>> not longer!
>>
>>>>> Dean
>>
>>>>> --
>>>>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
>>>>> To post to this group, send email to issh@googlegroups.com.
>>>>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
>>>>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>>
>>>> --
>>>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
>>>> To post to this group, send email to issh@googlegroups.com.
>>>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
>>>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>>
>>> --
>>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
>>> To post to this group, send email to issh@googlegroups.com.
>>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
>>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
>> To post to this group, send email to issh@googlegroups.com.
>> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
>> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/issh?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: 4.2.2 submitted to Apple

0 comments
Alex,

The full screen functionality your complaining about missing is the
primary new feature in this release. It is completely unrelated to
issues of my rejects as of late.

You can always change the font at any time though.

Dean

On Apr 30, 10:54 am, Alex P <sigx...@gmail.com> wrote:
> The do your Human Interface homework as they want it because it is
> pretty useless in this form on iPad (didn't test on iPhone though) :)
> I've made the mistake to select another font instead of Courier and
> now the font in all the sessions is Classic, which is ugly, huge, and
> i cannot see a full screen on the device.
>
> Otherwise, I'm very OK with this app.
>
> Regards,
> Alex
>
> On Apr 30, 1:16 am, Dean <canada...@gmail.com> wrote:
>
>
>
>
>
> > Still in review!  I've now been rejected three times all for iPad
> > Human Interface Guideline issues.  Looks like Apple is taking this
> > time to force me to fix some of the UI stuff in iSSH.
>
> > Dean
>
> > On Apr 27, 3:29 pm, Dean <canada...@gmail.com> wrote:
>
> > > Looks like review times are back to being what they were in the old
> > > days.  Been in "review" a week now.  I'll keep everyone posted on
> > > news!
>
> > > Dean
>
> > > On Apr 21, 9:31 am, Dean <canada...@gmail.com> wrote:
>
> > > > 4.2.2 has finally been submitted.  Everyone (that's iPad and iPhone
> > > > users) should benefit from the update.  I moved some items around on
> > > > the screen to make their functions a little more intuitive.  The
> > > > official "what's new" reads as follows:
>
> > > > • Ability to configure terminal dimensions, font sizes and split
> > > > screen for iPad
> > > > • UI enhancements and bug fixes for all iPhone OS devices
>
> > > > I'm discovering the delay has been making sure changes for the iPad
> > > > don't affect those on the iPhone and properly testing both.  I had
> > > > more planned for this version but I also wanted to keep updates on a
> > > > tightest turn as possible.  This means that I haven't forgotten the
> > > > other promised changes for this version, but rather I was getting
> > > > overdue for a version update.  I'll keep everyone posted on 4.2.3 and
> > > > hopefully the delay between releases should be getting shorter again,
> > > > not longer!
>
> > > > Dean
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > > > To post to this group, send email to issh@googlegroups.com.
> > > > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > > > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > > To post to this group, send email to issh@googlegroups.com.
> > > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > To post to this group, send email to issh@googlegroups.com.
> > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Keep screen on?

0 comments
Would it be possible to add the functionality to keep the screen on
while in iSSH? I understand that this is likely not the best DEFAULT,
but I'd sure appreciate the option.

Thanks,

-Verxion

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: 4.2.2 submitted to Apple

0 comments
The do your Human Interface homework as they want it because it is
pretty useless in this form on iPad (didn't test on iPhone though) :)
I've made the mistake to select another font instead of Courier and
now the font in all the sessions is Classic, which is ugly, huge, and
i cannot see a full screen on the device.

Otherwise, I'm very OK with this app.

Regards,
Alex


On Apr 30, 1:16 am, Dean <canada...@gmail.com> wrote:
> Still in review!  I've now been rejected three times all for iPad
> Human Interface Guideline issues.  Looks like Apple is taking this
> time to force me to fix some of the UI stuff in iSSH.
>
> Dean
>
> On Apr 27, 3:29 pm, Dean <canada...@gmail.com> wrote:
>
>
>
> > Looks like review times are back to being what they were in the old
> > days.  Been in "review" a week now.  I'll keep everyone posted on
> > news!
>
> > Dean
>
> > On Apr 21, 9:31 am, Dean <canada...@gmail.com> wrote:
>
> > > 4.2.2 has finally been submitted.  Everyone (that's iPad and iPhone
> > > users) should benefit from the update.  I moved some items around on
> > > the screen to make their functions a little more intuitive.  The
> > > official "what's new" reads as follows:
>
> > > • Ability to configure terminal dimensions, font sizes and split
> > > screen for iPad
> > > • UI enhancements and bug fixes for all iPhone OS devices
>
> > > I'm discovering the delay has been making sure changes for the iPad
> > > don't affect those on the iPhone and properly testing both.  I had
> > > more planned for this version but I also wanted to keep updates on a
> > > tightest turn as possible.  This means that I haven't forgotten the
> > > other promised changes for this version, but rather I was getting
> > > overdue for a version update.  I'll keep everyone posted on 4.2.3 and
> > > hopefully the delay between releases should be getting shorter again,
> > > not longer!
>
> > > Dean
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > > To post to this group, send email to issh@googlegroups.com.
> > > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > To post to this group, send email to issh@googlegroups.com.
> > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: guiDesigner crashing when using the List Tool

0 comments
I should add that I'm running XP SP3

On Apr 30, 12:24 pm, Matt Rasmussen <mjr...@gmail.com> wrote:
> I have been messing with guiDesigner and understand the concept of the
> List Tool, these are the steps that can reproduce the crash
>
> 1.  Create a new project
> 2.  Create a new page
> 3.  Create a subpage 150x600
> 4.  Add a List Tool to the subpage
> 5.  Make the list tool 150x600
> 6.  Set Header Subpage to the List Tool Subpage
> 7.  As soon as you set the Content Subpage to the List Tool Subpage
> and press OK, guiDesigner stops responding and hogs all sysem
> resources, page file stuff I think.
>
> Any ideas?
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

guiDesigner crashing when using the List Tool

0 comments
I have been messing with guiDesigner and understand the concept of the
List Tool, these are the steps that can reproduce the crash

1. Create a new project
2. Create a new page
3. Create a subpage 150x600
4. Add a List Tool to the subpage
5. Make the list tool 150x600
6. Set Header Subpage to the List Tool Subpage
7. As soon as you set the Content Subpage to the List Tool Subpage
and press OK, guiDesigner stops responding and hogs all sysem
resources, page file stuff I think.

Any ideas?

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

[appigo-todo] Re: Appigo Todo Online Service planned?

0 comments
Thanks in advance..i'm looking forward for this outstanding
feature! :-)

On 22 Apr., 20:03, Appigo Support <supp...@appigo.com> wrote:
> Andy,
>
> Our development team has been working on a solution that will address your
> question.
>
> Stay tuned to our Twitter and Facebook groups to receive notifications on
> our latest releases, features, and products.
>
> The Appigo Team
> --
> Appigo Support
> supp...@appigo.com
>
> Learn more about Todo (task management made simple), Notebook (notes
> available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's
> website:http://www.appigo.com/
>
> Follow the latest from Appigo on Facebook:http://www.tinyurl.com/appigo-fb
>
> Follow the latest from Appigo on Twitter:http://twitter.com/appigo
>
> Participate with Appigo and our community using the following Google groups:http://groups.google.com/group/appigo-todo/http://groups.google.com/group/appigo-notebook/http://groups.google.com/group/appigo-accufuel/
>
>
>
> On Tue, Apr 20, 2010 at 2:02 PM, Andy <andre.helf...@gmail.com> wrote:
> > Hello,
>
> > ..i'm really happy with this great App, but are there plans for an own
> > Todo online task management apart from Toodledo or RTM?
> > Many tasks i add in rush with Toodledo from desktop with no need to
> > handle with my iPhone..but the problem here is that i also have to
> > sync my Appigo Todo to activate the push notification alerts.
>
> > It would be awesome if Appigo has its own online service which syncs
> > your new tasks immediately with the push notification server without
> > the need to open and sync the Todo App on iPhone!
>
> > greetings, Andy
>
> > --
> > Learn more about Todo (task management made simple), Notebook (notes
> > available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's
> > website:http://www.appigo.com/
>
> > You received this message because you are subscribed to the Google
> > Groups "Appigo Todo" group.
> > To post to this group, send email to appigo-todo@googlegroups.com
> > To unsubscribe from this group, send email to
> > appigo-todo-unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/appigo-todo?hl=en
>
> --
> Learn more about Todo (task management made simple), Notebook (notes available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's website:http://www.appigo.com/
>
> You received this message because you are subscribed to the Google
> Groups "Appigo Todo" group.
> To post to this group, send email to appigo-todo@googlegroups.com
> To unsubscribe from this group, send email to
> appigo-todo-unsubscribe@googlegroups.com
> For more options, visit this group athttp://groups.google.com/group/appigo-todo?hl=en

--
Learn more about Todo (task management made simple), Corkulous (collect, organize, and share your ideas), Notebook (notes available everywhere), and AccuFuel (fuel efficiency tracker) on Appigo's website: http://www.appigo.com/

You received this message because you are subscribed to the Google
Groups "Appigo Todo" group.
To post to this group, send email to appigo-todo@googlegroups.com
To unsubscribe from this group, send email to
appigo-todo-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/appigo-todo?hl=en

Thursday, April 29, 2010

Re: "Server unexpectedly closed network connection" on server that uses 3DES...

0 comments
Interesting. iSSH supports the all major encryption standards SSH-2
supports, which includes 3DES, AES, Blowfish and Arcfour. Why 3DES
would present a problem doesn't quite make sense. However you
mentioned PuTTY as having an issue with these servers too. Is there
any setting that gets PuTTY to work? Are there any other details you
can provide?

Dean

On Apr 29, 3:45 pm, bazmonkey <bazmon...@gmail.com> wrote:
> Hello,
>
> I've been using iSSH on my iPhone and iPad quite happily, except that
> I cannot ssh to my college's server. My professor and I believe we
> narrowed down the problem to the fact that the server here requires
> 3DES as the algorithm. He (my prof.) has what he thinks is the same
> issue using puTTY, and that's what he needs to change.
>
> I can telnet to the server with no issues, and I can ssh to other
> servers just fine.
>
> Is there a way to tell iSSH which algorithm to use?
>
> Thanks for your help,
> Basil
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

On Apr 29, 3:45 pm, bazmonkey <bazmon...@gmail.com> wrote:
> Hello,
>
> I've been using iSSH on my iPhone and iPad quite happily, except that
> I cannot ssh to my college's server.  My professor and I believe we
> narrowed down the problem to the fact that the server here requires
> 3DES as the algorithm.  He (my prof.) has what he thinks is the same
> issue using puTTY, and that's what he needs to change.
>
> I can telnet to the server with no issues, and I can ssh to other
> servers just fine.
>
> Is there a way to tell iSSH which algorithm to use?
>
> Thanks for your help,
> Basil
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: XBMC Integration

0 comments
For anyone else wanting to know, we have got this successfully
working.
Will upload a sample XBMC remote config to our google code repo
sometime soon.

Jarrod

On Apr 30, 5:20 am, Fiasco <dgvoll...@gmail.com> wrote:
> That list is going to be variable length based on the number of movies
> in the database.
>
> Each movie has 9 values seperated by <field></field>
>
> Can I setup my regex to pull 9 items at a time and cycle for the next
> group of 9 to create each list element?
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: Copy-pasting learned IR commands

0 comments
Done, download the latest beta to use it:
http://www.commandfusion.com/download/CommandFusion_guiDesigner_Setup_BETA.exe

Jarrod

On Apr 29, 1:17 pm, Brian Lake <brian.e.l...@gmail.com> wrote:
> Thanks Jarrod!
>
> On Apr 28, 6:14 am, Jarrod Bell <jar...@guilink.com> wrote:
>
>
>
>
>
> > Have this working in the next beta, not released yet. Will debug a
> > little more tomorrow and get another beta build out there.
>
> > Jarrod
>
> > On Apr 28, 12:43 pm, Jarrod Bell <jar...@guilink.com> wrote:
>
> > > We will be adding this to the next guiDesigner release.
> > > Currently you can only move commands, not copy. You would have to copy
> > > the command value and create a new command in the other systems.
>
> > > Jarrod
>
> > > On Apr 28, 11:33 am, Brian Lake <brian.e.l...@gmail.com> wrote:
>
> > > > Any way to copy-paste learned commands from one "system" to another in
> > > > the System Manager? I learned DirecTV ir codes in once but want to
> > > > send them from multiple iTach's in multiple rooms. I'm pretty new to
> > > > the software and don't know if there are any shortcuts. Thanks!!
>
> > > > --
> > > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > > To post to this group, send email to commandfusion@googlegroups.com.
> > > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > > To post to this group, send email to commandfusion@googlegroups.com.
> > > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> > To post to this group, send email to commandfusion@googlegroups.com.
> > To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.-Hide quoted text -
>
> > - Show quoted text -
>
> --
> You received this message because you are subscribed to the Google Groups "CommandFusion" group.
> To post to this group, send email to commandfusion@googlegroups.com.
> To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Deleting a 'Pie'

0 comments
I have 5 pies, 3 of which are empty. How do I get rid of them?

Thanks

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

"Server unexpectedly closed network connection" on server that uses 3DES...

0 comments
Hello,

I've been using iSSH on my iPhone and iPad quite happily, except that
I cannot ssh to my college's server. My professor and I believe we
narrowed down the problem to the fact that the server here requires
3DES as the algorithm. He (my prof.) has what he thinks is the same
issue using puTTY, and that's what he needs to change.

I can telnet to the server with no issues, and I can ssh to other
servers just fine.

Is there a way to tell iSSH which algorithm to use?

Thanks for your help,
Basil

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: 4.2.2 submitted to Apple

0 comments
Still in review! I've now been rejected three times all for iPad
Human Interface Guideline issues. Looks like Apple is taking this
time to force me to fix some of the UI stuff in iSSH.

Dean

On Apr 27, 3:29 pm, Dean <canada...@gmail.com> wrote:
> Looks like review times are back to being what they were in the old
> days.  Been in "review" a week now.  I'll keep everyone posted on
> news!
>
> Dean
>
> On Apr 21, 9:31 am, Dean <canada...@gmail.com> wrote:
>
>
>
>
>
> > 4.2.2 has finally been submitted.  Everyone (that's iPad and iPhone
> > users) should benefit from the update.  I moved some items around on
> > the screen to make their functions a little more intuitive.  The
> > official "what's new" reads as follows:
>
> > • Ability to configure terminal dimensions, font sizes and split
> > screen for iPad
> > • UI enhancements and bug fixes for all iPhone OS devices
>
> > I'm discovering the delay has been making sure changes for the iPad
> > don't affect those on the iPhone and properly testing both.  I had
> > more planned for this version but I also wanted to keep updates on a
> > tightest turn as possible.  This means that I haven't forgotten the
> > other promised changes for this version, but rather I was getting
> > overdue for a version update.  I'll keep everyone posted on 4.2.3 and
> > hopefully the delay between releases should be getting shorter again,
> > not longer!
>
> > Dean
>
> > --
> > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > To post to this group, send email to issh@googlegroups.com.
> > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Can't connect using key authentication

0 comments
Thanks for the response. I have figured out the problem - user
error. The error message was exactly right - I had entered the wrong
user name, so there really were no supported authentication methods
for that user. Once I used the correct user name, it worked fine.

Thanks for this extremely useful functionality. I am very happy that
I don't have to enable password authentication and can tunnel through
my firewall for both ssh and VNC connections (although I'm still
trying to get used to the mousing scheme for VNC).

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: Amazon EC2: RSA Key generation

0 comments
Ok, I figured out the problem: when the public key is exported to
email, there is a line break between the key and the comment, but no
space. Example:

ssh-rsa
<random RSA code>==
<random comment code>-iphone-rsa-key-todaysdate

When formatted on one line, it appears as: ssh-rsa<random RSA
code>==<random comment code>-iphone-rsa-key-todaysdate

Instead of pasting with line breaks, it should be one line with
appropriate spaces: ssh-rsa <random RSA code>== <random comment code>-
iphone-rsa-key-todaysdate

Hope this helps the others with this problem!

Sean


On Apr 29, 11:42 am, Dean <canada...@gmail.com> wrote:
> Make sure the password for that connection is indeed blank.  If the
> server ever got to the RSA key (and didn't like it), you would see a
> message along the lines of "Server refused our key" instead as an
> error.
>
> Dean
>
> On Apr 28, 1:37 pm, Sean <seanca...@gmail.com> wrote:
>
>
>
> > Hey all,
>
> > Question for you regarding iSSH and Amazon EC2:  I'm trying to connect
> > to my Amazon EC2 server by generating a RSA key on iSSH, then copying
> > the public key over to my EC2 server.  I've been following the general
> > outline provided by Ryan Wilson on his blog:
>
> >http://blog.augmentedfragments.com/2008/09/connecting-to-ec2-from-iss...
>
> > Steps I have taken so far on iSSH:
>
> > Load iSSH
> > General Settings
> > Generate RSA Key
> > Email Public Key to myself
>
> > On my server:
>
> > cd .ssh
> > Edit authorized_keys
> > Add the public key: ssh-rsa blahblahblah-iphone-rsa-key-todaysdate
> > Save and exit
> > Restart SSH: sudo /etc/init.d/ssh restart
>
> > Back on iSSH:
>
> > Create new configuration
> > Host: <my server ip>
> > Port: Default
> > Login: <my user name>
> > Use RSA Key: On
> > The rest are set to defaults
>
> > Now, I can successfully connect to the server, but I receive the
> > following authentication error:
>
> > Connection Failed
> > Disconnected: No supported authentication methods available
>
> > Any ideas?
>
> > Thanks in advance!
>
> > --
> > You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> > To post to this group, send email to issh@googlegroups.com.
> > To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> > For more options, visit this group athttp://groups.google.com/group/issh?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
> To post to this group, send email to issh@googlegroups.com.
> To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/issh?hl=en.

--
You received this message because you are subscribed to the Google Groups "iSSH/iX11" group.
To post to this group, send email to issh@googlegroups.com.
To unsubscribe from this group, send email to issh+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/issh?hl=en.

Re: XBMC Integration

0 comments
That list is going to be variable length based on the number of movies
in the database.

Each movie has 9 values seperated by <field></field>

Can I setup my regex to pull 9 items at a time and cycle for the next
group of 9 to create each list element?

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Re: XBMC Integration

0 comments
Where I'm currently at:

I send this command to get a listing of the movies in the database

GET /xbmcCmds/xbmcHttp?command=queryvideodatabase&parameter=select
%20movie.idMovie,%20movie.c00,files.strFileName%20as
%20strFileName,path.strPath%20as%20strPath,
%20movie.c14,%20movie.c01,%20movie.c05,%20movie.c11%20from%20movie
%20join%20files%20on%20files.idFile=movie.idFile%20join%20path%20on
%20path.idPath=files.idPath%20where%20%201%20=%201%20order%20by
%20movie.c00 HTTP/1.1\x0AHOST: 192.168.2.151:8888\x0A\x0A

This is the response generated.

This is for the the dozen or so movies I have in the test XBMC
database.

Now, I need to parse this into individual movies, add them to the
list, create a dynamic command/query for each individual movie
thumbnail and create dynamic "play" commands for each list element.


<html>
<field>2</field><field>13 Ghosts</field><field>13 Ghosts.iso</
field><field>smb://N7700/Media/Movies/</field><field></
field><field>Reclusive Dr. Zorba has died and left his eerie mansion
to his nephew Cyrus Zorba and his family. Along with the house, the
Zorba family has also inherited the occultist's collection of 12
ghosts, who can only be seen through Zorba's special goggles. The
family members, their lives at risk upon the discovery that Zorba's
fortune lies hidden somewhere in the house, receive aid from the
unexpected.</field><field>0.000000</field><field>85</field><field>3</
field><field>16 Blocks</field><field>16 Blocks.iso</field><field>smb://
N7700/Media/Movies/</field><field>Action</field><field>An aging cop is
assigned the ordinary task of escorting a fast-talking witness from
police custody to a courthouse, but they find themselves running the
gauntlet as other forces try to prevent them from getting there.</
field><field>5.200000</field><field>102</field><field>5</
field><field>2012</field><field>2012.iso</field><field>smb://N7700/
Media/Movies/</field><field>Action / Adventure / Disaster / Drama /
Science Fiction / Thriller</field><field>Never before has a date in
history been so significant to so many cultures, so many religions,
scientists and governments. '2012' is an epic adventure about global
cataclysm, and the epic struggle to survive.</field><field>6.200000</
field><field>158</field><field>4</field><field>3:10 to Yuma</
field><field>310 to Yuma.iso</field><field>smb://N7700/Media/Movies/</
field><field>Western</field><field>In Arizona in the late 1800's,
infamous outlaw Ben Wade and his vicious gang of thieves and murderers
have plagued the Southern Railroad. When Wade is captured, Civil War
veteran Dan Evans, struggling to survive on his drought-plagued ranch,
volunteers to deliver him alive to the "3:10 to Yuma", a train that
will take the killer to trial.</field><field>7.600000</
field><field>117</field><field>1</field><field>9</field><field>9.iso</
field><field>smb://N7700/Media/Movies/</field><field>Adventure /
Animation / Fantasy / Science Fiction</field><field>When 9 first comes
to life, he finds himself in a post-apocalyptic world. All humans are
gone, and it is only by chance that he discovers a small community of
others like him taking refuge from fearsome machines that roam the
earth intent on their extinction. Despite being the neophyte of the
group, 9 convinces the others that hiding will do them no good.</
field><field>7.200000</field><field>79</field><field>6</field><field>A
History of Violence</field><field>A History of Violence.iso</
field><field>smb://N7700/Media/Movies/</field><field>Drama / Thriller</
field><field>A David Cronenberg film about a small town man who
becomes a hero after brutally killing two robbers in his diner. The
incident is blown up in the media and questions of his identity are
raised as he tries to protect what’s most important to him - his
family.</field><field>7.600000</field><field>92</field><field>7</
field><field>A Perfect Getaway</field><field>a perfect getaway.iso</
field><field>smb://N7700/Media/Movies/</field><field>Thriller</
field><field>Two pairs of lovers (Zahn & Jovovich, Olyphant & Sanchez)
on a Hawaiian vacation discover that psychopaths are stalking and
murdering tourists on the islands.</field><field>6.000000</
field><field>97</field><field>8</field><field>Alexander</
field><field>Alexander.iso</field><field>smb://N7700/Media/Movies/</
field><field>Adventure / Drama / History</field><field>Alexander, the
King of Macedonia, leads his legions against the giant Persian Empire.
After defeating the Persians he leads his Army across the then known
world venturing further than any Westerner had ever gone all the way
to India.</field><field>5.600000</field><field>176</field><field>9</
field><field>Along Came Polly</field><field>Along Came Polly.iso</
field><field>smb://N7700/Media/Movies/</field><field>Comedy</
field><field>Reuben Feffer (Ben Stiller) is a guy who's spent his
entire life playing it safe. Polly Prince (Jennifer Aniston) is
irresistible as a free-spirit who lives for the thrill of the moment.
When these two comically mismatched souls collide, Reuben's world is
turned upside down, as he makes an uproarious attempt to change his
life from middle-of-the-road to totally-out-there!</
field><field>5.800000</field><field>90</field><field>10</
field><field>American Gangster</field><field>American Gangster.iso</
field><field>smb://N7700/Media/Movies/</field><field>Crime / Drama</
field><field>Following the death of his employer and mentor, Bumpy
Johnson, Frank Lucas establishes himself as the number one importer of
heroin in the Harlem district of Manhattan. He does so by buying
heroin directly from the source in South East Asia and he comes up
with a unique way of importing the drugs into the United States. Based
on a true story.</field><field>8.000000</field><field>157</
field><field>12</field><field>American History X</
field><field>American History X.iso</field><field>smb://N7700/Media/
Movies/</field><field>Crime / Drama</field><field>With its explicit
depiction of violence, American History X is a controversial drama
about a convicted Neo-Nazi and his struggle with his friends, family,
and with the identity he has created for himself. The film touches on
nationalism and racism in the US.</field><field>7.800000</
field><field>119</field><field>11</field><field>An American Haunting</
field><field>American Haunting, An.iso</field><field>smb://N7700/Media/
Movies/</field><field>Horror / Thriller</field><field>Based on the
true events of the only case in US History where a spirit caused the
death of a man.</field><field>6.000000</field><field>91</
field><field>13</field><field>Contact</field><field>contact.iso</
field><field>C:\Movies\</field><field>Drama / Science Fiction</
field><field>Contact is a science fiction film about an encounter with
alien intelligence. Based on the novel by Carl Sagan the film starred
Jodie Foster as the one chosen scientist who must make some difficult
decisions between her beliefs, the truth, and reality.</
field><field>8.200000</field><field>153</field><field>14</
field><field>Fight Club</field><field>fight club.iso</field><field>C:
\Movies\</field><field>Crime / Drama / Thriller</field><field>A
lonely, isolated thirty-something young professional seeks an escape
from his mundane existence with the help of a devious soap salesman.
They find their release from the prison of reality through underground
fight clubs, where men can be what the world now denies them. Their
boxing matches and harmless pranks soon lead to an out-of-control
spiral towards oblivion.</field><field>8.200000</field><field>138</
field><field>15</field><field>Transformers</
field><field>transformers.iso</field><field>C:\Movies\</
field><field>Action / Adventure / Science Fiction</field><field>The
Earth is caught in the middle of an intergalactic war between two
races of robots, the heroic Autobots and the evil Decepticons, which
are able to change into a variety of objects, including cars, trucks,
planes and other technological creations.</field><field>7.000000</
field><field>132</field></html>

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

 

Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com