Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jan-Erik Lärka

Pages: 1 ... 8 9 [10] 11 12 ... 15
136
Applications / Re: eCs_Java6 Apps Pack
« on: April 29, 2015, 07:59:59 am »
The png icons are a feature in eCS 2.2 and have to be added manually to the bigicon.txt config file.

You can get png icons on your desktop separately on earlier versions of OS/2-eCS as well, but it was included with eCS v2.2.

Yes, but how do I add these png icons to each wps object with a script and not by hand?
I'd prefer a ...;OBJECTID=<...>;ICONFILE=...;BIGICONFILE=...; to the function that create objects on the desktop.

Please do adjust javarun.cmd and add a "(" (left paranthesis) in 2-3 places right after a VALUE.

137
Applications / Re: eCs_Java6 Apps Pack
« on: April 28, 2015, 10:35:17 am »
This script (extension has to be renamed to .cmd) should install itself and let you add .jar files you click on to the desktop with standard parameters. It use text files you can write yourself to add your language.

Place a .ico-file with the same base name as the .jar-file to get a nice icon on the desktop program object.
jDownloader.jar + jDownloader.ico

I don't know how to add a .png image to the program object, so the script lack that feature.
Anyone?

138
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 08:52:16 pm »
They're a part of the 4.1.1.0 installation.
I'll make the plunge and install 4.1.1.1

139
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 05:51:44 pm »
Ok.

Well, now I'm up and running.
OpenOffice 4.1.1 come with stdcpp6.dll, z.dll and urpo.dll in its program-subfolder
(and I  had to yum install libpng to be able to extract charts as png images).
The preload app in AOO load those older versions into memory, thus cause problems.
Removing those solved the problem.
AOO has to be adjusted somewhat?

140
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 05:41:52 pm »
After I restarted the computer:
Code: [Select]
------------------------------------------------------------

03-11-2015  17:36:50  SYS2070  PID 0064  TID 0001  Slot 007b
D:\PROGRAM\FIREFOX\FIREFOX.EXE
XUL->STDCPP6.__ZSt24__throw_out_of_range_fmtPKcz
127
------------------------------------------------------------

03-11-2015  17:36:50  SYS3170  PID 0064  TID 0001  Slot 007b
D:\PROGRAM\FIREFOX\FIREFOX.EXE
c0010001
58878170
EAX=00000000  EBX=fffffff4  ECX=fffffffe  EDX=fffffffc
ESI=143b0138  EDI=00000000 
DS=0053  DSACC=d0f3  DSLIM=5fffffff 
ES=0053  ESACC=d0f3  ESLIM=5fffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:5d13021a  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:0012ff14  SSACC=d0f3  SSLIM=5fffffff
EBP=0012ff70  FLG=00010246

XUL.DLL 0001:020b8170

141
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 04:15:46 pm »
I believe you have also a outdated urpo. Please double check.

regards
Silvan
[D:\PROGRAM\FIREFOX]yum install urpo
Förbereder installationsprocessen
Paket urpo-20150101-9.oc00.i386 är redan installerat och senaste version
Inget att göra

I didn't have it installed this morning, so I installed it and then unpacked Firefox.
Yum say it's already installed and the latest version.
Well, I'll restart the computer when I get back home.

142
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 12:42:46 pm »
...
yes it should. And it's also already mentioned on our the Firefox wiki and in our press release.

regards
Silvan

Thank you!
Please do also adjust the installation instructions in the README.OS2
Code: [Select]
6. INSTALL 'gcc1.dll' and 'stdcpp6.dll' into one of the directories
on your "LIBPATH". You can download RPMs with these files from:
http://rpm.netlabs.org/release/00/i386/i386/libgcc1-4.9.2.1-3.oc00.i386.rpm
http://rpm.netlabs.org/release/00/i386/i386/libstdc++6-4.9.2.1-3.oc00.i386.rpm
If you use RPM/YUM, just run this command:
yum install libgcc1 libstdc++

How about my crash?
I've looked through the various required libraries and seem to have the latest versions installed.

143
Internet / Re: Firefox beta 4 released
« on: March 11, 2015, 09:41:12 am »
Documentation:
Code: [Select]
yum install libstdc++should be
Code: [Select]
yum install libstdc++6?

Code: [Select]
------------------------------------------------------------

03-11-2015  09:37:04  SYS2070  PID 00ab  TID 0001  Slot 00de
D:\PROGRAM\FIREFOX\FIREFOX.EXE
XUL->URPO._rmdir
127
------------------------------------------------------------

03-11-2015  09:37:04  SYS3170  PID 00ab  TID 0001  Slot 00de
D:\PROGRAM\FIREFOX\FIREFOX.EXE
c0010001
0f328170
EAX=00000000  EBX=fffffff4  ECX=fffffffe  EDX=fffffffc
ESI=13810138  EDI=00000000 
DS=0053  DSACC=d0f3  DSLIM=5fffffff 
ES=0053  ESACC=d0f3  ESLIM=5fffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:5d16021a  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:0012ff14  SSACC=d0f3  SSLIM=5fffffff
EBP=0012ff70  FLG=00010246

XUL.DLL 0001:020b8170

144
Applications / Re: AOO 4.1.1.1 GA install experience
« on: February 18, 2015, 04:19:53 pm »
I use macros extensively and it work great and produce a lot of output, both charts as png and sheets as tab separated text files... I use a rexx script that can set macro security in OOorg 3.2 and 4.1.1

The only problem is how to add them to controls such as buttons and/or to run as the document open. That part require java that lock up the whole app.

//Jan-Erik



145
Applications / Re: jEdit 5.1.0 filebrowser
« on: February 05, 2015, 03:43:13 pm »
Thanks, works great.

Now I can follow the instructions on google how to verify my kml-files created by my own rexx script. :-)

146
Applications / Re: jEdit 5.1.0 filebrowser
« on: January 27, 2015, 11:27:04 am »
A few smart guys had kicked out OS/2 code because it was obsolete. Told them that OS/2 is alive and kicking and is known as eComStation. They tried to restore the code, but they don't understand it. So since then jEdit is broken for us until someone who know something about OS/2 code and can code fix it. Too bad.

Request an option in the settings to use "Standard Java File Dialog"?
That would solve this stand still in no time and with little effort from both sides.

//Jan-Erik

147
Applications / Re: jEdit 5.1.0 filebrowser
« on: January 24, 2015, 03:41:46 pm »
Hi Jan-Erik,

known problem, unfortunately:

http://trac.netlabs.org/java/ticket/223
Thank you Gabriele
Think that OS/2 is more picky about trailing backslashes.
It's a L*nix thing to end with / instead of reading what kind of object (file or folder) is at hand.

Regards,
Jan-Erik

148
Applications / jEdit 5.1.0 filebrowser
« on: January 24, 2015, 11:06:12 am »
Hello,

it's impossible to open and/or save files in jEdit 5.1.0

I suspect that the trailing backslash is the cause of the problem, something that is not allowed in OS/2.
The file browser doesn't list anything and just append the path over and over again, with a trailing backslash.

How can this be fixed, or better yet, get jEdit the developers to rewrite the code to remove trailing backslashes altogether.

//Jan-Erik

149
Applications / Re: Apache OpenOffice and Java
« on: January 15, 2015, 09:13:01 am »
Opening Text Document, and attempting to go to Tools-> Options  > Java causes the desktop to freeze. Via CAD I have to kill OpenOffice.

I have the same problem.

//Jan-Erik

150
Applications / Re: Graphical package management utility (Arca Noae)
« on: January 08, 2015, 04:26:36 pm »
Hope that the different distribution channels with different behaviour will be brought together into one collection.

That we'll see a section with other not so obvious applications available on hobbes as well, with images and descriptions from the users perhaps?

Pages: 1 ... 8 9 [10] 11 12 ... 15