Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
texture
Old
#471  
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
hi,
i have a problem with a lua script,his name is 11b8059d_manila (AlarmEdit.luac)
Well,i click on "decompile and save sourcecode" a file named 11b8059d_manila.lua is created,i refresh in m9editor list of files and 11b8059d_manila became blue,if i click on it and select "compile and import" i have the following error:

11b8059d_manila.lua:17:'}' expected near '='

I don't modify nothing on the source code,only decompile and try to ricompile the file.
 
sztupy
Old
#472  
sztupy's Avatar
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London

 
DONATE TO ME
Quote:
Originally Posted by texture View Post
hi,
i have a problem with a lua script,his name is 11b8059d_manila (AlarmEdit.luac)
Well,i click on "decompile and save sourcecode" a file named 11b8059d_manila.lua is created,i refresh in m9editor list of files and 11b8059d_manila became blue,if i click on it and select "compile and import" i have the following error:

11b8059d_manila.lua:17:'}' expected near '='

I don't modify nothing on the source code,only decompile and try to ricompile the file.
decompilation is not that easy. There is a whole thread regarding this here
 
texture
Old
#473  
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
I read this thread,but i don't understand where is the problem,line 17 in file is:

Quote:
RepeatWeekDay = {0 = "S", 1 = "M", 2 = "T", 3 = "W", 4 = "T", 5 = "F", 6 = "S"}
I try to convert in ANSI,but m9 show this error:

Quote:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.MissingMethodException: Method not found: 'System.String System.Windows.Forms.OpenFileDialog.get_SafeFileNa me()'.
at m9editor.m9emain.ctxmenu_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Obje ct key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(Eve ntArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(M ouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventIntera ctive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(Event Args e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEven tArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(M ouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Mes sage& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 
mun_rus
Old
#474  
mun_rus's Avatar
Senior Member
Thanks Meter 0
Posts: 738
Join Date: Oct 2006
Quote:
Originally Posted by texture View Post
RepeatWeekDay = {0 = "S", 1 = "M", 2 = "T", 3 = "W", 4 = "T", 5 = "F", 6 = "S"}
It shd b RepeatWeekDay = {S=0, M=1, T=2 ...etc
Make your contribute to elite HD manila themes and mods Any donations are really necessary!

thanx
 
sztupy
Old
#475  
sztupy's Avatar
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London

 
DONATE TO ME
Quote:
Originally Posted by mun_rus View Post
It shd b RepeatWeekDay = {S=0, M=1, T=2 ...etc
or RepeatWeekDay = {[0] = S, [1] = M, etc.}
 
texture
Old
#476  
Senior Member
Thanks Meter 11
Posts: 524
Join Date: Mar 2008
Solved with:

Quote:
RepeatWeekDay = {[0] = "S", [1] = "M" ....
Now i have another error

Quote:
line 237 '<eof>' expected near 'end'
but in this line i find only:
Quote:
end
 
12aon
Old
(Last edited by 12aon; 1st March 2013 at 09:53 AM.)
#477  
12aon's Avatar
Developer Committee / Senior Moderator
Thanks Meter 312
Posts: 2,407
Join Date: Mar 2008

 
DONATE TO ME
Default Right mouse click error

I think it been reported already but as soon as I click select and round mouse click on any file I get this error:

- Removed -

Hope it helps, 12
 
micro_snake
Old
#478  
Junior Member
Thanks Meter 1
Posts: 11
Join Date: Dec 2008
Location: Jeddah
Help .. No Arabic

How Can I activate Arabic lang from .reg file

Pleas any body give me the key

 
sztupy
Old
#479  
sztupy's Avatar
Recognized Developer
Thanks Meter 814
Posts: 1,051
Join Date: Dec 2008
Location: London

 
DONATE TO ME
Hi!

I updated both LuaDec and Manila kitchen with some new stuff, including a batch application that can de-hash and re-hash a complete manila package automatically (and many more)

I also found some more filenames, attached them in m9editor.names.txt form
Attached Files
File Type: zip m9editor.names.zip - [Click for QR Code] (9.7 KB, 24 views)
 
6Fg8
Old
#480  
6Fg8's Avatar
Retired Senior Moderator - OP
Thanks Meter 5
Posts: 1,150
Join Date: Apr 2008
Location: Vienna
Quote:
Originally Posted by 12aon View Post
I think it been reported already but as soon as I click select and round mouse click on any file I get this error
right, will fix that.

 
Post Reply+
Tags
cfc, manila, mode9, qtc, tf3d
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Preventing App Piracy: Join the Discussion

The topic of piracy is always a touchy subject, but I feel that the grass roots style of Android … more

Jolla Sailfish OS Flagship Device Makes First Appearance

Given the amount of coverage that Android receives around here, you could almost be … more

XDA University: Porting ClockworkMod Recovery to New Devices

Having a good recovery makes the process of modifying, tweaking, maintaining, … more

One Stop Guide Shop for the Newbie and Dev

It’s been well established that XDA-Developers isthedestination for resources relating to … more